dependees
./pants dependees [args]
List all targets that depend on any of the input files/targets.
Config section: [dependees]
Basic options
default:
None
Output the goal's stdout to this file. If unspecified, outputs to stdout.
default:
\n
String to use to separate lines in line-oriented output.
default:
False
List all transitive dependees. If unspecified, list direct dependees only.
default:
False
Include the input targets in the output, along with the dependees.
Advanced options
None
Deprecated options
one of:
default:
text, json
default:
text
Deprecated, will be removed in version: 2.9.0.dev0.
Use the `peek` goal for structured output, including dependencies.
Use text
for a flattened list of target addresses; use json
for each key to be the address of one of the specified targets, with its value being a list of that target's dependees, e.g. {':example': [':dep1', ':dep2']}
.
Updated over 1 year ago