1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Aug 21 09:39:51 UTC 2024

This commit is contained in:
Automated 2024-08-21 09:39:51 +00:00
parent d35819d273
commit ed5fe34b64
163 changed files with 3541 additions and 717 deletions

View file

@ -14,7 +14,8 @@ SYNOPSIS
--args=[ARG,...] --clear-volume-mounts --command=[COMMAND,...]
--cpu=CPU --depends-on=[CONTAINER,...] --gpu=GPU --image=IMAGE
--memory=MEMORY --port=PORT --remove-volume-mount=[MOUNT_PATH,...]
--[no-]use-http2 --clear-env-vars | --env-vars-file=FILE_PATH
--[no-]use-http2 --base-image=BASE_IMAGE
| --clear-base-image --clear-env-vars | --env-vars-file=FILE_PATH
| --set-env-vars=[KEY=VALUE,...] | --remove-env-vars=[KEY,...]
--update-env-vars=[KEY=VALUE,...] --clear-secrets
| --set-secrets=[KEY=VALUE,...]
@ -249,6 +250,19 @@ FLAGS
Whether to use HTTP/2 for connections to the service. Use
--use-http2 to enable and --no-use-http2 to disable.
At most one of these can be specified:
--base-image=BASE_IMAGE
Specifies the base image to be used for automatic base image
updates. When deploying from source using the Google Cloud
buildpacks, this flag will also override the base image used for
the application image. See
https://cloud.google.com/run/docs/deploying-source-code for more
details.
--clear-base-image
Opts out of automatic base image updates.
At most one of these can be specified:
--clear-env-vars