gcloud beta builds - create and manage builds for Google Cloud Build
gcloud beta builds GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
(BETA) Create and manage builds for Google Cloud Build.
These flags are available to all commands: --help.
Run $ gcloud help for details.
GROUP is one of the following:
- connections
(BETA) Manage connections for Google Cloud Build.
- repositories
(BETA) Manage repositories for Google Cloud Build.
- triggers
(BETA) Create and manage build triggers for Google Cloud Build.
- worker-pools
(BETA) Manage worker pools for Google Cloud Build.
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.
- list
(BETA) List builds.
- log
(BETA) Stream the logs for a build.
- reject
(BETA) Reject a pending build.
- submit
(BETA) Submit a build using Google Cloud Build.
This command is currently in beta and might change without notice. These variants are also available:
$ gcloud builds
$ gcloud alpha builds