1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-13 16:37:00 +00:00

gcloud: Wed May 7 10:56:18 UTC 2025

This commit is contained in:
Automated 2025-05-07 10:56:18 +00:00
parent b03a332ad8
commit dfebca5b6c
222 changed files with 6775 additions and 1046 deletions

View file

@ -3,9 +3,8 @@ NAME
given worker pool revision
SYNOPSIS
gcloud alpha run worker-pools revisions describe
(WORKER_POOL_REVISION : --region=REGION --worker-pool=WORKER_POOL)
[GCLOUD_WIDE_FLAG ...]
gcloud alpha run worker-pools revisions describe WORKER_POOL_REVISION
[--region=REGION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Obtain details about a given worker pool revision.
@ -17,10 +16,9 @@ EXAMPLES
--region=us-central1 --workerpool=worker1
POSITIONAL ARGUMENTS
WorkerPoolRevision resource - Worker pool revision to describe. The
arguments in this group can be used to specify the attributes of this
resource. (NOTE) Some attributes are not given arguments in this group but
can be set in other ways.
Revision resource - Worker pool revision to describe. This represents a
Cloud resource. (NOTE) Some attributes are not given arguments in this
group but can be set in other ways.
To set the project attribute:
◆ provide the argument WORKER_POOL_REVISION on the command line with a
@ -31,32 +29,15 @@ POSITIONAL ARGUMENTS
This must be specified.
WORKER_POOL_REVISION
ID of the WorkerPoolRevision or fully qualified identifier for the
WorkerPoolRevision.
ID of the revision or fully qualified identifier for the revision.
To set the revision attribute:
▸ provide the argument WORKER_POOL_REVISION on the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--region=REGION
The Cloud region for the WorkerPoolRevision. Overrides the default
run/region property value for this command invocation.
To set the region attribute:
▸ 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.
--worker-pool=WORKER_POOL
WorkerPool for the WorkerPoolRevision.
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.
FLAGS
--region=REGION
Region in which the resource can be found. Alternatively, set the
property [run/region].
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,

View file

@ -36,7 +36,7 @@ COMMANDS
(ALPHA) Obtain details about a given worker pool revision.
list
(ALPHA) List available revisions in a worker pool in a region.
(ALPHA) List available worker pool revisions.
NOTES
This command is currently in alpha and might change without notice. If this

View file

@ -1,53 +1,60 @@
NAME
gcloud alpha run worker-pools revisions list - list available revisions in
a worker pool in a region
gcloud alpha run worker-pools revisions list - list available worker pool
revisions
SYNOPSIS
gcloud alpha run worker-pools revisions list
(--worker-pool=WORKER_POOL : --region=REGION) [GCLOUD_WIDE_FLAG ...]
gcloud alpha run worker-pools revisions list [--region=REGION]
[--worker-pool=WORKER_POOL] [--filter=EXPRESSION] [--limit=LIMIT]
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) List available revisions in a worker pool in a region.
(ALPHA) List available worker pool revisions.
EXAMPLES
To list available revisions in a worker pool worker1 in a us-central1:
To list all revisions in a worker pool foo:
$ gcloud alpha run worker-pools revisions list worker1 \
--region=us-central1
$ gcloud alpha run worker-pools revisions list --worker-pool=foo
REQUIRED FLAGS
WorkerPool resource - WorkerPool to list revisions in. The arguments in
this group can be used to specify the attributes of this resource. (NOTE)
Some attributes are not given arguments in this group but can be set in
other ways.
FLAGS
--region=REGION
Region in which the resource can be found. Alternatively, set the
property [run/region].
To set the project attribute:
◆ provide the argument --worker-pool on the command line with a fully
specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
--worker-pool=WORKER_POOL
Limit matched revisions to the given worker.
This must be specified.
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.
--worker-pool=WORKER_POOL
ID of the WorkerPool or fully qualified identifier for the
WorkerPool.
--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 worker-pool attribute:
▸ provide the argument --worker-pool on the command line.
--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.
This flag argument must be specified if any of the other arguments in
this group are specified.
--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.
--region=REGION
The Cloud region for the WorkerPool. Overrides the default run/region
property value for this command invocation.
To set the region attribute:
▸ 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.
--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,