mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-22 15:52:30 +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
|
|
@ -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) [--gen2]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Display details of a Google Cloud Function.
|
||||
|
|
@ -36,6 +37,13 @@ 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, Cloud Functions (First generation) will be used. If not
|
||||
specified, the value of this flag will be taken from the functions/gen2
|
||||
configuration property.
|
||||
|
||||
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