moinsen_cli 0.1.0
moinsen_cli: ^0.1.0 copied to clipboard
Say moinsen to help you with your flutter projects
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased] #
Added #
- Initial project setup
- Basic CLI structure
- Command service implementation
- Example Flutter application
- Command logging feature with
--logflag that saves to.moinsen-command-log.json - Update command to keep CLI up to date via
pub_updater
Changed #
- Enhanced server security options with
--secretand--secret-keyflags - Improved server shutdown handling with SIGINT signal
Fixed #
Security #
0.1.0 - 2024-01-24 #
Added #
- gRPC command service with bidirectional streaming
- Interactive command support with prompt detection
- Command responses now include timestamps and current working directory
- Serve command with configurable port (default: 50051)
- Secure server access with
--secretflag for auto-generated keys - Custom secret key support with
--secret-keyoption
Removed #
- Sample command (replaced with actual functionality)