peek
./pants peek [args]
Display BUILD target info
Config section: [peek]
Basic options
default:
None
Output the goal's stdout to this file. If unspecified, outputs to stdout.
default:
False
Whether to leave off values that match the target-defined default values.
Advanced options
None
Deprecated options
one of:
default:
raw, json
default:
json
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!
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.
Updated over 1 year ago