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

gcloud: Wed Jan 8 10:03:00 UTC 2025

This commit is contained in:
Automated 2025-01-08 10:03:00 +00:00
parent 52290f76fe
commit 5a9f5ff67e
161 changed files with 2678 additions and 414 deletions

View file

@ -32,9 +32,10 @@ SYNOPSIS
--cpu=CPU --depends-on=[CONTAINER,...] --gpu=GPU --image=IMAGE
--liveness-probe=[KEY=VALUE,...] --memory=MEMORY --port=PORT
--remove-volume-mount=[MOUNT_PATH,...]
--startup-probe=[KEY=VALUE,...] --[no-]use-http2 --clear-env-vars
| --env-vars-file=FILE_PATH | --set-env-vars=[KEY=VALUE,...]
| --remove-env-vars=[KEY,...]
--startup-probe=[KEY=VALUE,...]
--[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,...]
| --remove-secrets=[KEY,...] --update-secrets=[KEY=VALUE,...]]
@ -461,6 +462,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