1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 07:29:40 +00:00
gcloud-help/gcloud/builds/help

55 lines
1 KiB
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
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:
2023-07-12 10:20:16 +00:00
connections
Manage connections for Google Cloud Build.
repositories
2023-11-01 10:29:29 +00:00
Manage repositories for Cloud Build.
2023-07-12 10:20:16 +00:00
2023-01-19 00:56:33 +00:00
triggers
Create and manage build triggers for Google Cloud Build.
2022-03-01 04:29:52 +00:00
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
2023-11-01 10:29:29 +00:00
Submit a build using Cloud Build.
2022-03-01 04:29:52 +00:00
NOTES
These variants are also available:
$ gcloud alpha builds
$ gcloud beta builds