What's New
Web UI 🌐
A new web interface for managing Docker Compose services across multiple hosts. Features:
- Dashboard with service overview and cluster stats
- Real-time terminal streaming with xterm.js
- Interactive container exec sessions
- Compose file and .env editing with Monaco editor
- One-click service actions (up, down, restart, pull, update)
Start with: cf web or compose-farm web
CLI Improvements
- Support
"."as shorthand for current directory service name - Validate services exist in config with friendly error messages
- All CLI commands now documented in README with
--helpoutputs
Developer Experience
- CLI startup time test to catch slow imports
- Pre-commit hook to verify CLI commands are documented