File: //snap/google-cloud-cli/current/help/man/man1/gcloud_app_operations_wait.1
.TH "GCLOUD_APP_OPERATIONS_WAIT" 1
.SH "NAME"
.HP
gcloud app operations wait \- polls an operation until completion
.SH "SYNOPSIS"
.HP
\f5gcloud app operations wait\fR \fIOPERATION\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
Polls an operation until completion.
.SH "EXAMPLES"
To wait for an App Engine operation called o1 to complete, run:
.RS 2m
$ gcloud app operations wait o1
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
\fIOPERATION\fR
ID of operation.
.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"
This variant is also available:
.RS 2m
$ gcloud beta app operations wait
.RE