1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 02:25:19 +00:00

gcloud: Wed Apr 26 10:24:37 UTC 2023

This commit is contained in:
Automated 2023-04-26 10:24:37 +00:00
parent b33a8a3e6e
commit 2ae1bc2b12
276 changed files with 6093 additions and 833 deletions

View file

@ -2,9 +2,10 @@ NAME
gcloud functions deploy - create or update a Google Cloud Function
SYNOPSIS
gcloud functions deploy (NAME : --region=REGION) [--allow-unauthenticated]
[--docker-registry=DOCKER_REGISTRY] [--egress-settings=EGRESS_SETTINGS]
[--entry-point=ENTRY_POINT] [--gen2] [--ignore-file=IGNORE_FILE]
gcloud functions deploy (NAME : --region=REGION)
[--[no-]allow-unauthenticated] [--docker-registry=DOCKER_REGISTRY]
[--egress-settings=EGRESS_SETTINGS] [--entry-point=ENTRY_POINT]
[--gen2] [--ignore-file=IGNORE_FILE]
[--ingress-settings=INGRESS_SETTINGS] [--memory=MEMORY] [--retry]
[--run-service-account=RUN_SERVICE_ACCOUNT] [--runtime=RUNTIME]
[--security-level=SECURITY_LEVEL; default="secure-always"]
@ -90,9 +91,10 @@ POSITIONAL ARGUMENTS
▸ set the property functions/region.
FLAGS
--allow-unauthenticated
--[no-]allow-unauthenticated
If set, makes this a public function. This will allow all callers,
without checking authentication.
without checking authentication. Use --allow-unauthenticated to enable
and --no-allow-unauthenticated to disable.
--docker-registry=DOCKER_REGISTRY
Docker Registry to use for storing the function's Docker images. The