Skip to content

Command reference

All commands are invoked as subcommands of clickup. Run clickup --help for a summary, or clickup <command> --help for details on any command.

Every command that produces output supports --json for machine-readable output, --jq for inline filtering, and --template for Go template formatting.

Flag details, examples, and options for each command are in the auto-generated Reference pages.

Task management

CommandDescription
task activityView a task’s details and comment history
task createCreate a new ClickUp task
task deleteDelete a task
task editEdit a ClickUp task
task listList tasks in a ClickUp list
task list-addAdd tasks to an additional list
task list-removeRemove tasks from a list
task recentShow recently updated tasks
task searchSearch tasks by name and description
task viewView a ClickUp task

Dependencies & checklists

CommandDescription
task checklist addCreate a checklist on a task
task checklist itemManage checklist items
task checklist removeDelete a checklist
task dependency addAdd a dependency to a task
task dependency removeRemove a dependency from a task

Time tracking

CommandDescription
task time deleteDelete a time entry
task time listView time entries for a task or date range
task time logLog time to a task

Status & fields

CommandDescription
field listList custom fields available in a list
status addAdd a new status to a space
status listList available statuses for a space
status setSet the status of a task
tag listList tags in a space

Comments

CommandDescription
comment addAdd a comment to a task
comment deleteDelete a comment
comment editEdit a comment
comment listList comments on a task

Git & GitHub integration

CommandDescription
link branchLink the current git branch to a ClickUp task
link commitLink a git commit to a ClickUp task
link prLink a GitHub PR to a ClickUp task
link syncSync ClickUp task info to a GitHub PR

Sprints

CommandDescription
sprint currentShow current sprint tasks
sprint listList sprints in a folder

Workspace

CommandDescription
inboxShow recent @mentions
member listList workspace members
space listList spaces in your workspace
space selectSet default space

Setup & utilities

CommandDescription
auth loginAuthenticate with ClickUp
auth logoutLog out of ClickUp
auth statusShow authentication status
completionGenerate shell completion scripts
versionPrint the version of clickup CLI