Skip to content
Exit Codes

Exit Codes

Exit codes distinguish clean inspections, detected identity issues, and fatal CLI failures.

CodeMeaning
0Inspection succeeded and no error-severity findings exist.
2Inspection succeeded and error-severity findings exist.
3Binding lookup succeeded and the requested binding was not found.
4Usage, connection, discovery, or permission failure prevented inspection.
5Internal CLI or serialization failure.

--strict treats warning-severity findings as exit code 2.

When output can be serialized, code 3 should emit a binding-not-found report. Fatal pre-read failures do not require a complete report.

Last updated on