Releases: blockful/clickup-cli
Releases · blockful/clickup-cli
v0.1.1
Fixes
- Fix numeric
workspace_idin Doc API response (was breakingdoc list) - Fix numeric comment IDs and timestamps (
json.Numberinstead ofstring) - 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.1v0.1.0
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.0Or 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.