mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Jun 18 10:54:11 UTC 2025
This commit is contained in:
parent
fa40c10f6a
commit
3a534cb57c
83 changed files with 849 additions and 219 deletions
26
gcloud/alpha/run/compose/help
Normal file
26
gcloud/alpha/run/compose/help
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
NAME
|
||||
gcloud alpha run compose - support Docker Compose workflows on Cloud Run
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha run compose COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) This command group provides tools for Docker Compose developers to
|
||||
deploy services to Cloud Run using compose.yaml as the input source.
|
||||
|
||||
EXAMPLES
|
||||
To bring up a Docker Compose service on Cloud Run, run:
|
||||
|
||||
$ gcloud alpha run compose up compose.yaml
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
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.
|
||||
|
||||
|
|
@ -23,6 +23,9 @@ GCLOUD WIDE FLAGS
|
|||
GROUPS
|
||||
GROUP is one of the following:
|
||||
|
||||
compose
|
||||
(ALPHA) Support Docker Compose workflows on Cloud Run.
|
||||
|
||||
domain-mappings
|
||||
(ALPHA) View and manage your Cloud Run domain mappings.
|
||||
|
||||
|
|
|
|||
|
|
@ -45,7 +45,8 @@ POSITIONAL ARGUMENTS
|
|||
▸ provide the argument WORKER_POOL on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --region on the command line;
|
||||
▸ set the property run/region.
|
||||
▸ set the property run/region;
|
||||
▸ specify the region from an interactive prompt.
|
||||
|
||||
FLAGS
|
||||
--async
|
||||
|
|
|
|||
|
|
@ -84,7 +84,8 @@ POSITIONAL ARGUMENTS
|
|||
▸ specify the workerpool name from an interactive prompt with a
|
||||
fully specified name;
|
||||
▸ provide the argument --region on the command line;
|
||||
▸ set the property run/region.
|
||||
▸ set the property run/region;
|
||||
▸ specify the region from an interactive prompt.
|
||||
|
||||
FLAGS
|
||||
--async
|
||||
|
|
|
|||
|
|
@ -2,7 +2,9 @@ NAME
|
|||
gcloud alpha run worker-pools list - list available worker-pools
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha run worker-pools list [--region=REGION] [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud alpha run worker-pools list [--region=REGION] [--filter=EXPRESSION]
|
||||
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) List available worker-pools.
|
||||
|
|
@ -13,23 +15,41 @@ EXAMPLES
|
|||
$ gcloud alpha run worker-pools list
|
||||
|
||||
FLAGS
|
||||
Region resource - Region to list worker-pools in. This represents a Cloud
|
||||
resource. (NOTE) Some attributes are not given arguments in this group but
|
||||
can be set in other ways.
|
||||
--region=REGION
|
||||
Region in which the resource can be found. Alternatively, set the
|
||||
property [run/region].
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument --region on the command line with a fully
|
||||
specified name;
|
||||
◆ set the property run/region with a fully specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
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.
|
||||
|
||||
--region=REGION
|
||||
ID of the Region or fully qualified identifier for the Region.
|
||||
--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.
|
||||
|
||||
To set the region attribute:
|
||||
▸ provide the argument --region on the command line;
|
||||
▸ set the property run/region.
|
||||
--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,
|
||||
|
|
|
|||
|
|
@ -48,7 +48,8 @@ POSITIONAL ARGUMENTS
|
|||
▸ provide the argument WORKER_POOL_REVISION on the command line
|
||||
with a fully specified name;
|
||||
▸ provide the argument --region on the command line;
|
||||
▸ set the property run/region.
|
||||
▸ set the property run/region;
|
||||
▸ specify the region from an interactive prompt.
|
||||
|
||||
--worker-pool=WORKER_POOL
|
||||
WorkerPool for the WorkerPoolRevision.
|
||||
|
|
@ -56,7 +57,8 @@ POSITIONAL ARGUMENTS
|
|||
To set the worker-pool attribute:
|
||||
▸ provide the argument WORKER_POOL_REVISION on the command line
|
||||
with a fully specified name;
|
||||
▸ provide the argument --worker-pool on the command line.
|
||||
▸ provide the argument --worker-pool on the command line;
|
||||
▸ specify the workerpool name from an interactive prompt.
|
||||
|
||||
FLAGS
|
||||
--async
|
||||
|
|
|
|||
|
|
@ -79,7 +79,8 @@ POSITIONAL ARGUMENTS
|
|||
▸ specify the workerpool name from an interactive prompt with a
|
||||
fully specified name;
|
||||
▸ provide the argument --region on the command line;
|
||||
▸ set the property run/region.
|
||||
▸ set the property run/region;
|
||||
▸ specify the region from an interactive prompt.
|
||||
|
||||
FLAGS
|
||||
--async
|
||||
|
|
|
|||
|
|
@ -74,7 +74,8 @@ POSITIONAL ARGUMENTS
|
|||
▸ specify the workerpool name from an interactive prompt with a
|
||||
fully specified name;
|
||||
▸ provide the argument --region on the command line;
|
||||
▸ set the property run/region.
|
||||
▸ set the property run/region;
|
||||
▸ specify the region from an interactive prompt.
|
||||
|
||||
FLAGS
|
||||
--async
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue