bazel-diff

Compares Bazel targets between two Git revisions

brewmacoslinux
Try with needOr install directly
Source

About

Performs Bazel Target Diffing between two revisions in Git

Commands

bazel-diff

Examples

Show all target differences between current branch and main$ bazel-diff main HEAD
Generate a JSON report of changed targets$ bazel-diff --output json main HEAD > changes.json
Filter results to only show added or modified targets$ bazel-diff --filter added,modified main HEAD