dojo / cli

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

Explicitly design .dojorc #158

Closed kitsonk closed 6 years ago

kitsonk commented 7 years ago

Enhancement

We need to do a better job of managing the design of .dojorc. There are a couple things we need to consider doing:

agubler commented 6 years ago

I think all these points have now been covered.

1) The .dojorc is documented for each of the command (in their READMEs) the can leverage it. 2) All command options can be configured in the .dojorc 3) The cli combines the .dojorc options and command line options before passing them to the commands.