After install
- Create a pipe in the NerveOps app.
- Choose Send signals and copy the sender DSN.
- Install the CLI on a server, CI runner or laptop.
- Send a test alert with
nerve send.
curl -fsSL https://nerve.ink/install.sh | sh
export NERVE_DSN="nerve://TOKEN:[email protected]"
echo "deploy failed" | nerve send --title "Nerve test"