1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-09 10:56:49 +00:00
gcloud-help/gcloud/run/revisions/help
2024-10-23 10:01:22 +00:00

44 lines
906 B
Text

NAME
gcloud run revisions - view and manage your Cloud Run revisions
SYNOPSIS
gcloud run revisions COMMAND [--region=REGION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
This set of commands can be used to view and manage your existing Cloud Run
revisions.
EXAMPLES
To list your existing revisions, run:
$ gcloud 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.
COMMANDS
COMMAND is one of the following:
delete
Delete a revision.
describe
Obtain details about revisions.
list
List available revisions.
NOTES
These variants are also available:
$ gcloud alpha run revisions
$ gcloud beta run revisions