Task management
View, list, create, and edit ClickUp tasks with custom fields, dependencies, and checklists.
Task management
View, list, create, and edit ClickUp tasks with custom fields, dependencies, and checklists.
Git integration
Auto-detects task IDs from branch names (CU-abc123 or PROJ-42).
GitHub linking
Links PRs, branches, and commits to ClickUp tasks idempotently via description or custom field.
Sprint dashboard
Shows current sprint tasks grouped by status with assignees and priorities.
AI-friendly
Structured --json output and explicit --task/--repo flags for AI coding agents.
Custom fields
List, set, and clear custom field values — text, dropdown, labels, dates, URLs, and more.
On Linux and macOS, with no toolchain required:
curl -fsSL https://raw.githubusercontent.com/triptechtravel/clickup-cli/main/scripts/install.sh | shOr via Homebrew:
brew install triptechtravel/tap/clickupOr with Go 1.25+:
go install github.com/triptechtravel/clickup-cli/cmd/clickup@latestSee the Installation page for all options, including Windows and prebuilt binaries.
# Authenticate with ClickUpclickup auth login
# Select a default spaceclickup space select
# View the task for your current git branchclickup task view
# Set a task's statusclickup status set "in progress"
# Link your GitHub PR to the taskclickup link prSee the Getting started guide for a full walkthrough.