Does anybody know if there is anything akin to Baz...
# general
g
Does anybody know if there is anything akin to Bazel-diff for pants? That’s a tool written by tinder to help calculate all targets that changed over a set of git commits
f
Would
pants --changed-since=REF --changed-depedents=transitive list
work? (or something similar)
g
Thanks for the link. I’ll dig in!