flash-install v1.4.2
flash-install v1.4.2 - Command Accessibility Improvements
Overview
This release improves the accessibility of important commands by adding them to the main CLI interface and enhances documentation to clarify command availability.
New Features
Command Accessibility Improvements
- Added
clean-modulescommand to the main CLI interface - Added
clean-snapshotcommand to the main CLI interface - Added
flash-install-directbinary alias for consistent naming
Documentation Enhancements
- Updated README with information about the direct CLI interface
- Added notes about command availability in documentation
- Improved getting-started guide with CLI interface details
Technical Improvements
- Consistent command behavior between main and direct CLI interfaces
- Better error handling for cleaning operations
- Improved user feedback during command execution
Installation
npm install -g @flash-install/cli@1.4.2Usage Examples
Clean Only Node Modules
flash-install clean-modulesClean Only Snapshot
flash-install clean-snapshotUsing Direct CLI Interface
flash-install-direct clean-modulesWhat's Next?
Future development will continue to focus on:
- Stability improvements
- Performance optimizations
- Expanding the plugin ecosystem
- Additional cloud provider integrations
- Enhanced CI/CD integration capabilities
Thank you to all contributors and users who have provided feedback and support!