NAME
    gcloud alpha deploy - create and manage Google Cloud Deploy resources

SYNOPSIS
    gcloud alpha deploy GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) Create and manage Google Cloud Deploy resources.

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

    Run $ gcloud help for details.

GROUPS
    GROUP is one of the following:

     delivery-pipelines
        (ALPHA) Create and manage Delivery Pipeline resources for Google Cloud
        Deploy.

     job-runs
        (ALPHA) Manages job runs resources for Google Cloud Deploy.

     releases
        (ALPHA) Create and manage Release resources for Google Cloud Deploy.

     rollouts
        (ALPHA) Create and manage Rollout resources for Google Cloud Deploy.

     targets
        (ALPHA) Create and manage Target resources for Google Cloud Deploy.

COMMANDS
    COMMAND is one of the following:

     apply
        (ALPHA) Applies a yaml configuration containing Deliver Pipeline(s),
        Target(s) declarative definitions.

     delete
        (ALPHA) Deletes delivery pipeline(s) and target(s) in a yaml
        configuration.

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 deploy

        $ gcloud beta deploy

