mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Aug 17 09:22:03 UTC 2022
This commit is contained in:
parent
fa820bfa8d
commit
c614d893da
183 changed files with 3129 additions and 270 deletions
|
|
@ -168,17 +168,28 @@ FLAGS
|
|||
after the release is complete.
|
||||
|
||||
--skaffold-file=SKAFFOLD_FILE
|
||||
Path of the skaffold file relative to the source directory.
|
||||
Path of the skaffold file absolute or relative to the source
|
||||
directory.
|
||||
|
||||
Examples:
|
||||
|
||||
Use Skaffold file:
|
||||
Use Skaffold file with relative path: The current working directory
|
||||
is expected to be some part of the skaffold path (e.g. the current
|
||||
working directory could be /home/user)
|
||||
|
||||
$ gcloud deploy releases create --source=/home/user/source \
|
||||
--skaffold-file=config/skaffold.yaml
|
||||
|
||||
The skaffold file absolute file path is expected to be:
|
||||
/home/user/source/config/skaffold.yaml
|
||||
The skaffold file absolute file path is expected to be:
|
||||
/home/user/source/config/skaffold.yaml
|
||||
|
||||
Use Skaffold file with absolute path and with or without source argument:
|
||||
|
||||
$ gcloud deploy releases create --source=/home/user/source \
|
||||
--skaffold-file=/home/user/source/config/skaffold.yaml
|
||||
|
||||
$ gcloud deploy releases create \
|
||||
--skaffold-file=/home/user/source/config/skaffold.yaml
|
||||
|
||||
--source=SOURCE; default="."
|
||||
The location of the source that contains skaffold.yaml. The location
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue