dojo / cli

:rocket: Dojo - command line tooling.
http://dojo.io
Other
25 stars 34 forks source link

cli should be able to store basic config on a per command basis #88

Closed matt-gadd closed 7 years ago

matt-gadd commented 7 years ago

Although the cli commands are designed to be mostly config free, it seems like in quite a few cases some basic preferences are desirable. An example of this would be the locale in cli-build, or the functional or unit test modes in cli-test

A command would be able to persist preferences for itself via a cli setter api - which would be then stored in a .dojorc at the project level. The command would receive preferences on load (and/or a getter api)

agubler commented 7 years ago

Done via #90