Skip to content

Commit

Permalink
Update docs for depedges file
Browse files Browse the repository at this point in the history
  • Loading branch information
tinder-maxwellelliott committed Nov 11, 2024
1 parent 04bf08e commit 96d2c4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ git checkout BASE_REV
bazel-diff generate-hashes [...]

git checkout FINAL_REV
bazel-diff generate-hashes --depsFile deps.json [...]
bazel-diff generate-hashes --depEdgesFile deps.json [...]

bazel-diff get-impacted-targets --depsFile deps.json [...]
bazel-diff get-impacted-targets --depEdgesFile deps.json [...]
```

This will produce an impacted targets json list with target label, target distance, and package distance:
Expand Down

0 comments on commit 96d2c4a

Please sign in to comment.