mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-14 00:46:53 +00:00
39 lines
969 B
Text
39 lines
969 B
Text
NAME
|
|
gcloud beta run worker-pools revisions - view and manage your Cloud Run
|
|
WorkerPools revisions
|
|
|
|
SYNOPSIS
|
|
gcloud beta run worker-pools revisions COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) This set of commands can be used to view and manage your existing
|
|
Cloud Run WorkerPools revisions.
|
|
|
|
EXAMPLES
|
|
To list your existing worker pools revisions, run:
|
|
|
|
$ gcloud beta run worker-pools revisions list
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
delete
|
|
(BETA) Delete a worker pool revision.
|
|
|
|
describe
|
|
(BETA) Obtain details about a given worker pool revision.
|
|
|
|
list
|
|
(BETA) List available worker pool revisions.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. This
|
|
variant is also available:
|
|
|
|
$ gcloud alpha run worker-pools revisions
|
|
|