{"id":43505427,"url":"https://github.com/triptechtravel/clickup-cli","last_synced_at":"2026-04-14T07:00:28.080Z","repository":{"id":336186086,"uuid":"1148601657","full_name":"triptechtravel/clickup-cli","owner":"triptechtravel","description":"Command-line tool for ClickUp with git integration, GitHub linking, and AI agent support","archived":false,"fork":false,"pushed_at":"2026-04-14T01:37:31.000Z","size":568,"stargazers_count":15,"open_issues_count":4,"forks_count":5,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-14T03:09:44.776Z","etag":null,"topics":["ai-agents","cli","clickup","cobra","github","go","task-management"],"latest_commit_sha":null,"homepage":"https://triptechtravel.github.io/clickup-cli","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/triptechtravel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-03T06:33:50.000Z","updated_at":"2026-04-14T01:37:33.000Z","dependencies_parsed_at":"2026-03-09T02:03:15.540Z","dependency_job_id":null,"html_url":"https://github.com/triptechtravel/clickup-cli","commit_stats":null,"previous_names":["triptechtravel/clickup-cli"],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/triptechtravel/clickup-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/triptechtravel%2Fclickup-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/triptechtravel%2Fclickup-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/triptechtravel%2Fclickup-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/triptechtravel%2Fclickup-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/triptechtravel","download_url":"https://codeload.github.com/triptechtravel/clickup-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/triptechtravel%2Fclickup-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31785681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-agents","cli","clickup","cobra","github","go","task-management"],"created_at":"2026-02-03T12:18:16.128Z","updated_at":"2026-04-14T07:00:28.073Z","avatar_url":"https://github.com/triptechtravel.png","language":"Go","readme":"# @triptechtravel/clickup-cli\n\nA command-line tool for working with ClickUp tasks, comments, and sprints -- designed for developers who live in the terminal and use GitHub.\n\n[![Release](https://img.shields.io/github/v/release/triptechtravel/clickup-cli)](https://github.com/triptechtravel/clickup-cli/releases)\n[![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\n[![CI](https://github.com/triptechtravel/clickup-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/triptechtravel/clickup-cli/actions/workflows/ci.yml)\n[![Go Report Card](https://goreportcard.com/badge/github.com/triptechtravel/clickup-cli)](https://goreportcard.com/report/github.com/triptechtravel/clickup-cli)\n[![Go Reference](https://pkg.go.dev/badge/github.com/triptechtravel/clickup-cli.svg)](https://pkg.go.dev/github.com/triptechtravel/clickup-cli)\n\n## Install\n\n```sh\n# Homebrew\nbrew install triptechtravel/tap/clickup\n\n# Go\ngo install github.com/triptechtravel/clickup-cli/cmd/clickup@latest\n\n# Or download a binary from the releases page\n```\n\n## Quick start\n\n```sh\nclickup auth login        # authenticate with your API token\nclickup space select       # choose a default space\nclickup task view          # view the task from your current git branch\nclickup status set \"done\"  # fuzzy-matched status update\nclickup link pr            # link the current GitHub PR to the task\n```\n\nSee the [getting started guide](https://triptechtravel.github.io/clickup-cli/getting-started/) for a full walkthrough.\n\n## What it does\n\n- **Task management** -- view, create, edit, search, bulk-edit, and bulk-delete tasks with custom fields, tags, points, and time estimates\n- **Folder \u0026 list management** -- browse folders and lists, select defaults per directory, create tasks by list name\n- **Docs** -- list, view, create ClickUp Docs and manage their pages (list, view, create, edit) via the v3 API\n- **Git integration** -- auto-detects task IDs from branch names and links PRs, branches, and commits to ClickUp\n- **Sprint dashboard** -- `sprint current` shows tasks grouped by status; `task create --current` creates tasks in the active sprint\n- **Time tracking** -- log time, view per-task entries, or query workspace-wide timesheets by date range\n- **Comments \u0026 inbox** -- add comments with @mentions, view your recent mentions across the workspace\n- **Chat** -- send messages to ClickUp chat channels\n- **Search** -- server-side search with parallel space traversal, `--assignee` filtering (name, username, ID, or `me`)\n- **Fuzzy status matching** -- set statuses with partial input (`\"review\"` matches `\"code review\"`)\n- **AI-friendly** -- `--json` output, recursive task view, and explicit flags make it easy for AI agents to read and update tasks\n- **CI/CD ready** -- `--with-token`, exit codes, and JSON output for automation; includes GitHub Actions examples\n\n## Commands\n\nFull command list with flags and examples: **[Command reference](https://triptechtravel.github.io/clickup-cli/commands/)**\n\n| Area | Key commands |\n|------|-------------|\n| **Tasks** | `task view`, `task create`, `task edit`, `task search`, `task delete`, `task recent` |\n| **Folders** | `folder list`, `folder select` |\n| **Lists** | `list list`, `list select` |\n| **Docs** | `doc list`, `doc view`, `doc create`, `doc page list`, `doc page view`, `doc page create`, `doc page edit` |\n| **Time** | `task time log`, `task time list` |\n| **Status** | `status set`, `status list`, `status add` |\n| **Git** | `link pr`, `link sync`, `link branch`, `link commit` |\n| **Sprints** | `sprint current`, `sprint list` |\n| **Comments** | `comment add`, `comment list` |\n| **Chat** | `chat send` |\n| **Attachments** | `attachment list`, `attachment add` |\n| **Workspace** | `inbox`, `member list`, `space select`, `tag list`, `field list` |\n\n## Documentation\n\n**[triptechtravel.github.io/clickup-cli](https://triptechtravel.github.io/clickup-cli/)**\n\n- [Installation](https://triptechtravel.github.io/clickup-cli/installation/) -- Homebrew, Go, binaries, shell completions\n- [Getting started](https://triptechtravel.github.io/clickup-cli/getting-started/) -- first-time setup walkthrough\n- [Configuration](https://triptechtravel.github.io/clickup-cli/configuration/) -- config file, per-directory defaults, aliases\n- [Git integration](https://triptechtravel.github.io/clickup-cli/git-integration/) -- branch naming, GitHub linking strategy\n- [CI usage](https://triptechtravel.github.io/clickup-cli/ci-usage/) -- non-interactive auth, JSON output, scripting\n- [GitHub Actions](https://triptechtravel.github.io/clickup-cli/github-actions/) -- ready-to-use workflow templates\n- [AI agents](https://triptechtravel.github.io/clickup-cli/ai-agents/) -- integration with Claude Code, Copilot, Cursor\n- [Command reference](https://triptechtravel.github.io/clickup-cli/reference/clickup/) -- auto-generated flag and usage docs\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for development setup, project structure, and guidelines.\n\n## Author\n\nCreated by [Isaac Rowntree](https://github.com/isaacrowntree).\n\n## License\n\n[MIT](LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftriptechtravel%2Fclickup-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftriptechtravel%2Fclickup-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftriptechtravel%2Fclickup-cli/lists"}