NAME
    gcloud alpha builds - create and manage builds for Google Cloud Build

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

DESCRIPTION
    (ALPHA) Create and manage builds for Google Cloud Build.

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

    Run $ gcloud help for details.

GROUPS
    GROUP is one of the following:

     connections
        (ALPHA) Manage connections for Google Cloud Build.

     deploy
        (ALPHA) Build and deploy images with Google Cloud Build.

     enterprise-config
        (ALPHA) Manage Enterprise configurations for Google Cloud Build.

     repositories
        (ALPHA) Manage repositories for Google Cloud Build.

     triggers
        (ALPHA) Create and manage build triggers for Google Cloud Build.

     worker-pools
        (ALPHA) Manage worker pools for Google Cloud Build.

COMMANDS
    COMMAND is one of the following:

     approve
        (ALPHA) Approve a pending build.

     cancel
        (ALPHA) Cancel an ongoing build.

     describe
        (ALPHA) Get information about a particular build.

     list
        (ALPHA) List builds.

     log
        (ALPHA) Stream the logs for a build.

     reject
        (ALPHA) Reject a pending build.

     submit
        (ALPHA) Submit a build using Google Cloud Build.

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 builds

        $ gcloud beta builds

