mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Thu Jan 23 10:02:29 UTC 2025
This commit is contained in:
parent
4a036681b1
commit
861d4011dc
116 changed files with 1271 additions and 2834 deletions
|
|
@ -13,8 +13,11 @@ SYNOPSIS
|
|||
: --network-attachment=NETWORK_ATTACHMENT]
|
||||
| [--destination-run-service=DESTINATION_RUN_SERVICE
|
||||
: --destination-run-path=DESTINATION_RUN_PATH
|
||||
--destination-run-region=DESTINATION_RUN_REGION]) [--async]
|
||||
[--channel=CHANNEL] [--event-data-content-type=EVENT_DATA_CONTENT_TYPE]
|
||||
--destination-run-region=DESTINATION_RUN_REGION]
|
||||
| [--destination-workflow=DESTINATION_WORKFLOW
|
||||
: --destination-workflow-location=DESTINATION_WORKFLOW_LOCATION])
|
||||
[--async] [--channel=CHANNEL]
|
||||
[--event-data-content-type=EVENT_DATA_CONTENT_TYPE]
|
||||
[--event-filters-path-pattern=[ATTRIBUTE=PATH_PATTERN,...]]
|
||||
[--labels=[KEY=VALUE,...]] [--service-account=SERVICE_ACCOUNT]
|
||||
[--transport-topic=TRANSPORT_TOPIC] [GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -140,6 +143,20 @@ REQUIRED FLAGS
|
|||
not specified, it is assumed that the service is in the same region
|
||||
as the trigger.
|
||||
|
||||
Flags for specifying a Cloud Workflows destination.
|
||||
|
||||
--destination-workflow=DESTINATION_WORKFLOW
|
||||
ID of the workflow that receives the events for the trigger. The
|
||||
workflow must be in the same project as the trigger.
|
||||
|
||||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
|
||||
--destination-workflow-location=DESTINATION_WORKFLOW_LOCATION
|
||||
Location that the destination workflow is running in. If not
|
||||
specified, it is assumed that the workflow is in the same location
|
||||
as the trigger.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
|
|
|
|||
|
|
@ -16,7 +16,10 @@ SYNOPSIS
|
|||
| --destination-run-region=DESTINATION_RUN_REGION
|
||||
--destination-run-service=DESTINATION_RUN_SERVICE
|
||||
--clear-destination-run-path
|
||||
| --destination-run-path=DESTINATION_RUN_PATH] [GCLOUD_WIDE_FLAG ...]
|
||||
| --destination-run-path=DESTINATION_RUN_PATH
|
||||
| --destination-workflow=DESTINATION_WORKFLOW
|
||||
--destination-workflow-location=DESTINATION_WORKFLOW_LOCATION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Update an Eventarc trigger.
|
||||
|
|
@ -173,6 +176,17 @@ FLAGS
|
|||
events for the trigger should be sent. Examples: /route, route,
|
||||
route/subroute.
|
||||
|
||||
Flags for updating a Cloud Workflows destination.
|
||||
|
||||
--destination-workflow=DESTINATION_WORKFLOW
|
||||
ID of the workflow that receives the events for the trigger. The
|
||||
workflow must be in the same project as the trigger.
|
||||
|
||||
--destination-workflow-location=DESTINATION_WORKFLOW_LOCATION
|
||||
Location that the destination workflow is running in. If not
|
||||
specified, it is assumed that the workflow is in the same location
|
||||
as the trigger.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue