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
FlagDescription
--activeShow only active (unresolved) alerts
--resolvedShow 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 API key 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

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

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