File: //snap/google-cloud-cli/current/help/man/man1/gcloud_beta_deployment-manager_manifests.1
.TH "GCLOUD_BETA_DEPLOYMENT\-MANAGER_MANIFESTS" 1
.SH "NAME"
.HP
gcloud beta deployment\-manager manifests \- commands for Deployment Manager manifests
.SH "SYNOPSIS"
.HP
\f5gcloud beta deployment\-manager manifests\fR \fICOMMAND\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
\fB(BETA)\fR Commands to list and examine manifests within a deployment.
.SH "EXAMPLES"
To view all details about a manifest, run:
.RS 2m
$ gcloud beta deployment\-manager manifests describe manifest\-name \e
\-\-deployment my\-deployment
.RE
To see the list of all manifests in a deployment, run:
.RS 2m
$ gcloud beta deployment\-manager manifests list \e
\-\-deployment my\-deployment
.RE
.SH "GCLOUD WIDE FLAGS"
These flags are available to all commands: \-\-help.
Run \fB$ gcloud help\fR for details.
.SH "COMMANDS"
\f5\fICOMMAND\fR\fR is one of the following:
.RS 2m
.TP 2m
\fBdescribe\fR
\fB(BETA)\fR Provide information about a manifest.
.TP 2m
\fBlist\fR
\fB(BETA)\fR List manifests in a deployment.
.RE
.sp
.SH "NOTES"
This command is currently in beta and might change without notice. These
variants are also available:
.RS 2m
$ gcloud deployment\-manager manifests
.RE
.RS 2m
$ gcloud alpha deployment\-manager manifests
.RE