gcloud builds - create and manage builds for Google Cloud Build
gcloud builds GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
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:
- triggers
Create and manage build triggers for Google Cloud Build.
- worker-pools
Manage worker pools for Google Cloud Build.
COMMAND is one of the following:
- cancel
Cancel an ongoing build.
- describe
Get information about a particular build.
- list
List builds.
- log
Stream the logs for a build.
- submit
Submit a build using Google Cloud Build.
These variants are also available:
$ gcloud alpha builds
$ gcloud beta builds