🚀 DevMate v1.1.0 - The "Documentation" Release
We are excited to announce the release of DevMate v1.1.0! This update focuses on making mate even more accessible and powerful by bringing comprehensive documentation directly to your terminal and adding intuitive command aliases.
✨ What's New?
📖 Inbuilt Documentation (mate docs)
Never leave your terminal to look up how a command works! The new docs subcommand provides detailed guides for every feature of DevMate.
- Usage:
mate docs [command] - Examples:
mate docs clone- Learn how to efficiently clone repositories.mate docs workflow- Understand the recommended local development workflow.mate docs status- See how to interpret the beautiful status table.
📥 Direct Downloads
Windows (.exe) | Linux | macOS
This release focuses on stability and infrastructure improvements for the standalone binaries. We've resolved persistent dependency warnings and bundled all necessary components to ensure a seamless developer experience across all platforms.
🛠️ Intuitive Command Aliases
We've added several aliases to match common developer patterns and tools like Docker and legacy CLI names:
mate ps&mate info(Aliases forstatus)mate run(Alias forup)mate stop(Alias fordown)mate doctor(Alias forinit)mate dep(Alias fordeploy)mate log(Alias forlogs)mate sh(Alias forshell)
🧠 Enhanced Developer Experience
- Interactive Help: Rich-powered help text with better formatting and examples.
- Version Tracking: Updated
mate versionandmate aboutto reflect the latest improvements. - Robustness: Improved dependency handling and internal logic for smoother execution.
💻 Installation & Update
If you are installing from source, simply pull the latest changes and reinstall:
git pull origin main
pip install -e .Check your version to confirm:
mate version🤝 Contributors
A big thanks to everyone contributing to making local development smoother!
Full Changelog: v1.0.1...v1.1.0