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

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

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

EXAMPLES
    To list your existing workers, run:

        $ gcloud alpha run workers 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.

GROUPS
    GROUP is one of the following:

     revisions
        (ALPHA) View and manage your Cloud Run Workers revisions.

COMMANDS
    COMMAND is one of the following:

     delete
        (ALPHA) Delete a worker.

     deploy
        (ALPHA) Create or update a Cloud Run worker.

     describe
        (ALPHA) Obtain details about a given worker.

     list
        (ALPHA) List available workers.

     update
        (ALPHA) Update Cloud Run environment variables and other configuration
        settings.

     update-instance-split
        (ALPHA) Adjust the instance assignments for a Cloud Run worker.

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.

