Manage incidents.
obs incident create --title "API Outage" --priority HIGH --description "Initial investigation"obs incident listobs incident get <id>obs incident update <id> --description "Resolved"obs incident delete <id> -y
obs incident create --title "API Outage" --priority HIGH --description "Initial investigation"obs incident listobs incident get <id>obs incident update <id> --description "Resolved"obs incident delete <id> -y
Incidents are runtime state: obs apply warns and skips any incidents block. Create them directly with obs incident create. See Config-as-code.