moleculerjs / moleculer-cli

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

Non-interactive init with answer files #24

Closed morkeleb closed 4 years ago

morkeleb commented 5 years ago

I'd like to be able to run the init function in a non-interactive way. Supplying a file with the answers for the init function.

jHipster is using yeoman for their init scripts and it saves all their answers in a .yo.rc.json file that contains all the answers to the questions that were posed.

As a bonus they can use that file to for future upgrade scripts.

icebob commented 4 years ago

Done: --answers <answer-json-filename>