moinsen_cli 0.1.0 copy "moinsen_cli: ^0.1.0" to clipboard
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 --log flag that saves to .moinsen-command-log.json
  • Update command to keep CLI up to date via pub_updater

Changed #

  • Enhanced server security options with --secret and --secret-key flags
  • 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 --secret flag for auto-generated keys
  • Custom secret key support with --secret-key option

Removed #

  • Sample command (replaced with actual functionality)

0.0.1 - 2023-12-25 #

Added #

  • Initial release of the Moinsen tool
  • Basic command runner setup
  • Test infrastructure
1
likes
130
points
3
downloads

Publisher

verified publishermoinsen.dev

Weekly Downloads

Say moinsen to help you with your flutter projects

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

args, cli_completion, fixnum, grpc, interact_cli, mason_logger, path, protobuf, pub_updater

More

Packages that depend on moinsen_cli