You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update pants peek docs with latest outputs (Cherry-pick of #22051) (#22053)
Fix#20885 by updating the
documentation for `pants peek` to reflect the current structure of the
JSON output.
Closes#20885
Co-authored-by: Tom Dyas <[email protected]>
Some introspection goals, such as `filter`, `dependencies` and `dependents` emit a flat list of target addresses. It's often useful to expand each of those into a full JSON structure with detailed properties of each target, by piping to `pants peek`:
0 commit comments