CLICommands
comment
snug comment <COMMAND>Universal threaded comments with moderation and reactions.
Subcommands
| Command | What it does |
|---|---|
post | Post a top-level comment on a target resource |
reply | Reply to an existing comment |
thread | Show a comment thread for a target resource |
get | Get a single comment |
edit | Edit a comment |
delete | Soft delete a comment |
react | React to a comment |
unreact | Remove a reaction from a comment |
toggle | Toggle a reaction on a comment (add if absent, remove if present) |
moderate | Moderate a comment or list the flagged queue |
pin | Pin or unpin a comment |
audit | Create a hidden agent audit comment |
Run snug comment <command> --help for that command's own options.
The global options apply everywhere.
Examples
snug comment post --target tle_123 --type timeline_event --body "Needs review from @user_456"
snug comment thread --target tle_123 --type timeline_event
snug comment get --comment-id cmt_01JCOMM
snug comment reply --parent cmt_01JCOMM --target tle_123 --type timeline_event --body "Agreed"
snug comment edit --comment-id cmt_01JCOMM --body "Updated text"
snug comment delete --comment-id cmt_01JCOMM
snug comment react --comment-id cmt_01JCOMM --reaction like
snug comment unreact --comment-id cmt_01JCOMM --reaction like
snug comment toggle --comment-id cmt_01JCOMM --reaction like
snug comment moderate --flagged
snug comment moderate --comment-id cmt_01JCOMM --state hidden --reason "Personal information"
snug comment pin --comment-id cmt_01JCOMM
snug comment pin --comment-id cmt_01JCOMM --unpin
snug comment audit --target item_123 --type item --body "Repair script reconciled durability"Next
- comment guide - what the service does and when to reach for it.
- API reference - every endpoint these commands call.
- CLI reference - global options, output modes, and exit codes.