1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 15:39:42 +00:00
gcloud-help/gcloud/alpha/deploy/rollouts/help

53 lines
1.3 KiB
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
NAME
gcloud alpha deploy rollouts - create and manage Rollout resources for
2023-09-13 10:32:10 +00:00
Cloud Deploy
2022-03-01 04:29:52 +00:00
SYNOPSIS
gcloud alpha deploy rollouts COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
2023-09-13 10:32:10 +00:00
(ALPHA) Create and manage Rollout resources for Cloud Deploy.
2022-03-01 04:29:52 +00:00
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
2023-03-29 10:40:15 +00:00
advance
(ALPHA) Advances a rollout.
2022-03-01 04:29:52 +00:00
approve
(ALPHA) Approves a rollout having an Approval state of "Required".
2023-03-29 10:40:15 +00:00
cancel
(ALPHA) Cancel a Rollout.
2022-03-01 04:29:52 +00:00
describe
(ALPHA) Show details for a rollout.
2023-03-29 10:40:15 +00:00
ignore-job
(ALPHA) Ignores a specified job and phase combination on a rollout.
2022-03-01 04:29:52 +00:00
list
(ALPHA) List the rollouts.
reject
(ALPHA) Rejects a rollout having an Approval state of "Required".
2022-09-14 09:28:28 +00:00
retry-job
(ALPHA) Retries a specified job, phase combination on a rollout.
2022-03-01 04:29:52 +00:00
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