dependees
pants dependees [args]
List all targets that depend on any of the input files/targets.
Backend: pants.backend.project_info
Config section: [dependees]
pants dependees [args]
List all targets that depend on any of the input files/targets.
Backend: pants.backend.project_info
Config section: [dependees]
closed--[no-]dependees-closedPANTS_DEPENDEES_CLOSED[dependees]
closed = <bool>
FalseInclude the input targets in the output, along with the dependents.
format--dependees-format=<DependentsOutputFormat>PANTS_DEPENDEES_FORMAT[dependees]
format = <DependentsOutputFormat>
text, jsontextOutput format for listing dependents.
output_file--dependees-output-file=<path>PANTS_DEPENDEES_OUTPUT_FILE[dependees]
output_file = <path>
NoneOutput the goal's stdout to this file. If unspecified, outputs to stdout.
sep--dependees-sep=<separator>PANTS_DEPENDEES_SEP[dependees]
sep = <separator>
\nString to use to separate lines in line-oriented output.
transitive--[no-]dependees-transitivePANTS_DEPENDEES_TRANSITIVE[dependees]
transitive = <bool>
FalseList all transitive dependents. If unspecified, list direct dependents only.
None
None