Complete documentation for the Trello CLI project.
- Main README - Installation and quick start
- Claude Code Integration Guide - Essential guide for AI assistants
- Development Guides
- Project Summary - Architecture and technical details
- Contributing Guide - How to contribute
- Migration Guide - v1.0 → v2.0 migration
- Testing Guide - Pytest setup and best practices
- Reporting Guide - Export reports to HTML/PDF
-
- Claude Integration - Detailed integration guide
-
- LinkedIn Post - Announcement post
- Promotion - Promotional content
- Claude MD Snippet - Reusable snippets
# Get all commands
trello help-json
# Discovery
trello board-overview <board_id>
trello board-ids <board_id>
trello search-cards <board_id> "query"
# Quick workflows
trello quick-start <card_id>
trello quick-test <card_id>
trello quick-done <card_id>
# Sprint management
trello sprint-start <board_id>
trello sprint-status <board_id>
trello sprint-close <board_id>
# Board standardization
trello list-templates
trello standardize-lists <board_id> agile
trello scrum-check <board_id>- Discovery Commands (5) - Explore boards and find information
- Quick Commands (5) - Shortcuts for common workflows
- Sprint Planning (4) - Full sprint lifecycle management
- Bulk Operations (5) - Process multiple cards at once
- Advanced Queries (5) - Filter and analyze cards
- Board Standardization (4) - Ensure Agile/Scrum conformity
- Basic CRUD (15+) - Create, read, update, delete operations
Total: 48 commands
docs/
├── README.md # This file
├── TESTING_GUIDE.md # Testing and pytest setup
├── REPORTING_GUIDE.md # Export reports to various formats
│
├── development/ # For contributors
│ ├── PROJECT_SUMMARY.md # Technical architecture
│ ├── CONTRIBUTING.md # Contribution guidelines
│ └── MIGRATION.md # Version migration guide
│
├── guides/ # User guides
│ └── CLAUDE_INTEGRATION.md # Detailed Claude Code integration
│
└── marketing/ # Promotional content
├── LINKEDIN_POST.md
├── PROMOTION.md
└── CLAUDE_MD_SNIPPET.md
→ See README.md
→ See CLAUDE.md
→ See CONTRIBUTING.md
→ See TESTING_GUIDE.md
→ See REPORTING_GUIDE.md
→ Run trello list-templates and trello standardize-lists
→ Run trello scrum-check <board_id>
- ✅ Quick workflow shortcuts
- ✅ Complete sprint planning lifecycle
- ✅ Bulk operations for multiple cards
- ✅ Advanced filtering and queries
- ✅ Board standardization with templates
- ✅ Agile/Scrum conformity validation
See CLAUDE.md for complete changelog.
- GitHub: bernardurizaorozco/trello-cli-python
- Issues: Report bugs or request features
- Discussions: Share ideas and ask questions
MIT License - See LICENSE for details.
Version: 2.1.0 Last Updated: 2025-10-27 Maintainer: Bernard Uriza Orozco