CLI Reference
Complete command reference for notify.
notify
USAGE notify [command]
COMMANDS completion Generate the autocompletion script for the specified shell ntfy Send a notification via ntfy system Send a system notification version Print the version information for this binary
Flags: -c/—config, -h/—help, —json, -v/—verbose
Use “notify [command] —help” for more information.
notify ntfy
Send a notification via ntfy service. Usage: notify ntfy —topic mytopic —title “Title” “Message text” notify ntfy —topic mytopic —title “Title” —priority high —tags tag1,tag2 “Message text”
USAGE notify ntfy [args…] [flags]
FLAGS -h, —help help for ntfy —priority Priority (min, low, default, high, urgent) (default: default) —tags Comma-separated tags —title Notification title (default: Grove Notification) —topic Ntfy topic (required) —url Ntfy server URL (default: https://ntfy.sh)
notify system
Send a system notification with title and message. Usage: notify system —title “Title” “Message text” notify system —title “Title” —level info “Message text”
USAGE notify system [args…] [flags]
FLAGS -h, —help help for system —level Notification level (info, warning, error) (default: info) —title Notification title (default: Grove Notification)
notify version
USAGE notify version [flags]
FLAGS -h, —help help for version —json Output version information in JSON format