Skip to main content
Use explain when CI or a hook prints a SUPA_* diagnostic code. The command prints the built-in diagnostic summary without opening a browser.

Run it

npx supaschema explain SUPA_PLAN_DESTRUCTIVE_HINT_REQUIRED
npx supaschema explain SUPA_VERIFY_FINGERPRINT_MISMATCH

Arguments

<code>
string
Required diagnostic code. Matching is case-insensitive.

Exit codes

CodeMeaning
0Code was found and explained
1Unknown code or runtime failure

Diagnostics

Browse documented diagnostic families.

Check

Understand safety diagnostics.

Verify

Understand convergence diagnostics.

Migrations

Understand history diagnostics.
Last modified on June 16, 2026