moleculerjs / moleculer-repl

REPL module for Moleculer framework
http://moleculer.services/docs/moleculer-repl.html
MIT License
27 stars 25 forks source link

add --loadFull to call command #61

Closed AndreMaz closed 2 years ago

AndreMaz commented 2 years ago

Adds --loadFull flag to call command. This allows to load from file params, meta and options. Addresses https://github.com/moleculerjs/moleculer-repl/issues/41#issuecomment-832403567

File example:

{
   "params": { "a": 1 },
   "meta": { "b": 2 },
   "options": { "timeout": 2 }
}