hive-forge: add --all to list for full-pagination repo-wide sweeps
This commit is contained in:
parent
21e5233c1f
commit
0aef643797
2 changed files with 31 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue