mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-15 09:25:44 +00:00
30 lines
746 B
Text
30 lines
746 B
Text
NAME
|
|
gcloud beta builds triggers create - create build triggers for Google Cloud
|
|
Build
|
|
|
|
SYNOPSIS
|
|
gcloud beta builds triggers create COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) Create build triggers for Google Cloud Build.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
cloud-source-repositories
|
|
(BETA) Create a build trigger from a Cloud Source Repository.
|
|
|
|
github
|
|
(BETA) Create a build trigger for a GitHub repository.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. This
|
|
variant is also available:
|
|
|
|
$ gcloud alpha builds triggers create
|
|
|