Skip to main content
Version: 2.9 (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

None

None