gotify

CLI tool for pushing messages to Gotify server instances

brewmacoslinux
Try with needOr install directly
Source

About

Command-line interface for pushing messages to gotify/server

Commands

gotify

Examples

Send a simple message to Gotify server$ gotify push -t 'Alert' -m 'Server is down' --url http://localhost:80 --token abc123
Send message with priority level$ gotify push -t 'Warning' -m 'High CPU usage detected' -p 8 --url http://gotify.example.com --token token123
Pipe command output as message content$ echo 'Backup completed successfully' | gotify push -t 'Backup' --url http://localhost:80 --token abc123