list: paging via --page instead of --all (token-bounded per call, per review)

This commit is contained in:
damocles 2026-06-17 09:42:57 +02:00 committed by mara
commit 2005b205e9
2 changed files with 17 additions and 32 deletions

View file

@ -37,7 +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 list --kind pr --state all --page 2 # page 2 of all PRs (walk --page 1,2,… with --limit as page size for a repo-wide sweep)
hive-forge milestone # list milestones
hive-forge branches deployed/ # filter branches by pattern
hive-forge tree-sha main # git tree SHA for a ref