docs: add timeline, attach-issue, attach-comment, subscription to forge cheatsheet

This commit is contained in:
damocles 2026-06-04 21:49:58 +02:00 committed by mara
commit 80157dd26c

View file

@ -220,6 +220,10 @@ 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 timeline 42 # audit trail: closes, label changes, assignments, commit refs
hive-forge attach-issue 42 /path/to/file # upload a file attachment to an issue
hive-forge attach-comment 18042 /path/to/file # upload a file attachment to a comment
hive-forge subscription --watch # subscribe to repo notifications
```
`hive-forge <verb> --help` prints the full signature for any verb.