dependencies
pants dependencies [args]
List the dependencies of the input files/targets.
Backend: pants.backend.project_info
Config section: [dependencies]
pants dependencies [args]
List the dependencies of the input files/targets.
Backend: pants.backend.project_info
Config section: [dependencies]
closed--[no-]dependencies-closedPANTS_DEPENDENCIES_CLOSED[dependencies]
closed = <bool>
FalseInclude the input targets in the output, along with the dependencies.
format--dependencies-format=<DependenciesOutputFormat>PANTS_DEPENDENCIES_FORMAT[dependencies]
format = <DependenciesOutputFormat>
text, jsontextOutput format for listing dependencies.
output_file--dependencies-output-file=<path>PANTS_DEPENDENCIES_OUTPUT_FILE[dependencies]
output_file = <path>
NoneOutput the goal's stdout to this file. If unspecified, outputs to stdout.
sep--dependencies-sep=<separator>PANTS_DEPENDENCIES_SEP[dependencies]
sep = <separator>
\nString to use to separate lines in line-oriented output.
transitive--[no-]dependencies-transitivePANTS_DEPENDENCIES_TRANSITIVE[dependencies]
transitive = <bool>
FalseList all transitive dependencies. If unspecified, list direct dependencies only.
None
None