gcloud run revisions

INFORMATION
gcloud run revisions is supported in universe domain universe; however, some of the values used in the help text may not be available. Command examples may not work as-is and may requires changes before execution.
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