hive-forge: add --all to list for full-pagination repo-wide sweeps

This commit is contained in:
damocles 2026-06-17 01:16:23 +02:00 committed by mara
commit 0aef643797
2 changed files with 31 additions and 4 deletions

View file

@ -37,6 +37,7 @@ hive-forge pr-reviews 42 --comment -m "msg" # submit COMMENT review
hive-forge diff 42 # unified diff (lockfile hunks collapsed by default)
hive-forge diff 42 --full # include unfiltered lockfile hunks
hive-forge list # open issues/PRs
hive-forge list --kind pr --state all --all # every PR across all pages (repo-wide sweep; --all follows pagination)
hive-forge milestone # list milestones
hive-forge branches deployed/ # filter branches by pattern
hive-forge tree-sha main # git tree SHA for a ref