mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
gcloud: Wed Aug 3 09:18:38 UTC 2022
This commit is contained in:
parent
3513fd1c11
commit
3b2f526372
151 changed files with 4150 additions and 308 deletions
|
|
@ -34,6 +34,13 @@ EXAMPLES
|
|||
--delivery-pipeline=my-pipeline --region=us-central1 \
|
||||
--to-target=prod
|
||||
|
||||
The following command creates a release without a skaffold.yaml as input,
|
||||
and generates one for you:
|
||||
|
||||
$ gcloud deploy releases create my-release \
|
||||
--delivery-pipeline=my-pipeline --region=us-central1 \
|
||||
--from-k8s-manifest=path/to/kubernetes/k8.yaml
|
||||
|
||||
The current UTC date and time on the machine running the gcloud command can
|
||||
also be included in the release name by adding $DATE and $TIME parameters:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue