From 407a145c4effd942f80d76fa65926ae413c628f6 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Fri, 30 Jan 2026 13:41:29 -0800 Subject: [PATCH] docs: point to the 'impacted' command for Aspect CLI --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 239388e..9cb2370 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,12 @@ You can see the example shell script in action below: Open `bazel-diff-example.sh` to see how this is implemented. This is purely an example use-case, but it is a great starting point to using `bazel-diff`. +## With Aspect CLI + +Aspect's Extension Language (AXL) allows the shell script above to be expressed in Starlark, and exposed as an `impacted` command on your terminal. + +See https://github.com/aspect-extensions/impacted + ## How it works `bazel-diff` works as follows