mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Jul 13 09:59:37 UTC 2022
This commit is contained in:
parent
cf5ab60e4a
commit
879929cbc6
323 changed files with 7203 additions and 4178 deletions
|
|
@ -175,7 +175,7 @@ FLAGS
|
|||
◆ nodejs14: Node.js 14
|
||||
◆ nodejs16: Node.js 16
|
||||
◆ php74: PHP 7.4
|
||||
◆ php81: PHP 8.1 (preview)
|
||||
◆ php81: PHP 8.1
|
||||
◆ python37: Python 3.7
|
||||
◆ python38: Python 3.8
|
||||
◆ python39: Python 3.9
|
||||
|
|
|
|||
|
|
@ -25,6 +25,9 @@ GROUPS
|
|||
regions
|
||||
(ALPHA) List regions available to Google Cloud Functions.
|
||||
|
||||
runtimes
|
||||
(ALPHA) List runtimes available to Google Cloud Functions.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
|
|
|
|||
31
gcloud/alpha/functions/runtimes/help
Normal file
31
gcloud/alpha/functions/runtimes/help
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
NAME
|
||||
gcloud alpha functions runtimes - list runtimes available to Google Cloud
|
||||
Functions
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha functions runtimes COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) List runtimes available to Google Cloud Functions.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
list
|
||||
(ALPHA) List runtimes available to Google Cloud Functions.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud functions runtimes
|
||||
|
||||
$ gcloud beta functions runtimes
|
||||
|
||||
72
gcloud/alpha/functions/runtimes/list
Normal file
72
gcloud/alpha/functions/runtimes/list
Normal file
|
|
@ -0,0 +1,72 @@
|
|||
NAME
|
||||
gcloud alpha functions runtimes list - list runtimes available to Google
|
||||
Cloud Functions
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha functions runtimes list [--region=REGION]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) List runtimes available to Google Cloud Functions.
|
||||
|
||||
EXAMPLES
|
||||
To list the available runtimes, run:
|
||||
|
||||
$ gcloud alpha functions runtimes list
|
||||
|
||||
FLAGS
|
||||
--region=REGION
|
||||
Only show runtimes within the region. Overrides the default
|
||||
functions/region property value for this command invocation.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
If the expression evaluates True, then that item is listed. For more
|
||||
details and examples of filter expressions, run $ gcloud topic filters.
|
||||
This flag interacts with other flags that are applied in this order:
|
||||
--flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--limit=LIMIT
|
||||
Maximum number of resources to list. The default is unlimited. This
|
||||
flag interacts with other flags that are applied in this order:
|
||||
--flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--page-size=PAGE_SIZE
|
||||
Some services group resource list output into pages. This flag
|
||||
specifies the maximum number of resources per page. The default is
|
||||
determined by the service if it supports paging, otherwise it is
|
||||
unlimited (no paging). Paging may be applied before or after --filter
|
||||
and --limit depending on the service.
|
||||
|
||||
--sort-by=[FIELD,...]
|
||||
Comma-separated list of resource field key names to sort by. The
|
||||
default order is ascending. Prefix a field with ``~'' for descending
|
||||
order on that field. This flag interacts with other flags that are
|
||||
applied in this order: --flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--uri
|
||||
Print a list of resource URIs instead of the default output, and change
|
||||
the command output to a list of URIs. If this flag is used with
|
||||
--format, the formatting is applied on this URI list. To display URIs
|
||||
alongside other keys instead, use the uri() transform.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud functions runtimes list
|
||||
|
||||
$ gcloud beta functions runtimes list
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue