1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 15:39:42 +00:00

gcloud: Thu Jun 22 10:31:35 UTC 2023

This commit is contained in:
Automated 2023-06-22 10:31:35 +00:00
parent 2102dc5511
commit dc0d916cee
219 changed files with 5076 additions and 1639 deletions

View file

@ -90,7 +90,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud deploy job-runs terminate
$ gcloud beta deploy job-runs terminate

View file

@ -5,7 +5,8 @@ NAME
SYNOPSIS
gcloud alpha 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 alpha 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 alpha deploy releases create \
--deploy-parameters="key1=value1,key2=value2"
--description=DESCRIPTION
Description of the release.

View file

@ -85,7 +85,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud deploy rollouts advance
$ gcloud beta deploy rollouts advance

View file

@ -80,7 +80,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud deploy rollouts cancel
$ gcloud beta deploy rollouts cancel

View file

@ -91,7 +91,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud deploy rollouts ignore-job
$ gcloud beta deploy rollouts ignore-job