NAME gcloud deployment-manager operations - commands for Deployment Manager operations SYNOPSIS gcloud deployment-manager operations COMMAND [GCLOUD_WIDE_FLAG ...] DESCRIPTION Commands to list, examine, and wait for long-running operations. EXAMPLES 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 GCLOUD WIDE FLAGS These flags are available to all commands: --help. Run $ gcloud help for details. COMMANDS 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. NOTES These variants are also available: $ gcloud alpha deployment-manager operations $ gcloud beta deployment-manager operations