Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.38 KB

File metadata and controls

48 lines (32 loc) · 1.38 KB

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

  - Send a custom notification to the requesting user. Sending notifications
targeting other users or groups is currently not supported:

     $ coder notifications custom "Custom Title" "Custom Message"

Subcommands

Name Purpose
pause Pause notifications
resume Resume notifications
test Send a test notification
custom Send a custom notification