HomeDocs
DocsCommunityTestimonialsUsersGitHubTwitterBlogJobsTermsPrivacyCookies
TermsPrivacyCookies
Hey! These docs are for version 2.13, which is no longer officially supported. Click here for the latest version, 2.17!




List the paths between two addresses.

Backend: <span style="color: purple"><code>pants.backend.project_info</code></span> Config section: <span style="color: purple"><code>[paths]</code></span>

## Basic options

<div style="color: purple">

### `output_file`

<code>--paths-output-file=<path></code><br> <code>PANTS_PATHS_OUTPUT_FILE</code><br>

</div> <div style="padding-left: 2em;"> <span style="color: green">default: <code>None</code></span>

<br>

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

</div> <br>

<div style="color: purple">

### `from`

<code>--paths-from=<str></code><br> <code>PANTS_PATHS_FROM</code><br>

</div> <div style="padding-left: 2em;"> <span style="color: green">default: <code>None</code></span>

<br>

The path starting address

</div> <br>

<div style="color: purple">

### `to`

<code>--paths-to=<str></code><br> <code>PANTS_PATHS_TO</code><br>

</div> <div style="padding-left: 2em;"> <span style="color: green">default: <code>None</code></span>

<br>

The path end address

</div> <br>

## Advanced options

None

## Deprecated options

None

## Related subsystems

[filter](🔗)