Project introspection
Finding insights in your project.
Pants provides several goals to provide insights into your project's structure.
Tip: Use
xargs
to pipe these goals into other Pants commandsFor example:
$ ./pants dependees project:lib | xargs ./pants test
See Advanced target selection for more info and other techniques to use the results.