mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed May 14 10:45:02 UTC 2025
This commit is contained in:
parent
dfebca5b6c
commit
82f3a66664
423 changed files with 11160 additions and 1149 deletions
|
|
@ -5,8 +5,9 @@ SYNOPSIS
|
|||
gcloud 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 ...]
|
||||
[--override-deploy-policies=[POLICY,...]] [--release=RELEASE]
|
||||
[--rollout-id=ROLLOUT_ID] [--starting-phase-id=STARTING_PHASE_ID]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
If release is not specified, the command rollbacks the target with the last
|
||||
|
|
@ -81,6 +82,9 @@ OPTIONAL FLAGS
|
|||
|
||||
$ gcloud deploy targets rollback --labels="commit=abc123,author=foo"
|
||||
|
||||
--override-deploy-policies=[POLICY,...]
|
||||
Deploy policies to override
|
||||
|
||||
--release=RELEASE
|
||||
Name of the release to rollback to.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue