From 881f598c644ae6d143fdb4a20887ba76028c023a Mon Sep 17 00:00:00 2001 From: damocles Date: Fri, 5 Jun 2026 00:37:04 +0200 Subject: [PATCH] docs: add attachment-get to forge cheatsheet --- docs/gotchas.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/gotchas.md b/docs/gotchas.md index a5622338..dcaedf6f 100644 --- a/docs/gotchas.md +++ b/docs/gotchas.md @@ -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 # download an attachment; prints resolved path to stdout hive-forge subscription --watch # subscribe to repo notifications ```