Closed
Description
- OS: Linux (Ubuntu 14.04).
ng --version
:
angular-cli: 1.0.0-beta.6
node: 6.2.1
os: linux x64
It would be nice to have the possibility to add/list/rename/delete environments something like:
ng add env NAME
ng rename env NAME
ng delete env NAME
ng list env
For me I have a prod, beta and dev version they have some environment differences, that's easier to configure during the build.