1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 20:36:39 +00:00

gcloud: Wed Mar 29 10:40:15 UTC 2023

This commit is contained in:
Automated 2023-03-29 10:40:15 +00:00
parent 4ccfc7a5e3
commit 5fabf24be7
269 changed files with 6797 additions and 464 deletions

View file

@ -7,8 +7,8 @@ SYNOPSIS
(--release=RELEASE
: --delivery-pipeline=DELIVERY_PIPELINE --region=REGION)
[--annotations=[KEY=VALUE,...]] [--labels=[KEY=VALUE,...]]
[--rollout-id=ROLLOUT_ID] [--to-target=TO_TARGET]
[GCLOUD_WIDE_FLAG ...]
[--rollout-id=ROLLOUT_ID] [--starting-phase-id=STARTING_PHASE_ID]
[--to-target=TO_TARGET] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
If to-target is not specified the command promotes the release from the
@ -85,6 +85,13 @@ OPTIONAL FLAGS
--rollout-id=ROLLOUT_ID
ID to assign to the generated rollout for promotion.
--starting-phase-id=STARTING_PHASE_ID
If set, starts the created rollout at the specified phase.
Start rollout at stable phase:
$ gcloud deploy releases promote --starting-phase-id=stable
--to-target=TO_TARGET
Destination target to promote into.