1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-17 22:36:52 +00:00

gcloud: Thu Feb 22 10:25:44 UTC 2024

This commit is contained in:
Automated 2024-02-22 10:25:44 +00:00
parent 5bf6fb3fc0
commit 8778dcbd7e
245 changed files with 9946 additions and 513 deletions

View file

@ -3,7 +3,7 @@ NAME
SYNOPSIS
gcloud beta functions list [--regions=REGION,[REGION,...]; default="-"]
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
[--v2] [--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
[--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -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.