NAME
    gcloud alpha run worker-pools revisions - view and manage your Cloud Run
        WorkerPools revisions

SYNOPSIS
    gcloud alpha run worker-pools revisions GROUP | COMMAND
        [GCLOUD_WIDE_FLAG ...]

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

EXAMPLES
    To list your existing worker pools revisions, run:

        $ gcloud alpha run worker-pools revisions list

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 worker pools revisions.

COMMANDS
    COMMAND is one of the following:

     delete
        (ALPHA) Delete a worker pool revision.

     describe
        (ALPHA) Obtain details about a given worker pool revision.

     list
        (ALPHA) List available worker pool 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 worker-pools revisions

        $ gcloud beta run worker-pools revisions

