mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
40 lines
861 B
Text
40 lines
861 B
Text
NAME
|
|
gcloud deploy rollouts - create and manage Rollout resources for Google
|
|
Cloud Deploy
|
|
|
|
SYNOPSIS
|
|
gcloud deploy rollouts COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Create and manage Rollout resources for Google 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:
|
|
|
|
approve
|
|
Approves a rollout having an Approval state of "Required".
|
|
|
|
describe
|
|
Show details for 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
|
|
|