1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed Sep 21 11:28:40 UTC 2022

This commit is contained in:
Automated 2022-09-21 11:28:40 +00:00
parent 8f4214beb2
commit 29683b8af4
Failed to extract signature
122 changed files with 2393 additions and 199 deletions

View file

@ -12,6 +12,7 @@ SYNOPSIS
[--build-artifacts=BUILD_ARTIFACTS | --images=[NAME=TAG,...]]
[--disable-initial-rollout | --enable-initial-rollout]
[--from-k8s-manifest=FROM_K8S_MANIFEST
| --from-run-manifest=FROM_RUN_MANIFEST
| --skaffold-file=SKAFFOLD_FILE --source=SOURCE; default="."]
[GCLOUD_WIDE_FLAG ...]
@ -168,6 +169,13 @@ FLAGS
Storage source staging directory (see --gcs-source-staging-dir flag)
after the release is complete.
--from-run-manifest=FROM_RUN_MANIFEST
The path to a Cloud Run manifest, which Cloud Deploy will use to
generate a skaffold.yaml file for you (for example,
foo/bar/service.yaml). The generated Skaffold file will be available
in the Google Cloud Storage source staging directory (see
--gcs-source-staging-dir flag) after the release is complete.
--skaffold-file=SKAFFOLD_FILE
Path of the skaffold file absolute or relative to the source
directory.