.nh .TH buildah-manifest-exists(1) .SH NAME .PP buildah-manifest-exists - Check if the given manifest list exists in local storage .SH SYNOPSIS .PP \fBbuildah manifest exists\fP \fImanifest\fP .SH DESCRIPTION .PP \fBbuildah manifest exists\fP checks if a manifest list exists in local storage. Buildah will return an exit code of \fB0\fR when the manifest list is found. A \fB1\fR will be returned otherwise. An exit code of \fB125\fR indicates there was another issue. .SH OPTIONS .SS \fB--help\fP, \fB-h\fP .PP Print usage statement. .SH EXAMPLE .PP Check if a manifest list called \fBlist1\fR exists (the manifest list does actually exist). .EX $ buildah manifest exists list1 $ echo $? 0 $ .EE .PP Check if an manifest called \fBmylist\fR exists (the manifest list does not actually exist). .EX $ buildah manifest exists mylist $ echo $? 1 $ .EE .SH SEE ALSO .PP \fBbuildah(1)\fP, \fBbuildah-manifest(1)\fP