mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Apr 13 08:33:42 UTC 2022
This commit is contained in:
parent
f88a614da8
commit
9dcb91c709
143 changed files with 4432 additions and 242 deletions
|
|
@ -10,8 +10,9 @@ SYNOPSIS
|
|||
default="/" --dockerfile-image=DOCKERFILE_IMAGE)
|
||||
: --description=DESCRIPTION --filter=FILTER --name=NAME
|
||||
--require-approval --service-account=SERVICE_ACCOUNT
|
||||
--substitutions=[KEY=VALUE,...] --repo=REPO (--branch=BRANCH
|
||||
| --tag=TAG)]) [GCLOUD_WIDE_FLAG ...]
|
||||
--substitutions=[KEY=VALUE,...]
|
||||
--repo=REPO --repo-type=REPO_TYPE (--branch=BRANCH | --tag=TAG)])
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Create a build trigger with a Pub/Sub trigger event.
|
||||
|
|
@ -25,7 +26,8 @@ EXAMPLES
|
|||
--service-account="projects/my-project/serviceAccounts/my-byosa@\
|
||||
my-project.iam.gserviceaccount.com" \
|
||||
--topic=projects/my-project/topics/my-topic \
|
||||
--repo=https://www.github.com/owner/repo --branch=my-branch
|
||||
--repo=https://www.github.com/owner/repo --repo-type=GITHUB \
|
||||
--branch=my-branch
|
||||
|
||||
REQUIRED FLAGS
|
||||
Exactly one of these must be specified:
|
||||
|
|
@ -137,6 +139,13 @@ REQUIRED FLAGS
|
|||
This flag must be specified if any of the other arguments in this
|
||||
group are specified.
|
||||
|
||||
--repo-type=REPO_TYPE
|
||||
Type of the repository. Currently only GitHub and Cloud Source
|
||||
Repository types are supported.
|
||||
|
||||
This flag must be specified if any of the other arguments in this
|
||||
group are specified.
|
||||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--branch=BRANCH
|
||||
|
|
|
|||
|
|
@ -10,8 +10,9 @@ SYNOPSIS
|
|||
default="/" --dockerfile-image=DOCKERFILE_IMAGE)
|
||||
: --description=DESCRIPTION --filter=FILTER --name=NAME
|
||||
--require-approval --service-account=SERVICE_ACCOUNT
|
||||
--substitutions=[KEY=VALUE,...] --repo=REPO (--branch=BRANCH
|
||||
| --tag=TAG)]) [GCLOUD_WIDE_FLAG ...]
|
||||
--substitutions=[KEY=VALUE,...]
|
||||
--repo=REPO --repo-type=REPO_TYPE (--branch=BRANCH | --tag=TAG)])
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Create a build trigger with a Webhook trigger event.
|
||||
|
|
@ -26,7 +27,8 @@ EXAMPLES
|
|||
--service-account="projects/my-project/serviceAccounts/my-byosa@\
|
||||
my-project.iam.gserviceaccount.com" \
|
||||
--secret=projects/my-project/secrets/my-secret/versions/2 \
|
||||
--repo=https://www.github.com/owner/repo --branch=my-branch
|
||||
--repo=https://www.github.com/owner/repo --repo-type=GITHUB \
|
||||
--branch=my-branch
|
||||
|
||||
REQUIRED FLAGS
|
||||
Exactly one of these must be specified:
|
||||
|
|
@ -140,6 +142,13 @@ REQUIRED FLAGS
|
|||
This flag must be specified if any of the other arguments in this
|
||||
group are specified.
|
||||
|
||||
--repo-type=REPO_TYPE
|
||||
Type of the repository. Currently only GitHub and Cloud Source
|
||||
Repository types are supported.
|
||||
|
||||
This flag must be specified if any of the other arguments in this
|
||||
group are specified.
|
||||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--branch=BRANCH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue