docs: add attachment-get to forge cheatsheet

This commit is contained in:
damocles 2026-06-05 00:37:04 +02:00 committed by mara
commit 881f598c64

View file

@ -223,6 +223,7 @@ 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 attachment-get <uuid> # download an attachment; prints resolved path to stdout
hive-forge subscription --watch # subscribe to repo notifications
```