Releases: moleculerjs/moleculer-cli
Releases · moleculerjs/moleculer-cli
v0.6.0
Changes
- update dependencies
- update Moleculer to v0.13.x
v0.5.7
Changes
- add
--config
CLI option to load config file with broker options
$ moleculer connect --config ./moleculer.config.js
v0.5.5
Changes
- fix existing target directory issue
- add
commands
CLI option to load custom REPL commands
$ moleculer connect --commands ./cmd/*.js