1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-17 06:11:59 +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

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