NAME
    gcloud beta run worker-pools - view and manage your Cloud Run worker pools

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

DESCRIPTION
    (BETA) This set of commands can be used to view and manage your Cloud Run
    worker pools.

EXAMPLES
    To list your existing worker-pools, run:

        $ gcloud beta run worker-pools 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
        (BETA) Read logs for Cloud Run worker pools.

     revisions
        (BETA) View and manage your Cloud Run WorkerPools revisions.

COMMANDS
    COMMAND is one of the following:

     add-iam-policy-binding
        (BETA) Add IAM policy binding to a Cloud Run worker pool.

     delete
        (BETA) Delete a worker-pool.

     deploy
        (BETA) Create or update a Cloud Run worker-pool.

     describe
        (BETA) Obtain details about a given worker-pool.

     get-iam-policy
        (BETA) Get the IAM policy for a Cloud Run worker pool.

     list
        (BETA) List available worker-pools.

     remove-iam-policy-binding
        (BETA) Remove IAM policy binding of a Cloud Run worker pool.

     replace
        (BETA) Create or replace a worker-pool from a YAML worker-pool
        specification.

     set-iam-policy
        (BETA) Set the IAM policy for a worker pool.

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

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

NOTES
    This command is currently in beta and might change without notice. These
    variants are also available:

        $ gcloud run worker-pools

        $ gcloud alpha run worker-pools

