1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +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

@ -5,7 +5,8 @@ SYNOPSIS
gcloud deploy targets redeploy (TARGET : --region=REGION)
--delivery-pipeline=DELIVERY_PIPELINE [--annotations=[KEY=VALUE,...]]
[--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
[--rollout-id=ROLLOUT_ID] [GCLOUD_WIDE_FLAG ...]
[--rollout-id=ROLLOUT_ID] [--starting-phase-id=STARTING_PHASE_ID]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Redeploy the last rollout that has a state of SUCCESSFUL or FAILED to a
@ -78,6 +79,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 targets redeploy --starting-phase-id=stable
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,

View file

@ -5,7 +5,8 @@ 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] [GCLOUD_WIDE_FLAG ...]
[--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
@ -82,6 +83,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 targets rollback --starting-phase-id=stable
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,