peek
pants peek [args]
Display BUILD target info
Backend: ``
Config section: [peek]
Basic options
exclude_defaults
--[no-]peek-exclude-defaultsPANTS_PEEK_EXCLUDE_DEFAULTSpants.toml
[peek]
exclude_defaults = <bool>
default:
FalseWhether to leave off values that match the target-defined default values.
output_file
--peek-output-file=<path>PANTS_PEEK_OUTPUT_FILEpants.toml
[peek]
output_file = <path>
default:
NoneOutput the goal's stdout to this file. If unspecified, outputs to stdout.
Advanced options
None
Deprecated options
output
--peek-output=<OutputOptions>PANTS_PEEK_OUTPUTpants.toml
[peek]
output = <OutputOptions>
one of:
default:
Deprecated, will be removed in version: 2.9.0.dev0.
Output will always be JSON. If you need the raw BUILD file contents, look at it directly!
raw, jsondefault:
jsonDeprecated, will be removed in version: 2.9.0.dev0.
Output will always be JSON. If you need the raw BUILD file contents, look at it directly!
Which output style peek should use: json will show each target as a seperate entry, whereas raw will simply show the original non-normalized BUILD files.
Related subsystems
None