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.
provides
--[no-]list-providesPANTS_LIST_PROVIDESpants.toml
[list]
provides = <bool>
default:
FalseList only targets that provide an artifact, displaying the columns specified by --provides-columns.
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_columns
--list-provides-columns=<str>PANTS_LIST_PROVIDES_COLUMNSpants.toml
[list]
provides_columns = <str>
default:
Deprecated, will be removed in version: 2.1.0.dev0.
The option `--provides-columns` no longer does anything. It was specific to the JVM backend, so no longer makes sense with Pants 2.0 initially only supporting Python.
address,artifact_idDeprecated, will be removed in version: 2.1.0.dev0.
The option `--provides-columns` no longer does anything. It was specific to the JVM backend, so no longer makes sense with Pants 2.0 initially only supporting Python.
Display these columns when --provides is specified. Available columns are: address, artifact_id, repo_name, repo_url, push_db_basedir
Related subsystems
None