gcloud deployment-manager operations - commands for Deployment Manager operations
gcloud deployment-manager operations COMMAND [GCLOUD_WIDE_FLAG ...]
Commands to list, examine, and wait for long-running operations.
To view the details of an operation, run:
$ gcloud deployment-manager operations describe operation-name
To see the list of all operations, run:
$ gcloud deployment-manager operations list
To wait for an operation to complete, run:
$ gcloud deployment-manager operations wait operation-name
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMAND is one of the following:
- describe
Provide information about an operation.
- list
List operations in a project.
- wait
Wait for all operations specified to complete before returning.
These variants are also available:
$ gcloud alpha deployment-manager operations
$ gcloud beta deployment-manager operations