list
pants list [args]
Lists all targets matching the file or target arguments.
Backend: ``
Config section: [list]
Basic options
documented
--[no-]list-documentedPANTS_LIST_DOCUMENTEDpants.toml
[list]
documented = <bool>
default:
FalsePrint only targets that are documented with a description.
output_file
--list-output-file=<path>PANTS_LIST_OUTPUT_FILEpants.toml
[list]
output_file = <path>
default:
NoneOutput the goal's stdout to this file. If unspecified, outputs to stdout.
sep
--list-sep=<separator>PANTS_LIST_SEPpants.toml
[list]
sep = <separator>
default:
\nString to use to separate lines in line-oriented output.
Advanced options
None
Deprecated options
provides
--[no-]list-providesPANTS_LIST_PROVIDESpants.toml
[list]
provides = <bool>
default:
Deprecated, will be removed in version: 2.9.0.dev0.
Filter on python distributions instead: ./pants filter --target-type=python_distribution ::<br />
FalseDeprecated, will be removed in version: 2.9.0.dev0.
Filter on python distributions instead: ./pants filter --target-type=python_distribution ::<br />
List only targets that provide an artifact.
Related subsystems
None