CLI tool for pushing messages to Gotify server instances
Command-line interface for pushing messages to gotify/server
gotify$ gotify push -t 'Alert' -m 'Server is down' --url http://localhost:80 --token abc123$ gotify push -t 'Warning' -m 'High CPU usage detected' -p 8 --url http://gotify.example.com --token token123$ echo 'Backup completed successfully' | gotify push -t 'Backup' --url http://localhost:80 --token abc123