Quickstart
Upload your first audit bundle.
Run analysis locally, validate the generated bundle, then upload structured reports to the dashboard.
dart run Audit Sherpa generate --project-root . --bundle reports/audit_bundle --repository-slug your-org/your-repo --branch main --commit-sha local
dart run Audit Sherpa validate reports/audit_bundle
AUDIT_SHERPA_TOKEN=<token> dart run Audit Sherpa upload --bundle reports/audit_bundle --repository-slug your-org/your-repo
1. Create access
Use the dashboard setup area to create an upload token for your organization.
2. Generate locally
The CLI runs Sherpa tools from your project root and packages report data.
3. Review results
Open audit detail, tools, findings, and recommendations in the dashboard.