bazel-diff
bazel-diff copied to clipboard
limit bazel-diff to ingnore checking external modules
bazel:diff -- generate-hashes --bazelCommandOptions='//... //...' --includeTargetType -w ** -v I am trying to limit external modules from bieng checked when running bazel diff . So that generate hashes are for all the other modules but external. However couldn't find a good way to achieve tis, how the query can be passed to the bazel-diff.