hive-forge reaction: add --list-allowed to surface the instance's configured shortcodes
This commit is contained in:
parent
96a27cef3c
commit
fb9cc5635a
4 changed files with 36 additions and 5 deletions
|
|
@ -57,6 +57,7 @@ hive-forge issue reaction 42 # list #42's reactions
|
|||
hive-forge issue reaction 42 add heart # react to #42 with :heart:
|
||||
hive-forge issue reaction 42 --comment 18042 add +1 # react to a specific comment instead
|
||||
hive-forge issue reaction 42 remove heart # remove your own :heart: reaction
|
||||
hive-forge issue reaction 1 --list-allowed # this instance's actual configured shortcodes
|
||||
hive-forge issue-create --title "..." --body "..."
|
||||
hive-forge issue-create --title "..." --body "..." --label area/ops --label type/bug # repeatable
|
||||
hive-forge issue-edit 42 --title "new title"
|
||||
|
|
@ -299,7 +300,10 @@ to discover valid label names before triaging or to audit the label set.
|
|||
resulting reaction list as JSON, same shape as `dependency`. `view`,
|
||||
`issue`, `pr`, and `comment-show` always show a reaction summary;
|
||||
`comments --show-reactions` adds one per comment shown (opt-in — one
|
||||
extra request per comment, no server-side inline count).
|
||||
extra request per comment, no server-side inline count). `reaction
|
||||
<n> --list-allowed` prints the instance's actual configured shortcode
|
||||
list (`GET /settings/ui`'s `allowed_reactions`) instead of guessing —
|
||||
instance-global, `<n>`/`--comment` are ignored on this path.
|
||||
- Do NOT use raw `curl` for forge access -- the CLI handles auth,
|
||||
error checking, and output formatting.
|
||||
- `issue-create --label <name>` / `pr-create --label <name>` are
|
||||
|
|
|
|||
Loading…
Reference in a new issue