mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Jul 26 10:48:49 UTC 2023
This commit is contained in:
parent
64e67b443c
commit
4558a00e48
204 changed files with 2787 additions and 1591 deletions
|
|
@ -6,9 +6,10 @@ SYNOPSIS
|
|||
gcloud beta builds triggers create github
|
||||
(--trigger-config=PATH | [(--branch-pattern=REGEX | --tag-pattern=REGEX
|
||||
| [--pull-request-pattern=REGEX : --comment-control=COMMENT_CONTROL;
|
||||
default="COMMENTS_ENABLED"]) (--build-config=PATH
|
||||
| --inline-config=PATH | [--dockerfile=DOCKERFILE
|
||||
: --dockerfile-dir=DOCKERFILE_DIR; default="/"
|
||||
default=CommentControlValueValuesEnum(COMMENTS_ENABLED,
|
||||
1)]) (--build-config=PATH | --inline-config=PATH
|
||||
| [--dockerfile=DOCKERFILE : --dockerfile-dir=DOCKERFILE_DIR;
|
||||
default="/"
|
||||
--dockerfile-image=DOCKERFILE_IMAGE]) (--repository=REPOSITORY
|
||||
| [--repo-name=REPO_NAME --repo-owner=REPO_OWNER
|
||||
: --enterprise-config=ENTERPRISE_CONFIG]) : --description=DESCRIPTION
|
||||
|
|
@ -158,7 +159,7 @@ REQUIRED FLAGS
|
|||
This flag argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--comment-control=COMMENT_CONTROL; default="COMMENTS_ENABLED"
|
||||
--comment-control=COMMENT_CONTROL; default=CommentControlValueValuesEnum(COMMENTS_ENABLED, 1)
|
||||
Require a repository collaborator or owner to comment '/gcbrun'
|
||||
on a pull request before running the build. COMMENT_CONTROL
|
||||
must be one of:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue