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

50 lines
1,013 B
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
NAME
2023-09-13 10:32:10 +00:00
gcloud deploy rollouts - create and manage Rollout resources for Cloud
Deploy
2022-03-01 04:29:52 +00:00
SYNOPSIS
gcloud deploy rollouts COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
2023-09-13 10:32:10 +00:00
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-06-22 10:31:35 +00:00
advance
Advances a rollout.
2022-03-01 04:29:52 +00:00
approve
Approves a rollout having an Approval state of "Required".
2023-06-22 10:31:35 +00:00
cancel
Cancel a Rollout.
2022-03-01 04:29:52 +00:00
describe
Show details for a rollout.
2023-06-22 10:31:35 +00:00
ignore-job
Ignores a specified job and phase combination on a rollout.
2022-03-01 04:29:52 +00:00
list
List the rollouts.
reject
Rejects a rollout having an Approval state of "Required".
2022-09-14 09:28:28 +00:00
retry-job
Retries a specified job, phase combination on a rollout.
2022-03-01 04:29:52 +00:00
NOTES
These variants are also available:
$ gcloud alpha deploy rollouts
$ gcloud beta deploy rollouts