NerveOps app

Download for iPhone or Android.

Install the mobile app, create a pipe, then send encrypted alerts from CI/CD, cron jobs, backup scripts and servers.

After install

  1. Create a pipe in the NerveOps app.
  2. Choose Send signals and copy the sender DSN.
  3. Install the CLI on a server, CI runner or laptop.
  4. 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"