mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
gcloud: Wed Apr 26 10:24:37 UTC 2023
This commit is contained in:
parent
b33a8a3e6e
commit
2ae1bc2b12
276 changed files with 6093 additions and 833 deletions
|
|
@ -3,7 +3,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta functions deploy (NAME : --region=REGION)
|
||||
[--allow-unauthenticated] [--concurrency=CONCURRENCY]
|
||||
[--[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]
|
||||
|
|
@ -92,9 +92,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.
|
||||
|
||||
--concurrency=CONCURRENCY
|
||||
Set the maximum number of concurrent requests allowed per container
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue