vulkro-sf checks
Lists every check Vulkro for Salesforce can report, from its built-in
catalogue: org checks (they need a live org) and code checks (they run
on a project or metadata folder), including the Well-Architected
anti-patterns (AP-NNN) and the release readiness items
(SF-READINESS-NNN).
vulkro-sf checks
vulkro-sf checks --kind org
vulkro-sf checks --category identity
vulkro-sf checks --format json
The table leads with a count line, then each check's id (the key a
finding is reported and triaged under), kind, category, default severity
and name. --format json adds each check's aliases, a one-sentence
summary, why it matters, and the source that emits it.
Categories: identity, exposure, data, integrations, sessions,
configuration, code, quality.
The catalogue is checked against the engine on every build: a check the engine can report but the catalogue does not list fails the build.
Static data: it never scans, never uses the network, and needs no licence.
Exit codes
| Code | Meaning |
|---|---|
0 | The catalogue was printed (also when a filter matches nothing). |
2 | An unknown --category, --kind or --format. |