basecamp
officialscriptableproductivitycurl
Basecamp · Manage projects, todos, messages, and more from the terminal.
$ curl -fsSL https://basecamp.com/install-cli | bashOne-liner to try
$ basecamp auth loginAgent pack
Quick reference
Install
curl -fsSL https://basecamp.com/install-cli | bashVerify
basecamp --helpFirst command
basecamp auth login && basecamp projects listMachine JSON
/cli/basecamp.jsonAbout
The official CLI from Basecamp. Manage projects, todos, messages, and more from the terminal. Start with `basecamp auth login` and go from there. Supports structured output — good for scripts and agents.
Example workflow
1. basecamp auth login2. basecamp projects list3. basecamp todos list --in 123454. basecamp search "authentication"