mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
50 lines
1.1 KiB
Text
50 lines
1.1 KiB
Text
NAME
|
|
gcloud beta builds triggers - create and manage build triggers for Google
|
|
Cloud Build
|
|
|
|
SYNOPSIS
|
|
gcloud beta builds triggers GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) Create and manage build triggers 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:
|
|
|
|
create
|
|
(BETA) Create build triggers for Google Cloud Build.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
delete
|
|
(BETA) Delete a build trigger.
|
|
|
|
describe
|
|
(BETA) Get information about a particular trigger.
|
|
|
|
export
|
|
(BETA) Export a build trigger.
|
|
|
|
import
|
|
(BETA) Import a build trigger.
|
|
|
|
list
|
|
(BETA) List Google Cloud Build triggers for a project.
|
|
|
|
run
|
|
(BETA) Run a build trigger.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. These
|
|
variants are also available:
|
|
|
|
$ gcloud builds triggers
|
|
|
|
$ gcloud alpha builds triggers
|
|
|