mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed May 4 09:15:29 UTC 2022
This commit is contained in:
parent
532fac5ddb
commit
5e0446371a
160 changed files with 5232 additions and 171 deletions
|
|
@ -38,11 +38,12 @@ EXAMPLES
|
|||
$ gcloud beta deploy releases create 'my-release-$DATE-$TIME' \
|
||||
--delivery-pipeline=my-pipeline --region=us-central1
|
||||
|
||||
If the current UTC date and time is set to 2021-12-21 12:02, then the created release
|
||||
will have its name set as my-release-20211221-1202.
|
||||
If the current UTC date and time is set to 2021-12-21 12:02, then the
|
||||
created release will have its name set as my-release-20211221-1202.
|
||||
|
||||
When using these parameters, please be sure to wrap the release name in single quotes
|
||||
or else the template parameters will be overriden by environment variables.
|
||||
When using these parameters, please be sure to wrap the release name in
|
||||
single quotes or else the template parameters will be overridden by
|
||||
environment variables.
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Release resource - The name of the Release. The arguments in this group
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue