Command Reference
Signal Alerts
Manage alerts on signals and inspect their firing history.
Manage threshold alerts on signals — predicates over a rolling window, Slack delivery, and firing history. This is the same alerting surface as inf signals alerts, exposed as its own command group.
Commands
Run inf signal-alert --help for the full, up-to-date verb list. The generated surface covers:
| Verb | Description |
|---|---|
list | List all alerts across the active team's signals |
by-project | List all alerts in a project |
by-signal | List a signal's alerts |
get | Get one alert by id |
create | Create an alert on a signal |
update | Edit an alert's predicate, config, or enabled toggle |
archive | Archive an alert |
events | List an alert's firing history |
state | Get an alert's current state snapshot |
backtest | Replay an alert predicate over recent history (read-only preview) |
Related commands
inf signals alertsdocuments the alert flags (metric, operator, threshold, window) that the shared alert model uses.