1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Oct 9 09:55:07 UTC 2024

This commit is contained in:
Automated 2024-10-09 09:55:07 +00:00
parent 489be55d99
commit 4ffb04ab9e
211 changed files with 7635 additions and 1232 deletions

View file

@ -27,7 +27,8 @@ SYNOPSIS
--clear-vpc-connector --[no-]cpu-boost --[no-]cpu-throttling
--description=DESCRIPTION
--execution-environment=EXECUTION_ENVIRONMENT
--remove-containers=[CONTAINER,...] --revision-suffix=REVISION_SUFFIX
--[no-]invoker-iam-check --remove-containers=[CONTAINER,...]
--revision-suffix=REVISION_SUFFIX
--service-min-instances=SERVICE_MIN_INSTANCES --[no-]session-affinity
--vpc-connector=VPC_CONNECTOR --vpc-egress=VPC_EGRESS
--add-cloudsql-instances=[CLOUDSQL-INSTANCES,...]
@ -445,6 +446,13 @@ FLAGS
gen2
Run the application in a second generation execution environment.
--[no-]invoker-iam-check
Optionally disable invoker IAM checks. This feature is available by
invitation only. More info at
https://cloud.google.com/run/docs/securing/managing-access#invoker_check.
Use --invoker-iam-check to enable and --no-invoker-iam-check to
disable.
--remove-containers=[CONTAINER,...]
List of containers to remove.

View file

@ -21,7 +21,8 @@ SYNOPSIS
| --remove-secrets=[KEY,...] --update-secrets=[KEY=VALUE,...]]
[--breakglass=JUSTIFICATION --clear-vpc-connector --[no-]cpu-boost
--[no-]cpu-throttling --execution-environment=EXECUTION_ENVIRONMENT
--remove-containers=[CONTAINER,...] --revision-suffix=REVISION_SUFFIX
--[no-]invoker-iam-check --remove-containers=[CONTAINER,...]
--revision-suffix=REVISION_SUFFIX
--service-min-instances=SERVICE_MIN_INSTANCES --[no-]session-affinity
--vpc-connector=VPC_CONNECTOR --vpc-egress=VPC_EGRESS
--add-cloudsql-instances=[CLOUDSQL-INSTANCES,...]
@ -327,6 +328,13 @@ FLAGS
gen2
Run the application in a second generation execution environment.
--[no-]invoker-iam-check
Optionally disable invoker IAM checks. This feature is available by
invitation only. More info at
https://cloud.google.com/run/docs/securing/managing-access#invoker_check.
Use --invoker-iam-check to enable and --no-invoker-iam-check to
disable.
--remove-containers=[CONTAINER,...]
List of containers to remove.