mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
52 lines
1.3 KiB
Text
52 lines
1.3 KiB
Text
NAME
|
|
gcloud alpha deploy rollouts - create and manage Rollout resources for
|
|
Cloud Deploy
|
|
|
|
SYNOPSIS
|
|
gcloud alpha deploy rollouts COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) 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
|
|
(ALPHA) Advances a rollout.
|
|
|
|
approve
|
|
(ALPHA) Approves a rollout having an Approval state of "Required".
|
|
|
|
cancel
|
|
(ALPHA) Cancel a Rollout.
|
|
|
|
describe
|
|
(ALPHA) Show details for a rollout.
|
|
|
|
ignore-job
|
|
(ALPHA) Ignores a specified job and phase combination on a rollout.
|
|
|
|
list
|
|
(ALPHA) List the rollouts.
|
|
|
|
reject
|
|
(ALPHA) Rejects a rollout having an Approval state of "Required".
|
|
|
|
retry-job
|
|
(ALPHA) Retries a specified job, phase combination on a rollout.
|
|
|
|
NOTES
|
|
This command is currently in alpha and might change without notice. If this
|
|
command fails with API permission errors despite specifying the correct
|
|
project, you might be trying to access an API with an invitation-only early
|
|
access allowlist. These variants are also available:
|
|
|
|
$ gcloud deploy rollouts
|
|
|
|
$ gcloud beta deploy rollouts
|
|
|