mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
37 lines
729 B
Text
37 lines
729 B
Text
NAME
|
|
gcloud app operations - view and manage your App Engine Operations
|
|
|
|
SYNOPSIS
|
|
gcloud app operations COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
This set of commands can be used to view and manage your existing App
|
|
Engine operations.
|
|
|
|
EXAMPLES
|
|
To list your App Engine operations, run:
|
|
|
|
$ gcloud app operations list
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
describe
|
|
Describes the operation.
|
|
|
|
list
|
|
List the operations.
|
|
|
|
wait
|
|
Polls an operation until completion.
|
|
|
|
NOTES
|
|
This variant is also available:
|
|
|
|
$ gcloud beta app operations
|
|
|