Open
Description
Currently, there are two supported environments, release and debug. The default is debug and "--release" can be used to build a release version of the app. It would be useful to have other environments, so I was wondering if it would be possible to add an "--environment" flag be allowed to specify these.
For example, "tns run android --environment=test" would use the file app.component.test.ts.