Add filtering and fleet-wide rollup/summary mode #1
Notifications
Due Date
No due date set.
Blocks
Reference: oleks/pipetree#1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
SPEC.md roadmap item 1.
For ~80 projects the full tree is a lot to read serially. Add:
--filter <project-glob>to scope a scan to matching project names.the whole tree, e.g.:
when(see #3 — related but separate: this issue isabout counting, #3 is about flagging in the tree)
Source: SPEC.md, review feedback captured on commit
4b5b336.Acceptance criteria
-filter <glob>flag restricts scan output to projects whose name matches (tree and-jsonboth respect it)-summary(or equivalent) mode prints counts: projects with no pipeline file, pipelines grouped by shared step image, steps with nowhen~/projectswith at least one non-trivial glob and cross-checked by hand against a couple of matchesResolved by
f10a008(v0.2 batch push).