Skip to content

Commit 0f9f17d

Browse files
Update README.md
1 parent 38fdad0 commit 0f9f17d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ Usage: bazel-diff [-htV] -b=<bazelPath> [-co=<bazelCommandOptions>]
7171
[-sh=<startingHashesJSONPath>] [-so=<bazelStartupOptions>]
7272
-w=<workspacePath> [COMMAND]
7373
Writes 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.

0 commit comments

Comments
 (0)