1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 20:36:39 +00:00

gcloud: Thu Jan 18 10:21:20 UTC 2024

This commit is contained in:
Automated 2024-01-18 10:21:20 +00:00
parent 5fec13c692
commit a47e1e835a
156 changed files with 4341 additions and 674 deletions

View file

@ -4,7 +4,7 @@ NAME
SYNOPSIS
gcloud alpha functions add-iam-policy-binding (NAME : --region=REGION)
--member=PRINCIPAL --role=ROLE [--gen2] [GCLOUD_WIDE_FLAG ...]
--member=PRINCIPAL --role=ROLE [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Adds an IAM policy binding for a Google Cloud Function.
@ -70,15 +70,6 @@ REQUIRED FLAGS
for a custom role, such as
organizations/{ORGANIZATION_ID}/roles/logging.viewer.
OPTIONAL FLAGS
--gen2
If enabled, this command will use Cloud Functions (Second generation).
If disabled with --no-gen2, Cloud Functions (First generation) will be
used. If not specified, the value of this flag will be taken from the
functions/gen2 configuration property. If the functions/gen2
configuration property is not set, defaults to looking up the given
function and using its generation.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,

View file

@ -4,7 +4,7 @@ NAME
SYNOPSIS
gcloud alpha functions add-invoker-policy-binding (NAME : --region=REGION)
--member=PRINCIPAL [--gen2] [GCLOUD_WIDE_FLAG ...]
--member=PRINCIPAL [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Adds an invoker role IAM policy binding that allows the specified
@ -71,15 +71,6 @@ REQUIRED FLAGS
◆ allAuthenticatedUsers - Special identifier that represents anyone
who is authenticated with a Google account or a service account.
OPTIONAL FLAGS
--gen2
If enabled, this command will use Cloud Functions (Second generation).
If disabled with --no-gen2, Cloud Functions (First generation) will be
used. If not specified, the value of this flag will be taken from the
functions/gen2 configuration property. If the functions/gen2
configuration property is not set, defaults to looking up the given
function and using its generation.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,

View file

@ -2,7 +2,7 @@ NAME
gcloud alpha functions call - triggers execution of a Google Cloud Function
SYNOPSIS
gcloud alpha functions call (NAME : --region=REGION) [--gen2]
gcloud alpha functions call (NAME : --region=REGION)
[--cloud-event=CLOUD_EVENT | --data=DATA] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -56,14 +56,6 @@ POSITIONAL ARGUMENTS
▸ set the property functions/region.
FLAGS
--gen2
If enabled, this command will use Cloud Functions (Second generation).
If disabled with --no-gen2, Cloud Functions (First generation) will be
used. If not specified, the value of this flag will be taken from the
functions/gen2 configuration property. If the functions/gen2
configuration property is not set, defaults to looking up the given
function and using its generation.
At most one of these can be specified:
--cloud-event=CLOUD_EVENT

View file

@ -2,7 +2,7 @@ NAME
gcloud alpha functions delete - delete a Google Cloud Function
SYNOPSIS
gcloud alpha functions delete (NAME : --region=REGION) [--gen2]
gcloud alpha functions delete (NAME : --region=REGION)
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -41,15 +41,6 @@ POSITIONAL ARGUMENTS
▸ provide the argument --region on the command line;
▸ set the property functions/region.
FLAGS
--gen2
If enabled, this command will use Cloud Functions (Second generation).
If disabled with --no-gen2, Cloud Functions (First generation) will be
used. If not specified, the value of this flag will be taken from the
functions/gen2 configuration property. If the functions/gen2
configuration property is not set, defaults to looking up the given
function and using its generation.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,

View file

@ -3,7 +3,7 @@ NAME
Function
SYNOPSIS
gcloud alpha functions describe (NAME : --region=REGION) [--gen2]
gcloud alpha functions describe (NAME : --region=REGION)
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -42,15 +42,6 @@ POSITIONAL ARGUMENTS
▸ provide the argument --region on the command line;
▸ set the property functions/region.
FLAGS
--gen2
If enabled, this command will use Cloud Functions (Second generation).
If disabled with --no-gen2, Cloud Functions (First generation) will be
used. If not specified, the value of this flag will be taken from the
functions/gen2 configuration property. If the functions/gen2
configuration property is not set, defaults to looking up the given
function and using its generation.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,

View file

@ -3,7 +3,7 @@ NAME
Function
SYNOPSIS
gcloud alpha functions get-iam-policy (NAME : --region=REGION) [--gen2]
gcloud alpha functions get-iam-policy (NAME : --region=REGION)
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
@ -48,15 +48,6 @@ POSITIONAL ARGUMENTS
▸ provide the argument --region on the command line;
▸ set the property functions/region.
FLAGS
--gen2
If enabled, this command will use Cloud Functions (Second generation).
If disabled with --no-gen2, Cloud Functions (First generation) will be
used. If not specified, the value of this flag will be taken from the
functions/gen2 configuration property. If the functions/gen2
configuration property is not set, defaults to looking up the given
function and using its generation.
LIST COMMAND FLAGS
--filter=EXPRESSION
Apply a Boolean filter EXPRESSION to each resource item to be listed.

View file

@ -4,7 +4,7 @@ NAME
SYNOPSIS
gcloud alpha functions remove-iam-policy-binding (NAME : --region=REGION)
--member=PRINCIPAL --role=ROLE [--gen2] [GCLOUD_WIDE_FLAG ...]
--member=PRINCIPAL --role=ROLE [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Removes an IAM policy binding from a Google Cloud Function.
@ -71,15 +71,6 @@ REQUIRED FLAGS
--role=ROLE
The role to remove the principal from.
OPTIONAL FLAGS
--gen2
If enabled, this command will use Cloud Functions (Second generation).
If disabled with --no-gen2, Cloud Functions (First generation) will be
used. If not specified, the value of this flag will be taken from the
functions/gen2 configuration property. If the functions/gen2
configuration property is not set, defaults to looking up the given
function and using its generation.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,

View file

@ -4,8 +4,7 @@ NAME
SYNOPSIS
gcloud alpha functions remove-invoker-policy-binding
(NAME : --region=REGION) --member=PRINCIPAL [--gen2]
[GCLOUD_WIDE_FLAG ...]
(NAME : --region=REGION) --member=PRINCIPAL [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Removes the invoker role IAM policy binding that allows the
@ -77,15 +76,6 @@ REQUIRED FLAGS
◆ allAuthenticatedUsers - Special identifier that represents anyone
who is authenticated with a Google account or a service account.
OPTIONAL FLAGS
--gen2
If enabled, this command will use Cloud Functions (Second generation).
If disabled with --no-gen2, Cloud Functions (First generation) will be
used. If not specified, the value of this flag will be taken from the
functions/gen2 configuration property. If the functions/gen2
configuration property is not set, defaults to looking up the given
function and using its generation.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,

View file

@ -4,7 +4,7 @@ NAME
SYNOPSIS
gcloud alpha functions set-iam-policy (NAME : --region=REGION) POLICY_FILE
[--gen2] [GCLOUD_WIDE_FLAG ...]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Sets IAM policy for a Google Cloud Function.
@ -51,15 +51,6 @@ POSITIONAL ARGUMENTS
POLICY_FILE
Path to a local JSON or YAML formatted file containing a valid policy.
FLAGS
--gen2
If enabled, this command will use Cloud Functions (Second generation).
If disabled with --no-gen2, Cloud Functions (First generation) will be
used. If not specified, the value of this flag will be taken from the
functions/gen2 configuration property. If the functions/gen2
configuration property is not set, defaults to looking up the given
function and using its generation.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,