File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,9 @@ Usage: bazel-diff [-htV] -b=<bazelPath> [-co=<bazelCommandOptions>]
7171 [-sh=<startingHashesJSONPath>] [-so=<bazelStartupOptions>]
7272 -w=<workspacePath> [COMMAND]
7373Writes to a file the impacted targets between two Bazel graph JSON files
74+ -aq, --avoid-query=<avoidQuery>
75+ A Bazel query string, any targets that pass this query will
76+ be removed from the returned set of targets
7477 -b, --bazelPath=<bazelPath>
7578 Path to Bazel binary
7679 -co, --bazelCommandOptions=<bazelCommandOptions>
@@ -89,7 +92,6 @@ Writes to a file the impacted targets between two Bazel graph JSON files
8992 -so, --bazelStartupOptions=<bazelStartupOptions>
9093 Additional space separated Bazel client startup options used
9194 when invoking Bazel
92- -t, --tests Return only targets of kind 'test'
9395 -V, --version Print version information and exit.
9496 -w, --workspacePath=<workspacePath>
9597 Path to Bazel workspace directory.
You can’t perform that action at this time.
0 commit comments