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

gcloud: Thu Jun 27 09:38:12 UTC 2024

This commit is contained in:
Automated 2024-06-27 09:38:12 +00:00
parent fb3e2aa33b
commit 9cd336cae4
60 changed files with 1726 additions and 122 deletions

View file

@ -3,11 +3,10 @@ NAME
SYNOPSIS
gcloud alpha functions deploy (NAME : --region=REGION)
[--[no-]allow-unauthenticated]
[--build-service-account=BUILD_SERVICE_ACCOUNT]
[--buildpack-stack=BUILDPACK_STACK] [--concurrency=CONCURRENCY]
[--docker-registry=DOCKER_REGISTRY] [--egress-settings=EGRESS_SETTINGS]
[--entry-point=ENTRY_POINT] [--gen2] [--ignore-file=IGNORE_FILE]
[--[no-]allow-unauthenticated] [--buildpack-stack=BUILDPACK_STACK]
[--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 +21,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 +105,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.
--buildpack-stack=BUILDPACK_STACK
Specifies one of the Google provided buildpack stacks.
@ -343,6 +335,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