mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
61 lines
1.3 KiB
Text
61 lines
1.3 KiB
Text
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 Google 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.
|
|
|
|
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.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. These
|
|
variants are also available:
|
|
|
|
$ gcloud builds
|
|
|
|
$ gcloud alpha builds
|
|
|