`./pants dependencies <target>` for a flat l...
# general
h
./pants dependencies <target>
for a flat list, or
./pants depmap <target>
for a tree. Add
--help
to see options.
p
I tried that, though it's missing information about dependencies of external dependencies.
i found
pants export
to have this information, so i guess i will write some simple script to generate the dot graph myself
h
Oh I see, that's not available, although we (toolchain) are working on something big in that area.