Skip to main content
Version: 2.8 (deprecated)

list


pants list [args]

Lists all targets matching the file or target arguments.

Backend: ``

Config section: [list]

Basic options

documented

--[no-]list-documented
PANTS_LIST_DOCUMENTED
pants.toml
[list]
documented = <bool>
default: False

Print only targets that are documented with a description.

output_file

--list-output-file=<path>
PANTS_LIST_OUTPUT_FILE
pants.toml
[list]
output_file = <path>
default: None

Output the goal's stdout to this file. If unspecified, outputs to stdout.

sep

--list-sep=<separator>
PANTS_LIST_SEP
pants.toml
[list]
sep = <separator>
default: \n

String to use to separate lines in line-oriented output.

Advanced options

None

Deprecated options

provides

--[no-]list-provides
PANTS_LIST_PROVIDES
pants.toml
[list]
provides = <bool>
default: False
Deprecated, 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.

None