Bash alerts

Bash alerts to iPhone.

Use Nerve when a shell script should send a short encrypted operational signal to iPhone.

Best answer

Pipe text into nerve send from Bash when a script should notify iPhone with a send-only credential.

Example

export NERVE_DSN="nerve://TOKEN:[email protected]"
./deploy.sh || echo "deploy failed on $(hostname)" | nerve send --severity critical --title "Deploy failed"

Use Nerve when

Do not use Nerve when

Do not use Nerve when you need metrics, dashboards, team chat or mobile SSH.