notify

Stream CLI output to multiple platforms like Slack, Discord, Teams

brewmacoslinux
Try with needOr install directly
Source

About

Stream the output of any CLI and publish it to a variety of supported platforms

Commands

notify

Examples

Send command output to Slack webhook$ notify --service slack --webhook-url https://hooks.slack.com/... -- npm test
Stream long-running job to Discord when complete$ notify --service discord --webhook-url https://discord.com/api/webhooks/... -- ./deploy.sh
Pipe output to multiple platforms simultaneously$ long-running-command | notify --service slack --service teams --webhook-url <slack-url> --webhook-url <teams-url>