mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-10 19:31:55 +00:00
52 lines
1.1 KiB
Text
52 lines
1.1 KiB
Text
NAME
|
|
gcloud beta run revisions - view and manage your Cloud Run revisions
|
|
|
|
SYNOPSIS
|
|
gcloud beta run revisions GROUP | COMMAND [--region=REGION]
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) This set of commands can be used to view and manage your existing
|
|
Cloud Run revisions.
|
|
|
|
EXAMPLES
|
|
To list your existing revisions, run:
|
|
|
|
$ gcloud beta run 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.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
logs
|
|
(BETA) Read logs for Cloud Run revisions.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
delete
|
|
(BETA) Delete a revision.
|
|
|
|
describe
|
|
(BETA) Obtain details about revisions.
|
|
|
|
list
|
|
(BETA) List available revisions.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. These
|
|
variants are also available:
|
|
|
|
$ gcloud run revisions
|
|
|
|
$ gcloud alpha run revisions
|
|
|