updates to cli

- removed -c,--config flag in favor of env only or .env files
- loads .env always if found
- scripts re-written to call cli-serve directly
This commit is contained in:
Wyatt Johnson
2017-12-21 12:03:34 -07:00
parent 7ae0df2cbc
commit 4fb9910221
15 changed files with 17 additions and 102 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
// Interface heavily inspired by the yarn package manager:
// https://yarnpkg.com/
const program = require('./commander');
const program = require('commander');
const inquirer = require('inquirer');
// Make things colorful!