NAME
    gcloud alpha run workers revisions - view and manage your Cloud Run Workers
        revisions

SYNOPSIS
    gcloud alpha run workers revisions COMMAND [--region=REGION]
        [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) This set of commands can be used to view and manage your existing
    Cloud Run Workers revisions.

EXAMPLES
    To list your existing worker revisions, run:

        $ gcloud alpha run workers 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
        (ALPHA) Delete a worker revision.

     describe
        (ALPHA) Obtain details about worker revisions.

     list
        (ALPHA) List available worker 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.

