Is there an actual way to set deploy-type from the command line? I think, due to the hyphen that you'd have to set it some other way than simply:
$ deploy-type=DEV npm start
Is this something we want to consider changing (while supporting the old syntax) to something specific to configya – or support the NODE_ENV variable instead?
Thoughts?