Getting Started
trello-cli is a command-line interface for managing your Trello boards.
Quick Start
1. Install
bash
# Clone and build
git clone https://github.com/tomLadder/trello-cli.git
cd trello-cli
bun install
bun run build
# Move to PATH
mv dist/trello /usr/local/bin/2. Get API Credentials
- Go to Trello Power-Ups Admin
- Create a new Power-Up (or select existing)
- Navigate to API Key → Generate a new API Key
See the Trello API documentation for more details.
3. Login
bash
trello loginEnter your API key and token when prompted.
4. Explore
bash
# View your profile
trello whoami
# Check login status
trello statusWhat's Next?
- Installation - Detailed installation instructions
- Configuration - Configure the CLI
- Commands - Full command reference