v1.4.0
Workspace Members
cup members # list all workspace members with IDs and emails
cup members --json # get member data for scriptingAgents can now look up user IDs for assignments without guessing.
Custom Fields Discovery
cup fields <listId> # show available fields with types and optionsSee what fields exist on a list before setting them with cup field.
Duplicate Tasks
cup duplicate <taskId> # copy a task (name, description, priority, tags)No native duplicate API in ClickUp, so this reads the task and creates a copy.
Space Tag Management
cup tag-create <spaceId> <name> # create a tag in a space
cup tag-delete <spaceId> <name> # delete a tag from a spaceBulk Status Updates
cup bulk status "done" task1 task2 task3Update status on multiple tasks in one command.
Goals and Key Results
cup goals # list all goals
cup goal-create "Q2 Target" # create a goal
cup goal-update <goalId> --name "Updated" # update a goal
cup key-results <goalId> # list key results
cup key-result-create <goalId> "Ship v2" --target 100
cup key-result-update <krId> --progress 42Other Changes
- "Create from template" moved to Won't Add (no public API for task templates)
- 639 tests across 52 files