Commands
| Command | Description |
|---|---|
devhelm notification-policies list | List all policies |
devhelm notification-policies get <id> | Get policy details |
devhelm notification-policies create | Create a policy |
devhelm notification-policies update <id> | Update a policy |
devhelm notification-policies delete <id> | Delete a policy |
devhelm notification-policies test <id> | Test a policy |
notification-policies list
| Flag | Type | Default | Description |
|---|---|---|---|
--page-size | integer | 200 | Number of items per API request (1–200) |
notification-policies get
notification-policies create
Create a new notification policy with associated alert channels.| Flag | Type | Required | Description |
|---|---|---|---|
--name | string | Yes | Policy display name |
--channel-ids | string | — | Comma-separated alert channel IDs for the escalation step |
--enabled / --no-enabled | boolean | — | Whether the policy is active (default: true) |
notification-policies update
create.
notification-policies delete
notification-policies test
Send a test notification through the policy to verify it triggers correctly.Next steps
Notification policies
Understanding match rules and escalation logic.
Escalation chains
Multi-step escalation with delays and conditions.