diff --git a/docs/gotchas.md b/docs/gotchas.md index 32facc46..a5622338 100644 --- a/docs/gotchas.md +++ b/docs/gotchas.md @@ -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 --help` prints the full signature for any verb.