@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/.claude-plugin/plugin.json +1 -1
- package/dist/index.js +2127 -156
- package/package.json +1 -1
- package/skills/clickup-cli/SKILL.md +1 -1
- package/dist/chunk-HCGKTH6V.js +0 -2063
- package/dist/sprint-NLMMC4RB.js +0 -19
package/package.json
CHANGED
|
@@ -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>
|
|
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 |
|