You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -32,7 +33,7 @@ var program = require('commander');
32
33
33
34
program
34
35
.version('0.0.1')
35
-
.option('-e, --environment [environment]','Which enviroment, development, stage or production? Changes where assets are pulled from','develop')
36
+
.option('-e, --environment [environment]','Which enviroment, development, vagrant, stage or production? Changes where assets are pulled from','develop')
36
37
.option('-s, --server [server]','Is there a custom server url for this build? (https://*) Changes what API server you use')
0 commit comments