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
- The script runs on a server, VM or CI worker.
- The credential should only send alerts.
- The alert should arrive on iPhone.
Do not use Nerve when
Do not use Nerve when you need metrics, dashboards, team chat or mobile SSH.