filedeps
./pants filedeps [args]
List all source and BUILD files a target depends on.
Backend: pants.backend.project_info
Config section: [filedeps]
Basic options
default:
None
Output the goal's stdout to this file. If unspecified, outputs to stdout.
default:
\n
String to use to separate lines in line-oriented output.
default:
False
If True, output with absolute path. If unspecified, output with path relative to the build root.
default:
False
Instead of outputting filenames, output the original globs used in the BUILD file. This will not include exclude globs (i.e. globs that start with !
).
default:
False
If True, list files from all dependencies, including transitive dependencies. If unspecified, only list files from the target.
Advanced options
None
Deprecated options
None
Related subsystems
Updated 19 days ago