Skip to content

CLI Alert Commands

These commands let you list, respond to, and resolve alerts.

Terminal window
beeps alert list
beeps alert list --active
beeps alert list --resolved --json
Flag Description
--active Show only active (unresolved) alerts
--resolved Show only resolved alerts
Terminal window
beeps alert get --alert-id alt_abc123
beeps alert get --alert-id alt_abc123 --json

Signal to your team that you’re looking at an alert:

Terminal window
beeps alert on-it --alert-id alt_abc123

By default this marks the access token owner as responding. To mark a different user:

Terminal window
beeps alert on-it --alert-id alt_abc123 --user-id usr_def456

Assign an alert to a specific user:

Terminal window
beeps alert assign --alert-id alt_abc123 --user-id usr_def456

When your work is complete, mark it done (optionally linking the fix):

Terminal window
beeps alert done --alert-id alt_abc123
beeps alert done --alert-id alt_abc123 --pr-url https://github.com/org/repo/pull/42

If you can’t handle the alert, drop it — if you were the last active responder on an unresolved alert, beeps clears the acknowledgment and re-arms escalation from the top, so the alert never sits abandoned:

Terminal window
beeps alert drop --alert-id alt_abc123

Both auto-detect your responder record when only one human is active; pass --responder-id otherwise (beeps alert responders lists them).

See who is currently responding to an alert:

Terminal window
beeps alert responders --alert-id alt_abc123
beeps alert responders --alert-id alt_abc123 --json

See every notification beeps attempted for an alert and whether it was delivered — delivered means the carrier confirmed receipt (SMS), failed includes the reason:

Terminal window
beeps alert notifications --alert-id alt_abc123
beeps alert notifications --alert-id alt_abc123 --json

Get the source payload, related deploys, and prior incidents for an alert:

Terminal window
beeps alert fix-context --alert-id alt_abc123
beeps alert fix-context --alert-id alt_abc123 --json

See AI agent jobs (Devin, Cursor) that are working on an alert:

Terminal window
beeps alert agents --alert-id alt_abc123
beeps alert agents --alert-id alt_abc123 --json
Terminal window
beeps alert resolve --alert-id alt_abc123
  • 0 success
  • 1 validation failure or API error