Skip to content

Latest commit

 

History

History
146 lines (106 loc) · 4.22 KB

File metadata and controls

146 lines (106 loc) · 4.22 KB

Trello CLI Documentation

Complete documentation for the Trello CLI project.

📚 Table of Contents

For Users

For Developers

Additional Resources

🚀 Quick Links

Essential Commands

# 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>

Command Categories

  1. Discovery Commands (5) - Explore boards and find information
  2. Quick Commands (5) - Shortcuts for common workflows
  3. Sprint Planning (4) - Full sprint lifecycle management
  4. Bulk Operations (5) - Process multiple cards at once
  5. Advanced Queries (5) - Filter and analyze cards
  6. Board Standardization (4) - Ensure Agile/Scrum conformity
  7. Basic CRUD (15+) - Create, read, update, delete operations

Total: 48 commands

📖 Documentation Structure

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

🎯 By Use Case

I want to...

...start using Trello CLI

→ See README.md

...use with Claude Code

→ See CLAUDE.md

...contribute to the project

→ See CONTRIBUTING.md

...write tests

→ See TESTING_GUIDE.md

...export reports

→ See REPORTING_GUIDE.md

...standardize my boards

→ Run trello list-templates and trello standardize-lists

...check Agile conformity

→ Run trello scrum-check <board_id>

🆕 What's New in v2.1

29 New Commands!

  • ✅ 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.

🤝 Community

📄 License

MIT License - See LICENSE for details.


Version: 2.1.0 Last Updated: 2025-10-27 Maintainer: Bernard Uriza Orozco