Skip to content

impactctl v0.1.0

Latest

Choose a tag to compare

@yigitcan-ozturk yigitcan-ozturk released this 30 Aug 15:59
· 15 commits to main since this release
7a7a51e

First public release of impactctl — a deterministic CLI that shows what a code change can affect before it is merged.

Highlights

  • Analyze Git diffs for API contract changes
  • Detect database migrations
  • Detect deployment and infrastructure changes
  • Detect CI/CD and configuration changes
  • Inspect CODEOWNERS boundaries
  • Produce explainable LOW / MEDIUM / HIGH / CRITICAL impact results
  • Human-readable, JSON and Markdown output
  • Automated GitHub PR impact comments
  • Cross-platform release builds for Linux, macOS and Windows
  • SHA-256 checksums for release artifacts

Example

impactctl pr --base main --head HEAD