Skip to content

flash-install v1.4.2

Choose a tag to compare

@Nom-nom-hub Nom-nom-hub released this 28 Apr 16:02
· 76 commits to main since this release

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-modules command to the main CLI interface
  • Added clean-snapshot command to the main CLI interface
  • Added flash-install-direct binary 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.2

Usage Examples

Clean Only Node Modules

flash-install clean-modules

Clean Only Snapshot

flash-install clean-snapshot

Using Direct CLI Interface

flash-install-direct clean-modules

What's Next?

Future development will continue to focus on:

  1. Stability improvements
  2. Performance optimizations
  3. Expanding the plugin ecosystem
  4. Additional cloud provider integrations
  5. Enhanced CI/CD integration capabilities

Thank you to all contributors and users who have provided feedback and support!