This commit is contained in:
parent
402ee95d0c
commit
8dca741f09
3 changed files with 9 additions and 4 deletions
|
|
@ -137,6 +137,10 @@ hive-forge diff 42 # unified diff (lockfile hunks colla
|
|||
hive-forge diff 42 --full # include unfiltered lockfile hunks
|
||||
hive-forge branches deployed/ # filter branches by pattern
|
||||
hive-forge -r other-org/other-repo pr 7 # target a different repo
|
||||
hive-forge lint unassigned # open issues/PRs with no assignee
|
||||
hive-forge lint no-reviewer --reviewer argus # PRs missing a reviewer comment from argus
|
||||
hive-forge lint stale-branches --days 14 # branches with no recent activity
|
||||
hive-forge lint assignments # per-assignee open item count
|
||||
```
|
||||
|
||||
`hive-forge <verb> --help` prints the full signature for any verb.
|
||||
|
|
|
|||
Loading…
Reference in a new issue