1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00
gcloud-help/gcloud/deployment-manager/operations/help
2022-03-01 04:29:52 +00:00

47 lines
1.1 KiB
Text

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