gcloud_deployment-manager_operations (1)
NAME
- gcloud deployment-manager operations - commands for Deployment Manager operations
SYNOPSIS
-
gcloud deployment-manager operations COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
GCLOUD WIDE FLAGS
These flags are available to all commands: --account, --configuration, --flags-file, --flatten, --format, --help, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity. 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.
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
NOTES
These variants are also available:
- $ gcloud alpha deployment-manager operations $ gcloud beta deployment-manager operations