mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Sep 27 12:05:40 UTC 2023
This commit is contained in:
parent
54eca12593
commit
6c60d7f07f
256 changed files with 8313 additions and 442 deletions
|
|
@ -23,7 +23,8 @@ SYNOPSIS
|
|||
| --clear-custom-audiences
|
||||
| --remove-custom-audiences=[CUSTOM-AUDIENCES,...]
|
||||
| --set-custom-audiences=[CUSTOM-AUDIENCES,...] --args=[ARG,...]
|
||||
--command=[COMMAND,...] --cpu=CPU --image=IMAGE
|
||||
--command=[COMMAND,...] --cpu=CPU --depends-on=[CONTAINER,...]
|
||||
--image=IMAGE
|
||||
--memory=MEMORY --port=PORT --[no-]use-http2 --clear-env-vars
|
||||
| --env-vars-file=FILE_PATH | --set-env-vars=[KEY=VALUE,...]
|
||||
| --remove-env-vars=[KEY,...]
|
||||
|
|
@ -31,7 +32,7 @@ SYNOPSIS
|
|||
| --set-secrets=[KEY=VALUE,...]
|
||||
| --remove-secrets=[KEY,...] --update-secrets=[KEY=VALUE,...]
|
||||
| --container=CONTAINER
|
||||
--remove-containers=[CONTAINERS,...] --binary-authorization=POLICY
|
||||
--remove-containers=[CONTAINER,...] --binary-authorization=POLICY
|
||||
| --clear-binary-authorization --clear-encryption-key-shutdown-hours
|
||||
| --encryption-key-shutdown-hours=ENCRYPTION_KEY_SHUTDOWN_HOURS
|
||||
--clear-key | --key=KEY --clear-network
|
||||
|
|
@ -320,6 +321,9 @@ FLAGS
|
|||
Cloud Run for Anthos and Knative-compatible Kubernetes clusters
|
||||
support fractional values. Examples .5, 500m, 2
|
||||
|
||||
--depends-on=[CONTAINER,...]
|
||||
List of container dependencies to add to the current container.
|
||||
|
||||
--image=IMAGE
|
||||
Name of the container image to deploy (e.g.
|
||||
gcr.io/cloudrun/hello:latest).
|
||||
|
|
@ -399,7 +403,7 @@ FLAGS
|
|||
Specifies a container by name. The following container flags apply
|
||||
to the specified container.
|
||||
|
||||
--remove-containers=[CONTAINERS,...]
|
||||
--remove-containers=[CONTAINER,...]
|
||||
List of containers to remove.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue