docs: add timeline, attach-issue, attach-comment, subscription to forge cheatsheet
This commit is contained in:
parent
2fff9485b9
commit
80157dd26c
1 changed files with 4 additions and 0 deletions
|
|
@ -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 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 stale-branches --days 14 # branches with no recent activity
|
||||||
hive-forge lint assignments # per-assignee open item count
|
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.
|
`hive-forge <verb> --help` prints the full signature for any verb.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue