Is there a way to only export (`./pants export`) ...
# general
p
Is there a way to only export (
./pants export
) a given resolve, I didn't see anything in the docs and when I run it it exports a bunch of stuff I don't care about (tools venvs)... what am i missing?
h
no, there is not. commonly requested feature, but I don't think we have a github issue for it yet
p
c
Well, the tools you can skip, with a per tool export=False option in pants.toml
👍 1