mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Thu Jan 18 10:21:20 UTC 2024
This commit is contained in:
parent
5fec13c692
commit
a47e1e835a
156 changed files with 4341 additions and 674 deletions
|
|
@ -2,8 +2,7 @@ NAME
|
|||
gcloud functions delete - delete a Google Cloud Function
|
||||
|
||||
SYNOPSIS
|
||||
gcloud functions delete (NAME : --region=REGION) [--gen2]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
gcloud functions delete (NAME : --region=REGION) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Delete a Google Cloud Function.
|
||||
|
|
@ -41,15 +40,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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue