NAME
    gcloud beta deploy rollouts - create and manage Rollout resources for Cloud
        Deploy

SYNOPSIS
    gcloud beta deploy rollouts COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (BETA) Create and manage Rollout resources for Cloud Deploy.

GCLOUD WIDE FLAGS
    These flags are available to all commands: --help.

    Run $ gcloud help for details.

COMMANDS
    COMMAND is one of the following:

     advance
        (BETA) Advances a rollout.

     approve
        (BETA) Approves a rollout having an Approval state of "Required".

     cancel
        (BETA) Cancel a Rollout.

     describe
        (BETA) Show details for a rollout.

     ignore-job
        (BETA) Ignores a specified job and phase combination on a rollout.

     list
        (BETA) List the rollouts.

     reject
        (BETA) Rejects a rollout having an Approval state of "Required".

     retry-job
        (BETA) Retries a specified job, phase combination on a rollout.

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

        $ gcloud deploy rollouts

        $ gcloud alpha deploy rollouts

