Skip to content

Releases: moleculerjs/moleculer-cli

v0.6.0

08 Jul 13:56
Compare
Choose a tag to compare

Changes

  • update dependencies
  • update Moleculer to v0.13.x

v0.5.7

22 Jun 08:28
Compare
Choose a tag to compare

Changes

  • add --config CLI option to load config file with broker options
    $ moleculer connect --config ./moleculer.config.js
    

v0.5.5

27 Apr 18:42
Compare
Choose a tag to compare

Changes

  • fix existing target directory issue
  • add commands CLI option to load custom REPL commands
    $ moleculer connect --commands ./cmd/*.js