CLI
sazabi notifications
Command reference for sazabi notifications.
sazabi notifications — Manage notification delivery rules and inspect channels. Subcommands: delivery-rules, channels.
sazabi notifications
Manage notification delivery rules and inspect channels
sazabi notifications <subcommand>sazabi notifications delivery-rules list # List delivery rules
sazabi notifications channels get # Inspect channelssazabi notifications delivery-rules
Manage project notification delivery rules
sazabi notifications delivery-rules <subcommand>sazabi notifications delivery-rules list # List delivery rules
sazabi notifications delivery-rules options # See routable destinations and eventssazabi notifications delivery-rules list
List delivery rules
sazabi notifications delivery-rules list [options]| Flag | Type | Required | Description |
|---|---|---|---|
--token | string | No | Override token |
--api-base-url | string | No | Override API base URL |
--json | boolean | No | Output as JSON |
--project-id | string | No | Override active project ID |
sazabi notifications delivery-rules list # List delivery rulessazabi notifications delivery-rules options
List available destinations, events, and conditions
sazabi notifications delivery-rules options [options]| Flag | Type | Required | Description |
|---|---|---|---|
--token | string | No | Override token |
--api-base-url | string | No | Override API base URL |
--json | boolean | No | Output as JSON |
--project-id | string | No | Override active project ID |
sazabi notifications delivery-rules options # See what you can routesazabi notifications delivery-rules create
Create a delivery rule
sazabi notifications delivery-rules create [options]| Flag | Type | Required | Description |
|---|---|---|---|
--token | string | No | Override token |
--api-base-url | string | No | Override API base URL |
--json | boolean | No | Output as JSON |
--project-id | string | No | Override active project ID |
--notification-type | string | No | Notification event type (repeatable, required) |
--destination | string | No | Destination as channel:key (repeatable, required) |
--component-id | string | No | Component ID to match (repeatable) |
--include-descendants | boolean | No | Also match descendant components |
--severity | string | No | Severity condition: low, medium, high, critical (repeatable) |
sazabi notifications delivery-rules create --notification-type issue_triggered --destination slack_channel:C0123 --severity high # Route high-severity issues to Slacksazabi notifications delivery-rules update
Replace a delivery rule (atomic)
sazabi notifications delivery-rules update <rule-id> [options]| Flag | Type | Required | Description |
|---|---|---|---|
--token | string | No | Override token |
--api-base-url | string | No | Override API base URL |
--json | boolean | No | Output as JSON |
--project-id | string | No | Override active project ID |
--notification-type | string | No | Notification event type (repeatable, required) |
--destination | string | No | Destination as channel:key (repeatable, required) |
--component-id | string | No | Component ID to match (repeatable) |
--include-descendants | boolean | No | Also match descendant components |
--severity | string | No | Severity condition: low, medium, high, critical (repeatable) |
sazabi notifications delivery-rules update <id> --notification-type issue_triggered --destination slack_channel:C0123 # Replace a rulesazabi notifications delivery-rules delete
Delete a delivery rule
sazabi notifications delivery-rules delete <rule-id> [options]| Flag | Type | Required | Description |
|---|---|---|---|
--token | string | No | Override token |
--api-base-url | string | No | Override API base URL |
--json | boolean | No | Output as JSON |
--project-id | string | No | Override active project ID |
sazabi notifications delivery-rules delete <id> # Delete a rulesazabi notifications channels
Inspect notification channels
sazabi notifications channels <subcommand>sazabi notifications channels get # List configured channelssazabi notifications channels get
List the project's notification channels
sazabi notifications channels get [options]| Flag | Type | Required | Description |
|---|---|---|---|
--token | string | No | Override token |
--api-base-url | string | No | Override API base URL |
--json | boolean | No | Output as JSON |
--project-id | string | No | Override active project ID |
sazabi notifications channels get # List configured channels