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

gcloud: Wed Jan 10 10:17:49 UTC 2024

This commit is contained in:
Automated 2024-01-10 10:17:49 +00:00
parent 08ad88258a
commit 5fec13c692
262 changed files with 3211 additions and 4501 deletions

View file

@ -3,9 +3,11 @@ NAME
SYNOPSIS
gcloud beta functions deploy (NAME : --region=REGION)
[--[no-]allow-unauthenticated] [--concurrency=CONCURRENCY]
[--docker-registry=DOCKER_REGISTRY] [--egress-settings=EGRESS_SETTINGS]
[--entry-point=ENTRY_POINT] [--gen2] [--ignore-file=IGNORE_FILE]
[--[no-]allow-unauthenticated]
[--build-service-account=BUILD_SERVICE_ACCOUNT]
[--concurrency=CONCURRENCY] [--docker-registry=DOCKER_REGISTRY]
[--egress-settings=EGRESS_SETTINGS] [--entry-point=ENTRY_POINT]
[--gen2] [--ignore-file=IGNORE_FILE]
[--ingress-settings=INGRESS_SETTINGS] [--retry]
[--run-service-account=RUN_SERVICE_ACCOUNT] [--runtime=RUNTIME]
[--runtime-update-policy=RUNTIME_UPDATE_POLICY]
@ -102,6 +104,16 @@ FLAGS
without checking authentication. Use --allow-unauthenticated to enable
and --no-allow-unauthenticated to disable.
--build-service-account=BUILD_SERVICE_ACCOUNT
IAM service account whose credentials will be used for the build step.
Must be of the format
projects/${PROJECT_ID}/serviceAccounts/${ACCOUNT_EMAIL_ADDRESS}.
If not provided, the function will use the project's default service
account for Cloud Build.
Only applicable when the --gen2 flag is provided.
--concurrency=CONCURRENCY
Set the maximum number of concurrent requests allowed per container
instance. Leave concurrency unspecified to receive the server default
@ -539,7 +551,8 @@ FLAGS
To set the region attribute:
▸ provide the argument --vpc-connector on the command line with a
fully specified name;
▸ provide the argument --region on the command line.
▸ provide the argument --region on the command line;
▸ set the property functions/region.
--vpc-connector=VPC_CONNECTOR
ID of the connector or fully qualified identifier for the