mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
54 lines
1 KiB
Text
54 lines
1 KiB
Text
NAME
|
|
gcloud builds - create and manage builds for Google Cloud Build
|
|
|
|
SYNOPSIS
|
|
gcloud builds GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
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
|
|
Manage connections for Google Cloud Build.
|
|
|
|
repositories
|
|
Manage repositories for Google Cloud Build.
|
|
|
|
triggers
|
|
Create and manage build triggers for Google Cloud Build.
|
|
|
|
worker-pools
|
|
Manage worker pools for Google Cloud Build.
|
|
|
|
COMMANDS
|
|
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.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha builds
|
|
|
|
$ gcloud beta builds
|
|
|