1- [ ![ CI] ( https://github.com/stackb/bazel-aquery-differ /actions/workflows/ci.yaml/badge.svg )] ( https://github.com/stackb/bazel-aquery-differ /actions/workflows/ci.yaml )
1+ [ ![ CI] ( https://github.com/stackb/bazel_difftools /actions/workflows/ci.yaml/badge.svg )] ( https://github.com/stackb/bazel_difftools /actions/workflows/ci.yaml )
22
3- # bazel-aquery-differ
3+ # bazel_difftools
44
55A tool to compare Bazel action query outputs with an interactive HTML report.
66This is a re-imagination of the [ Bazel
@@ -22,7 +22,7 @@ in Go with enhanced visualization features.
2222Add to your ` MODULE.bazel ` :
2323
2424``` starlark
25- bazel_dep(name = " bazel-aquery-differ " , version = " 0.0.0" )
25+ bazel_dep(name = " bazel_difftools " , version = " 0.0.0" )
2626```
2727
2828> ** Note** : This module is not yet published to the Bazel Central Registry. For
@@ -33,8 +33,8 @@ bazel_dep(name = "bazel-aquery-differ", version = "0.0.0")
3333Download a release artifact, or build from source:
3434
3535``` bash
36- git clone https://github.com/stackb/bazel-aquery-differ .git
37- cd bazel-aquery-differ
36+ git clone https://github.com/stackb/bazel_difftools .git
37+ cd bazel_difftools
3838bazel build //cmd/aquerydiff
3939```
4040
@@ -45,7 +45,7 @@ bazel build //cmd/aquerydiff
4545Load the rules in your ` BUILD.bazel ` file:
4646
4747``` starlark
48- load(" @bazel-aquery-differ //rules:defs.bzl" , " aquery_diff" , " aquery_git_diff" )
48+ load(" @bazel_difftools //rules:defs.bzl" , " aquery_diff" , " aquery_git_diff" )
4949```
5050
5151#### Rule: ` aquery_diff `
0 commit comments