mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
49 lines
1,013 B
Text
49 lines
1,013 B
Text
NAME
|
|
gcloud deploy rollouts - create and manage Rollout resources for Cloud
|
|
Deploy
|
|
|
|
SYNOPSIS
|
|
gcloud deploy rollouts COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Create and manage Rollout resources for Cloud Deploy.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
advance
|
|
Advances a rollout.
|
|
|
|
approve
|
|
Approves a rollout having an Approval state of "Required".
|
|
|
|
cancel
|
|
Cancel a Rollout.
|
|
|
|
describe
|
|
Show details for a rollout.
|
|
|
|
ignore-job
|
|
Ignores a specified job and phase combination on a rollout.
|
|
|
|
list
|
|
List the rollouts.
|
|
|
|
reject
|
|
Rejects a rollout having an Approval state of "Required".
|
|
|
|
retry-job
|
|
Retries a specified job, phase combination on a rollout.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha deploy rollouts
|
|
|
|
$ gcloud beta deploy rollouts
|
|
|