File: //snap/google-cloud-cli/394/help/man/man1/gcloud_deployment-manager_operations_wait.1
.TH "GCLOUD_DEPLOYMENT\-MANAGER_OPERATIONS_WAIT" 1
.SH "NAME"
.HP
gcloud deployment\-manager operations wait \- wait for all operations specified to complete before returning
.SH "SYNOPSIS"
.HP
\f5gcloud deployment\-manager operations wait\fR \fIOPERATION_NAME\fR [\fIOPERATION_NAME\fR\ ...] [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
Polls until all operations have finished, then prints the resulting operations
along with any operation errors.
.SH "EXAMPLES"
To poll until an operation has completed, run:
.RS 2m
$ gcloud deployment\-manager operations wait operation\-name
.RE
To poll until several operations have all completed, run:
.RS 2m
$ gcloud deployment\-manager operations wait operation\-one \e
operation\-two operation\-three
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
\fIOPERATION_NAME\fR [\fIOPERATION_NAME\fR ...]
Operation name.
.RE
.sp
.SH "GCLOUD WIDE FLAGS"
These flags are available to all commands: \-\-access\-token\-file, \-\-account,
\-\-billing\-project, \-\-configuration, \-\-flags\-file, \-\-flatten,
\-\-format, \-\-help, \-\-impersonate\-service\-account, \-\-log\-http,
\-\-project, \-\-quiet, \-\-trace\-token, \-\-user\-output\-enabled,
\-\-verbosity.
Run \fB$ gcloud help\fR for details.
.SH "NOTES"
These variants are also available:
.RS 2m
$ gcloud alpha deployment\-manager operations wait
.RE
.RS 2m
$ gcloud beta deployment\-manager operations wait
.RE