Skip to main content
Version: 2.0.x (deprecated)

list


pants list [args]

Lists all targets matching the file or target arguments.

Backend: pants.core

Config section: [list]

Basic options

output_file

--list-output-file=<path>
PANTS_LIST_OUTPUT_FILE
default: None

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

sep

--list-sep=<separator>
PANTS_LIST_SEP
default: \n

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

provides

--[no-]list-provides
PANTS_LIST_PROVIDES
default: False

List only targets that provide an artifact, displaying the columns specified by --provides-columns.

documented

--[no-]list-documented
PANTS_LIST_DOCUMENTED
default: False

Print only targets that are documented with a description.

Advanced options

None

Deprecated options

provides_columns

--list-provides-columns=<str>
PANTS_LIST_PROVIDES_COLUMNS
default: address,artifact_id

Display these columns when --provides is specified. Available columns are: address, artifact_id, repo_name, repo_url, push_db_basedir