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

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

DESCRIPTION
    (BETA) 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
        (BETA) Manage connections for Google Cloud Build.

     repositories
        (BETA) Manage repositories for Cloud Build.

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

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

COMMANDS
    COMMAND is one of the following:

     approve
        (BETA) Approve a pending build.

     cancel
        (BETA) Cancel an ongoing build.

     describe
        (BETA) Get information about a particular build.

     get-default-service-account
        (BETA) Get the default service account for a project.

     list
        (BETA) List builds.

     log
        (BETA) Stream the logs for a build.

     reject
        (BETA) Reject a pending build.

     submit
        (BETA) Submit a build using Cloud Build.

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

        $ gcloud builds

        $ gcloud alpha builds

