ambitious-actor-36781
08/10/2021, 10:15 PMProcesResult
by giving it a Process
input is from reading the docs.average-vr-56795
08/10/2021, 10:23 PM--native-engine-visualize-to=/some/dir
to dump both the rule and execution graphs to files in the passed dir as dot-format filesaverage-vr-56795
08/10/2021, 10:23 PMwitty-crayon-22786
08/10/2021, 10:31 PMdot
.witty-crayon-22786
08/10/2021, 10:32 PM--native-engine-visualize-to
with a goal that you’d like to inspect: such as ./pants --native-engine-visualize-to=.. run
. that will result in a file called rule_graph.run.dot
(for the run
goal) which shows only rules reachable from run
.ambitious-actor-36781
08/10/2021, 10:45 PM