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

