Is there a way I can get Pants to output the pex3 ...
# general
h
Is there a way I can get Pants to output the pex3 commands it uses to create its lockfiles? I’d like to do some dependency compatibility checks outside of Pants using identical config?
c
--keep-sandboxes=always
will give you a directory with a
__run.sh
script that should be identical to what pants does
h
Brill, ty !