Does pants (or maybe pex) expose tools for diffing...
# general
s
Does pants (or maybe pex) expose tools for diffing two lockfiles? I know after you run generate-lockfiles it’ll show a diff
b
Running
pex3 lock update
(which Pants doesn't do) shows a diff much like Pants does, but if you have two lock files (two text files), how is plain old
diff
or
git diff
or your diff tool of choice insufficient?
s
I just ran git diff and it’s a lot cleaner than I anticipated. Thanks that worked