moleculerjs / moleculer-cli

:herb: Command line tool for Moleculer
http://moleculer.services/docs/moleculer-cli.html
MIT License
48 stars 28 forks source link

Loading config file #10

Closed baadc0de closed 6 years ago

baadc0de commented 6 years ago

See:

https://github.com/moleculerjs/moleculer-cli/blob/0d6f9a5093f79663665983b687bc6debc72d3fb5/src/connect/index.js#L88

This could probably be "fixed" in moleculer core, however.

icebob commented 6 years ago

According to gitter suggestion, I will add a --config <filename> param, which loads a moleculer.config.js file like Moleculer Runner

icebob commented 6 years ago

Implemented. Tomorrow I'll try to make a release

icebob commented 6 years ago

Released: https://github.com/moleculerjs/moleculer-cli/releases/tag/v0.5.7