1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-19 07:15:23 +00:00

gcloud: Wed Oct 23 10:01:22 UTC 2024

This commit is contained in:
Automated 2024-10-23 10:01:22 +00:00
parent 694f6671d0
commit fc66f7f0ca
249 changed files with 5410 additions and 11408 deletions

View file

@ -2,27 +2,11 @@ NAME
gcloud alpha run regions - view available Cloud Run (fully managed) regions
SYNOPSIS
gcloud alpha run regions COMMAND [--platform=PLATFORM; default="managed"]
[GCLOUD_WIDE_FLAG ...]
gcloud alpha run regions COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) View available Cloud Run (fully managed) regions.
FLAGS
--platform=PLATFORM; default="managed"
Target platform for running commands. Alternatively, set the property
[run/platform]. PLATFORM must be one of:
managed
Fully managed version of Cloud Run. Use with the --region flag or
set the [run/region] property to specify a Cloud Run region.
gke
Cloud Run for Anthos on Google Cloud. Not supported by this
command.
kubernetes
Use a Knative-compatible kubernetes cluster. Not supported by this
command.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.

View file

@ -3,9 +3,9 @@ NAME
regions
SYNOPSIS
gcloud alpha run regions list [--platform=PLATFORM; default="managed"]
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
gcloud alpha run regions list [--filter=EXPRESSION] [--limit=LIMIT]
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) List available Cloud Run (fully managed) regions.
@ -15,21 +15,6 @@ EXAMPLES
$ gcloud alpha run regions list
FLAGS
--platform=PLATFORM; default="managed"
Target platform for running commands. Alternatively, set the property
[run/platform]. PLATFORM must be one of:
managed
Fully managed version of Cloud Run. Use with the --region flag or
set the [run/region] property to specify a Cloud Run region.
gke
Cloud Run for Anthos on Google Cloud. Not supported by this
command.
kubernetes
Use a Knative-compatible kubernetes cluster. Not supported by this
command.
LIST COMMAND FLAGS
--filter=EXPRESSION
Apply a Boolean filter EXPRESSION to each resource item to be listed.