mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Thu Nov 9 11:45:52 UTC 2023
This commit is contained in:
parent
f2c5d1d45f
commit
03f0979970
300 changed files with 8569 additions and 1319 deletions
|
|
@ -6,8 +6,8 @@ SYNOPSIS
|
|||
gcloud builds triggers update pubsub (TRIGGER : --region=REGION)
|
||||
(--trigger-config=PATH | --description=DESCRIPTION
|
||||
--[no-]require-approval --service-account=SERVICE_ACCOUNT
|
||||
--subscription-filter=SUBSCRIPTION_FILTER
|
||||
--topic=TOPIC --clear-substitutions
|
||||
--topic=TOPIC --clear-subscription-filter
|
||||
| --subscription-filter=SUBSCRIPTION_FILTER --clear-substitutions
|
||||
| --remove-substitutions=[KEY,...]
|
||||
| --update-substitutions=[KEY=VALUE,...] --inline-config=PATH
|
||||
| [--dockerfile=DOCKERFILE : --dockerfile-dir=DOCKERFILE_DIR
|
||||
|
|
@ -90,14 +90,19 @@ REQUIRED FLAGS
|
|||
used instead. Format:
|
||||
projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT_ID_OR_EMAIL}.
|
||||
|
||||
--subscription-filter=SUBSCRIPTION_FILTER
|
||||
CEL filter expression for the trigger. See
|
||||
https://cloud.google.com/build/docs/filter-build-events-using-cel
|
||||
for more details.
|
||||
|
||||
--topic=TOPIC
|
||||
The topic to which this trigger should subscribe.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-subscription-filter
|
||||
Clear existing subscription filter.
|
||||
|
||||
--subscription-filter=SUBSCRIPTION_FILTER
|
||||
CEL filter expression for the trigger. See
|
||||
https://cloud.google.com/build/docs/filter-build-events-using-cel
|
||||
for more details.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-substitutions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue