mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 06:11:59 +00:00
gcloud: Wed Aug 3 09:18:38 UTC 2022
This commit is contained in:
parent
3513fd1c11
commit
3b2f526372
151 changed files with 4150 additions and 308 deletions
|
|
@ -3,9 +3,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha functions deploy (NAME : --region=REGION)
|
||||
[--allow-unauthenticated] [--docker-registry=DOCKER_REGISTRY]
|
||||
[--egress-settings=EGRESS_SETTINGS] [--entry-point=ENTRY_POINT]
|
||||
[--gen2] [--ignore-file=IGNORE_FILE]
|
||||
[--allow-unauthenticated] [--buildpack-stack=BUILDPACK_STACK]
|
||||
[--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"]
|
||||
|
|
@ -95,6 +95,9 @@ FLAGS
|
|||
If set, makes this a public function. This will allow all callers,
|
||||
without checking authentication.
|
||||
|
||||
--buildpack-stack=BUILDPACK_STACK
|
||||
Specifies one of the Google provided buildpack stacks.
|
||||
|
||||
--docker-registry=DOCKER_REGISTRY
|
||||
Docker Registry to use for storing the function's Docker images. The
|
||||
option container-registry is used by default.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue