1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00

gcloud: Wed Jul 13 09:59:37 UTC 2022

This commit is contained in:
Automated 2022-07-13 09:59:38 +00:00
parent cf5ab60e4a
commit 879929cbc6
Failed to extract signature
323 changed files with 7203 additions and 4178 deletions

View file

@ -3,7 +3,8 @@ NAME
SYNOPSIS
gcloud deploy targets rollback (TARGET : --region=REGION)
--delivery-pipeline=DELIVERY_PIPELINE [--description=DESCRIPTION]
--delivery-pipeline=DELIVERY_PIPELINE [--annotations=[KEY=VALUE,...]]
[--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
[--release=RELEASE] [--rollout-id=ROLLOUT_ID] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -51,9 +52,30 @@ REQUIRED FLAGS
The name of the Cloud Deploy delivery pipeline
OPTIONAL FLAGS
--annotations=[KEY=VALUE,...]
Annotations to apply to the rollback. Annotations take the form of
key/value string pairs.
Examples:
Add annotations:
$ gcloud deploy targets rollback \
--annotations="from_target=test,status=stable"
--description=DESCRIPTION
Description of rollout created during a rollback.
--labels=[KEY=VALUE,...]
Labels to apply to the rollback. Labels take the form of key/value
string pairs.
Examples:
Add labels:
$ gcloud deploy targets rollback --labels="commit=abc123,author=foo"
--release=RELEASE
Name of the release to rollback to.