Getting Started
Install
Section titled “Install”npm install -g sadrazamOr run it directly with npx:
npx sadrazam .First Scan
Section titled “First Scan”Run Sadrazam in the current project:
sadrazam .Useful first commands:
sadrazam initsadrazam . --reporter jsonsadrazam . --reporter toonsadrazam . --trace typescriptsadrazam . --explain unused-filessadrazam . --production --strictWhat To Expect
Section titled “What To Expect”Sadrazam exits with:
0when no findings are reported1when execution fails2when findings are reported
That makes it safe to use in CI without custom wrappers.