Skip to content

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 21 Mar 03:52
· 168 commits to main since this release

Workspace Members

cup members                    # list all workspace members with IDs and emails
cup members --json             # get member data for scripting

Agents can now look up user IDs for assignments without guessing.

Custom Fields Discovery

cup fields <listId>            # show available fields with types and options

See 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 space

Bulk Status Updates

cup bulk status "done" task1 task2 task3

Update 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 42

Other Changes

  • "Create from template" moved to Won't Add (no public API for task templates)
  • 639 tests across 52 files