mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 04:58:26 +00:00
gcloud: Wed Jul 27 08:55:33 UTC 2022
This commit is contained in:
parent
380c3aa29f
commit
3513fd1c11
171 changed files with 3989 additions and 448 deletions
|
|
@ -69,8 +69,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud functions add-invoker-policy-binding
|
||||
|
||||
$ gcloud alpha functions add-invoker-policy-binding
|
||||
|
||||
|
|
|
|||
|
|
@ -2,21 +2,14 @@ NAME
|
|||
gcloud beta functions list - list Google Cloud Functions
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta functions list [--gen2]
|
||||
[--regions=REGION,[REGION,...]; default="-"] [--filter=EXPRESSION]
|
||||
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
gcloud beta functions list [--regions=REGION,[REGION,...]; default="-"]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) List Google Cloud Functions.
|
||||
|
||||
FLAGS
|
||||
--gen2
|
||||
If enabled, this command will use Cloud Functions (Second generation).
|
||||
If disabled, Cloud Functions (First generation) will be used. If not
|
||||
specified, the value of this flag will be taken from the functions/gen2
|
||||
configuration property.
|
||||
|
||||
--regions=REGION,[REGION,...]; default="-"
|
||||
Regions containing functions to list. By default, functions from the
|
||||
region configured in [functions/region] property are listed.
|
||||
|
|
|
|||
|
|
@ -73,8 +73,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud functions remove-invoker-policy-binding
|
||||
|
||||
$ gcloud alpha functions remove-invoker-policy-binding
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue