1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00
gcloud-help/gcloud/alpha/builds/triggers/help

59 lines
1.4 KiB
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
NAME
gcloud alpha builds triggers - create and manage build triggers for Google
Cloud Build
SYNOPSIS
gcloud alpha builds triggers GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) 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:
config
(ALPHA) Manage Google Cloud Build trigger configurations.
create
(ALPHA) Create build triggers for Google Cloud Build.
2023-07-20 11:47:25 +00:00
update
(ALPHA) Update Triggers in Google Cloud Build.
2022-03-01 04:29:52 +00:00
COMMANDS
COMMAND is one of the following:
delete
(ALPHA) Delete a build trigger.
describe
(ALPHA) Get information about a particular trigger.
export
(ALPHA) Export a build trigger.
import
(ALPHA) Import a build trigger.
list
2023-11-01 10:29:29 +00:00
(ALPHA) List Cloud Build triggers for a project.
2022-03-01 04:29:52 +00:00
run
(ALPHA) Run a build trigger.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
2023-01-19 00:56:33 +00:00
access allowlist. These variants are also available:
$ gcloud builds triggers
2022-03-01 04:29:52 +00:00
$ gcloud beta builds triggers