mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu May 30 09:26:18 UTC 2024
This commit is contained in:
parent
e617a432f4
commit
595ac8640a
232 changed files with 10919 additions and 274 deletions
45
gcloud/alpha/run/workers/revisions/help
Normal file
45
gcloud/alpha/run/workers/revisions/help
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
NAME
|
||||
gcloud alpha run workers revisions - view and manage your Cloud Run Workers
|
||||
revisions
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha run workers revisions COMMAND [--region=REGION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) This set of commands can be used to view and manage your existing
|
||||
Cloud Run Workers revisions.
|
||||
|
||||
EXAMPLES
|
||||
To list your existing worker revisions, run:
|
||||
|
||||
$ gcloud alpha run workers revisions list
|
||||
|
||||
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: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
delete
|
||||
(ALPHA) Delete a worker revision.
|
||||
|
||||
describe
|
||||
(ALPHA) Obtain details about worker revisions.
|
||||
|
||||
list
|
||||
(ALPHA) List available worker revisions.
|
||||
|
||||
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.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue