mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +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 alpha functions deploy (NAME : --region=REGION)
|
||||
[--allow-unauthenticated] [--buildpack-stack=BUILDPACK_STACK]
|
||||
[--[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]
|
||||
|
|
@ -93,9 +93,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.
|
||||
|
||||
--buildpack-stack=BUILDPACK_STACK
|
||||
Specifies one of the Google provided buildpack stacks.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue