mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
gcloud: Thu Feb 22 10:25:44 UTC 2024
This commit is contained in:
parent
5bf6fb3fc0
commit
8778dcbd7e
245 changed files with 9946 additions and 513 deletions
|
|
@ -2,7 +2,8 @@ NAME
|
|||
gcloud functions describe - display details of a Google Cloud Function
|
||||
|
||||
SYNOPSIS
|
||||
gcloud functions describe (NAME : --region=REGION) [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud functions describe (NAME : --region=REGION) [--v2]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Display details of a Google Cloud Function.
|
||||
|
|
@ -40,6 +41,18 @@ POSITIONAL ARGUMENTS
|
|||
▸ provide the argument --region on the command line;
|
||||
▸ set the property functions/region.
|
||||
|
||||
FLAGS
|
||||
--v2
|
||||
If specified, this command will use Cloud Functions v2 APIs and return
|
||||
the result in the v2 format (See
|
||||
https://cloud.google.com/functions/docs/reference/rest/v2/projects.locations.functions#Function).
|
||||
If not specified, 1st gen and 2nd gen functions will use v1 and v2 APIs
|
||||
respectively and return the result in the corresponding format (For v1
|
||||
format, see
|
||||
https://cloud.google.com/functions/docs/reference/rest/v1/projects.locations.functions#resource:-cloudfunction).
|
||||
This command conflicts with --no-gen2. If specified with this
|
||||
combination, v2 APIs will be used.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ NAME
|
|||
gcloud functions list - list Google Cloud Functions
|
||||
|
||||
SYNOPSIS
|
||||
gcloud functions list [--regions=REGION,[REGION,...]; default="-"]
|
||||
gcloud functions list [--regions=REGION,[REGION,...]; default="-"] [--v2]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -14,6 +14,17 @@ FLAGS
|
|||
Regions containing functions to list. By default, functions from the
|
||||
region configured in [functions/region] property are listed.
|
||||
|
||||
--v2
|
||||
If specified, this command will use Cloud Functions v2 APIs and return
|
||||
the result in the v2 format (See
|
||||
https://cloud.google.com/functions/docs/reference/rest/v2/projects.locations.functions#Function).
|
||||
If not specified, 1st gen and 2nd gen functions will use v1 and v2 APIs
|
||||
respectively and return the result in the corresponding format (For v1
|
||||
format, see
|
||||
https://cloud.google.com/functions/docs/reference/rest/v1/projects.locations.functions#resource:-cloudfunction).
|
||||
This command conflicts with --no-gen2. If specified with this
|
||||
combination, v2 APIs will be used.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue