:wave: I'm keen to determine which resolves are a...
# general
c
👋 I'm keen to determine which resolves are associated to a source file or source directory. Is there a straightforward way to do this?
✅ 1
h
I don’t think so, but maybe parsing info out of
pants peek
will work? I hope/think resolve info is in there somewhere
b
Interestingly, while resolve info is in the output of
pants peek
, it can be
null
(?) I guess this is because my repo has only the one resolve python-default
c
Output from peek is perfect! Thanks
h
Ah, great!