mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue