@krodak/clickup-cli 1.19.3 → 1.19.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@krodak/clickup-cli",
3
- "version": "1.19.3",
3
+ "version": "1.19.5",
4
4
  "description": "ClickUp CLI for AI agents and humans",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -92,7 +92,7 @@ All commands support `--help` for full flag details. All commands support `--jso
92
92
  | `cup update <id> [-n name] [-d desc] [-s status] [--priority p] [--due-date d\|none] [--start-date d] [--time-estimate t] [--assignee id\|me] [--remove-assignee id\|me] [--parent id] [--detach] [--archive] [--unarchive] [--field "Name" val]` | Update task fields (including custom fields) |
93
93
  | `cup comment <id> -m text [--notify-all]` | Post comment on task |
94
94
  | `cup comment-edit <commentId> -m text [--resolved] [--unresolved]` | Edit a comment |
95
- | `cup comment-delete <commentId> [--mine] [--match text]` | Delete a comment by ID or delete one of your task comments |
95
+ | `cup comment-delete <commentId>` or `cup comment-delete --task <taskId> --mine [--match text]` | Delete a comment by ID or delete one of your task comments |
96
96
  | `cup replies <commentId>` | List threaded replies |
97
97
  | `cup reply <commentId> -m text [--notify-all]` | Reply to a comment |
98
98
  | `cup assign <id> [--to userId\|me] [--remove userId\|me]` | Assign/unassign users |