Skip to content
$ clickup task view
CU-abc123
Add user authentication
IN PROGRESS isaac
$ clickup link pr
Linked PR #42 to task CU-abc123

clickup CLI

ClickUp from your terminal.
ReleaseGitHub StarsLicense

Features

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.

Quick install

Terminal window
go install github.com/triptechtravel/clickup-cli/cmd/clickup@latest

Or via Homebrew:

Terminal window
brew install triptechtravel/tap/clickup

See the Installation page for all options.

Quick start

Terminal window
# Authenticate with ClickUp
clickup auth login
# Select a default space
clickup space select
# View the task for your current git branch
clickup task view
# Set a task's status
clickup status set "in progress"
# Link your GitHub PR to the task
clickup link pr

See the Getting started guide for a full walkthrough.