mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
d2419c89ac
Relates to https://github.com/coder/coder/issues/16463 Adds a CLI command, and API endpoint, to trigger a test notification for administrators of a deployment.
1.1 KiB
Generated
1.1 KiB
Generated
notifications
Manage Coder notifications
Aliases:
- notification
Usage
coder notifications
Description
Administrators can use these commands to change notification settings.
- Pause Coder notifications. Administrators can temporarily stop notifiers from
dispatching messages in case of the target outage (for example: unavailable SMTP
server or Webhook not responding).:
$ coder notifications pause
- Resume Coder notifications:
$ coder notifications resume
- Send a test notification. Administrators can use this to verify the notification
target settings.:
$ coder notifications test
Subcommands
| Name | Purpose |
|---|---|
pause |
Pause notifications |
resume |
Resume notifications |
test |
Send a test notification |