Hi community, one general questions. In the doc, i...
# general
h
Hi community, one general questions. In the doc, it says pants will generate multiple
python_source
when we use target
python_sources
. Is there anyway that I can check the final generated BUILD files?
e
You could use
pants list
to get a list of the individual targets (just names, not full info), and I think you could use
pants peek
to see more information, though it wouldn't be exactly the same format as a BUILD file (haven't really used it much myself, though, I'll admit) Not sure if there are other options.
h
I see. I thought there would be some final BUILD files expanded from the original one.