Skip to content

Releases: blockful/clickup-cli

v0.1.1

16 Feb 22:20

Choose a tag to compare

Fixes

  • Fix numeric workspace_id in Doc API response (was breaking doc list)
  • Fix numeric comment IDs and timestamps (json.Number instead of string)
  • Fix version info not showing in release binaries (ldflags wiring)

Added

  • docs/guides/creating-relationships.md — step-by-step guide for linking tasks via relationship custom fields

Install

go install github.com/blockful/clickup-cli@v0.1.1

v0.1.0

16 Feb 22:09

Choose a tag to compare

clickup-cli v0.1.0

Complete CLI for the ClickUp API, optimized for AI agents.

134/135 endpoints (99.3%) · 522/526 parameters (99.2%) · v2 + v3 API

Install

go install github.com/blockful/clickup-cli@v0.1.0

Or download binaries below.

Quick Start

clickup auth login --token YOUR_API_TOKEN
clickup workspace list
clickup task list --list LIST_ID
clickup task create --list LIST_ID --name "My Task" --markdown-content "## Description"

See README for full docs.