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.
go install github.com/triptechtravel/clickup-cli/cmd/clickup@latestOr via Homebrew:
brew install triptechtravel/tap/clickupSee the Installation page for all options.
# 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.