mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-15 01:15:34 +00:00
gcloud: Thu Jun 22 10:31:35 UTC 2023
This commit is contained in:
parent
2102dc5511
commit
dc0d916cee
219 changed files with 5076 additions and 1639 deletions
|
|
@ -87,8 +87,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud deploy job-runs terminate
|
||||
|
||||
$ gcloud alpha deploy job-runs terminate
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud beta deploy releases create
|
||||
(RELEASE : --delivery-pipeline=DELIVERY_PIPELINE --region=REGION)
|
||||
[--annotations=[KEY=VALUE,...]] [--description=DESCRIPTION]
|
||||
[--annotations=[KEY=VALUE,...]] [--deploy-parameters=[KEY=VALUE,...]]
|
||||
[--description=DESCRIPTION]
|
||||
[--gcs-source-staging-dir=GCS_SOURCE_STAGING_DIR]
|
||||
[--ignore-file=IGNORE_FILE] [--labels=[KEY=VALUE,...]]
|
||||
[--skaffold-version=SKAFFOLD_VERSION] [--to-target=TO_TARGET]
|
||||
|
|
@ -113,6 +114,17 @@ FLAGS
|
|||
$ gcloud beta deploy releases create \
|
||||
--annotations="from_target=test,status=stable"
|
||||
|
||||
--deploy-parameters=[KEY=VALUE,...]
|
||||
Deployment parameters to apply to the release. Deployment parameters
|
||||
take the form of key/value string pairs.
|
||||
|
||||
Examples:
|
||||
|
||||
Add deployment parameters:
|
||||
|
||||
$ gcloud beta deploy releases create \
|
||||
--deploy-parameters="key1=value1,key2=value2"
|
||||
|
||||
--description=DESCRIPTION
|
||||
Description of the release.
|
||||
|
||||
|
|
|
|||
|
|
@ -82,8 +82,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud deploy rollouts advance
|
||||
|
||||
$ gcloud alpha deploy rollouts advance
|
||||
|
||||
|
|
|
|||
|
|
@ -77,8 +77,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud deploy rollouts cancel
|
||||
|
||||
$ gcloud alpha deploy rollouts cancel
|
||||
|
||||
|
|
|
|||
|
|
@ -88,8 +88,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud deploy rollouts ignore-job
|
||||
|
||||
$ gcloud alpha deploy rollouts ignore-job
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue