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