For the complete documentation index, see llms.txt. This page is also available as Markdown.

update

Updates attributes of an existing webhook event trigger rule.

Usage

terrakube webhook-event update --organization <ORG_NAME_OR_ID> --workspace <WORKSPACE_NAME_OR_ID> --webhook-id <WEBHOOK_ID> --id <EVENT_ID> [flags]

Flags

Flag
Short
Type
Required
Description

--organization

-o

String

Yes

Name or ID of the parent organization.

--workspace

-w

String

Yes

Name or ID of the parent workspace.

--webhook-id

String

Yes

ID of the parent webhook.

--id

String

Yes

UUID of the webhook event.

--branch

String

No

Updated branch pattern.

--event

String

No

Updated event type.

--path

String

No

Updated path.

--priority

Int

No

Updated priority.

--output

String

No

Output format (json, table, yaml, tsv).

Examples

Update webhook event branch

Last updated

Was this helpful?