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