@krodak/clickup-cli 1.3.0 → 1.5.0

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "clickup-cli",
3
3
  "description": "ClickUp CLI skills for managing tasks, sprints, comments, checklists, custom fields, tags, and time tracking via the cup command",
4
- "version": "1.3.0",
4
+ "version": "1.5.0",
5
5
  "author": {
6
6
  "name": "Krzysztof Rodak"
7
7
  },
package/README.md CHANGED
@@ -145,9 +145,9 @@ Status: :white_check_mark: implemented | :construction: planned | :no_entry_sign
145
145
  | Open in browser | `cup open <query>` | :white_check_mark: |
146
146
  | List subtasks | `cup subtasks <id>` | :white_check_mark: |
147
147
  | Assign / unassign | `cup assign <id>` | :white_check_mark: |
148
- | Duplicate task | `cup duplicate <id>` | :construction: |
149
- | Create from template | `cup create --template` | :construction: |
150
- | Bulk operations | `cup bulk` | :construction: |
148
+ | Duplicate task | `cup duplicate <id>` | :white_check_mark: |
149
+ | Create from template | `cup create --template` | :white_check_mark: |
150
+ | Bulk operations | `cup bulk status` | :white_check_mark: |
151
151
 
152
152
  ### Dependencies & Relations
153
153
 
@@ -203,15 +203,17 @@ Status: :white_check_mark: implemented | :construction: planned | :no_entry_sign
203
203
  | --------------------- | ------------------------- | ------------------ |
204
204
  | Set field value | `cup field <id> --set` | :white_check_mark: |
205
205
  | Remove field value | `cup field <id> --remove` | :white_check_mark: |
206
- | List available fields | `cup fields <listId>` | :construction: |
206
+ | List available fields | `cup fields <listId>` | :white_check_mark: |
207
207
 
208
208
  ### Tags
209
209
 
210
- | Feature | Command | Status |
211
- | ----------------------- | -------------------- | ------------------ |
212
- | Add/remove tag on task | `cup tag <id>` | :white_check_mark: |
213
- | List space tags | `cup tags <spaceId>` | :white_check_mark: |
214
- | Create/delete space tag | | :construction: |
210
+ | Feature | Command | Status |
211
+ | ---------------------- | --------------------------------- | ------------------ |
212
+ | Add/remove tag on task | `cup tag <id>` | :white_check_mark: |
213
+ | List space tags | `cup tags <spaceId>` | :white_check_mark: |
214
+ | Create space tag | `cup tag-create <spaceId> <name>` | :white_check_mark: |
215
+ | Update space tag | `cup tag-update <spaceId> <name>` | :white_check_mark: |
216
+ | Delete space tag | `cup tag-delete <spaceId> <name>` | :white_check_mark: |
215
217
 
216
218
  ### Time Tracking
217
219
 
@@ -227,21 +229,28 @@ Status: :white_check_mark: implemented | :construction: planned | :no_entry_sign
227
229
 
228
230
  ### Workspace
229
231
 
230
- | Feature | Command | Status |
231
- | ------------ | ----------------------- | ------------------ |
232
- | List spaces | `cup spaces` | :white_check_mark: |
233
- | List lists | `cup lists <spaceId>` | :white_check_mark: |
234
- | Check auth | `cup auth` | :white_check_mark: |
235
- | List folders | `cup folders <spaceId>` | :white_check_mark: |
236
- | List members | `cup members` | :construction: |
232
+ | Feature | Command | Status |
233
+ | -------------- | ----------------------- | ------------------ |
234
+ | List spaces | `cup spaces` | :white_check_mark: |
235
+ | List lists | `cup lists <spaceId>` | :white_check_mark: |
236
+ | Check auth | `cup auth` | :white_check_mark: |
237
+ | List folders | `cup folders <spaceId>` | :white_check_mark: |
238
+ | List members | `cup members` | :white_check_mark: |
239
+ | Task types | `cup task-types` | :white_check_mark: |
240
+ | Task templates | `cup templates` | :white_check_mark: |
237
241
 
238
242
  ### Goals & Key Results
239
243
 
240
- | Feature | Command | Status |
241
- | ------------------ | ----------- | -------------- |
242
- | List goals | `cup goals` | :construction: |
243
- | Create/update goal | | :construction: |
244
- | Key results CRUD | | :construction: |
244
+ | Feature | Command | Status |
245
+ | ----------------- | ------------------------------------ | ------------------ |
246
+ | List goals | `cup goals` | :white_check_mark: |
247
+ | Create goal | `cup goal-create <name>` | :white_check_mark: |
248
+ | Update goal | `cup goal-update <goalId>` | :white_check_mark: |
249
+ | Delete goal | `cup goal-delete <goalId>` | :white_check_mark: |
250
+ | List key results | `cup key-results <goalId>` | :white_check_mark: |
251
+ | Create key result | `cup key-result-create <goalId> <n>` | :white_check_mark: |
252
+ | Update key result | `cup key-result-update <krId>` | :white_check_mark: |
253
+ | Delete key result | `cup key-result-delete <krId>` | :white_check_mark: |
245
254
 
246
255
  ### Docs
247
256
 
@@ -253,6 +262,8 @@ Status: :white_check_mark: implemented | :construction: planned | :no_entry_sign
253
262
  | Create doc | `cup doc-create <title>` | :white_check_mark: |
254
263
  | Create page | `cup doc-page-create <docId> <name>` | :white_check_mark: |
255
264
  | Edit page | `cup doc-page-edit <docId> <pageId>` | :white_check_mark: |
265
+ | Delete doc | `cup doc-delete <docId>` | :white_check_mark: |
266
+ | Delete page | `cup doc-page-delete <docId> <pId>` | :white_check_mark: |
256
267
 
257
268
  ### Attachments
258
269
 
@@ -263,15 +274,19 @@ Status: :white_check_mark: implemented | :construction: planned | :no_entry_sign
263
274
 
264
275
  ### :no_entry_sign: Won't add
265
276
 
266
- | Feature | Why |
267
- | --------------------- | --------------------------------------------------------------------------- |
268
- | Webhooks | Server-side. A CLI can't listen for events. |
269
- | OAuth flow | `cup init` already handles auth with API tokens. |
270
- | Guest/ACL | Enterprise admin. Not what you reach for in a terminal. |
271
- | Chat/DM | Use the ClickUp app. Chat doesn't belong in a CLI. |
272
- | Audit logs | Enterprise admin. |
273
- | User/group management | Too destructive for a CLI - removing someone from a workspace is permanent. |
274
- | View CRUD | Views are visual layouts. Configure them in the UI. |
277
+ | Feature | Why |
278
+ | ----------------------- | --------------------------------------------------------------------------- |
279
+ | Webhooks | Server-side. A CLI can't listen for events. |
280
+ | OAuth flow | `cup init` already handles auth with API tokens. |
281
+ | Guest/ACL | Enterprise admin. Not what you reach for in a terminal. |
282
+ | Chat/DM | Use the ClickUp app. Chat doesn't belong in a CLI. |
283
+ | Audit logs | Enterprise admin. |
284
+ | User/group management | Too destructive for a CLI - removing someone from a workspace is permanent. |
285
+ | View CRUD | Views are visual layouts. Configure them in the UI. |
286
+ | List/Folder/Space CRUD | Structural changes. Set these up in the UI. |
287
+ | View/List/Chat comments | API only supports task-level comments. |
288
+ | User Groups | Enterprise admin feature. |
289
+ | Shared Hierarchy | Enterprise admin feature. |
275
290
 
276
291
  ### API Limitations
277
292