Command Usage

search repocheck scan

Primary analysis command.

repocheck scan [path] [flags]

Flags:

  • --json: Output results in JSON format (useful for piping).
  • --summary: Show a brief summary only.
  • --ci: Run in strict CI mode (Exit codes: 0=Pass, 1=Warn, 2=Fail).
  • --no-color: Disable color output.

summarize repocheck summary Pro

Print a high-level executive summary of the repository status, including Top Issues and Recommendations.

repocheck summary

difference repocheck diff Pro

Compare two scan JSON reports to find regressions (e.g., Score dropped, New Secrets).

# 1. Generate baseline
repocheck scan . --json > baseline.json

# 2. Make changes...

# 3. Generate new scan
repocheck scan . --json > current.json

# 4. Compare
repocheck diff baseline.json current.json

settings repocheck config

Manage local configuration.

repocheck config init # Create .repocheck.yaml
repocheck config show # Display current config

key repocheck license

Manage your Pro license.

repocheck license status
repocheck license add <KEY>
repocheck license remove