mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed Aug 16 10:49:45 UTC 2023
This commit is contained in:
parent
19bfacfbed
commit
5f3d6bc974
165 changed files with 3881 additions and 596 deletions
|
|
@ -6,8 +6,9 @@ SYNOPSIS
|
|||
gcloud alpha deploy targets rollback (TARGET : --region=REGION)
|
||||
--delivery-pipeline=DELIVERY_PIPELINE [--annotations=[KEY=VALUE,...]]
|
||||
[--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
|
||||
[--release=RELEASE] [--rollout-id=ROLLOUT_ID]
|
||||
[--starting-phase-id=STARTING_PHASE_ID] [GCLOUD_WIDE_FLAG ...]
|
||||
[--release=RELEASE] [--rollback-of-rollout=ROLLBACK_OF_ROLLOUT]
|
||||
[--rollout-id=ROLLOUT_ID] [--starting-phase-id=STARTING_PHASE_ID]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) If release is not specified, the command rollbacks the target with
|
||||
|
|
@ -86,6 +87,19 @@ OPTIONAL FLAGS
|
|||
--release=RELEASE
|
||||
Name of the release to rollback to.
|
||||
|
||||
--rollback-of-rollout=ROLLBACK_OF_ROLLOUT
|
||||
If set, this validates whether the rollout name specified by the flag
|
||||
matches the rollout on the target.
|
||||
|
||||
Examples:
|
||||
|
||||
Validate that test-rollout is the rollout to rollback on the target.
|
||||
|
||||
$ gcloud alpha deploy targets rollback \
|
||||
--rollback-of-rollout=projects/test-project/locations/\
|
||||
us-central1/deliveryPipelines/test-pipeline/releases/test-release/\
|
||||
rollouts/test-rollout
|
||||
|
||||
--rollout-id=ROLLOUT_ID
|
||||
ID to assign to the generated rollout for promotion.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue