mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-21 06:27:15 +00:00
gcloud: Wed Jul 12 10:20:16 UTC 2023
This commit is contained in:
parent
f52bc665a7
commit
b4c2508b12
300 changed files with 7469 additions and 3231 deletions
33
gcloud/builds/connections/create/help
Normal file
33
gcloud/builds/connections/create/help
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
NAME
|
||||
gcloud builds connections create - create Connections in Google Cloud Build
|
||||
|
||||
SYNOPSIS
|
||||
gcloud builds connections create COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Create Connections in 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:
|
||||
|
||||
github
|
||||
Create a Cloud Build Connection of type GitHub.
|
||||
|
||||
github-enterprise
|
||||
Create a Cloud Build Connection of type GitHub Enterprise.
|
||||
|
||||
gitlab
|
||||
Create a Cloud Build Connection for gitlab.com or GitLab Enterprise.
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
||||
$ gcloud alpha builds connections create
|
||||
|
||||
$ gcloud beta builds connections create
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue