mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Thu Jun 27 09:38:12 UTC 2024
This commit is contained in:
parent
fb3e2aa33b
commit
9cd336cae4
60 changed files with 1726 additions and 122 deletions
|
|
@ -3,11 +3,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud functions deploy (NAME : --region=REGION)
|
||||
[--[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]
|
||||
[--[no-]allow-unauthenticated] [--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]
|
||||
|
|
@ -22,6 +20,8 @@ SYNOPSIS
|
|||
| --set-build-env-vars=[KEY=VALUE,...]
|
||||
| --remove-build-env-vars=[KEY,...]
|
||||
--update-build-env-vars=[KEY=VALUE,...]]
|
||||
[--build-service-account=BUILD_SERVICE_ACCOUNT
|
||||
| --clear-build-service-account]
|
||||
[--build-worker-pool=BUILD_WORKER_POOL | --clear-build-worker-pool]
|
||||
[--clear-docker-repository | --docker-repository=DOCKER_REPOSITORY]
|
||||
[--clear-env-vars | --env-vars-file=FILE_PATH
|
||||
|
|
@ -104,15 +104,6 @@ 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} or
|
||||
{ACCOUNT_EMAIL_ADDRESS}.
|
||||
|
||||
If not provided, the function will use the project's default service
|
||||
account for Cloud Build.
|
||||
|
||||
--concurrency=CONCURRENCY
|
||||
Set the maximum number of concurrent requests allowed per container
|
||||
instance. Leave concurrency unspecified to receive the server default
|
||||
|
|
@ -340,6 +331,19 @@ FLAGS
|
|||
--update-build-env-vars=[KEY=VALUE,...]
|
||||
List of key-value pairs to set as build environment variables.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--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.
|
||||
|
||||
--clear-build-service-account
|
||||
Clears the build service account field.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--build-worker-pool=BUILD_WORKER_POOL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue