This is currently possible:
ember build --environment=production
... and I would like to do something like this instead:
ember build --environment=production --baseurl=foo
but config/environment.js
only gets passed in the value of environment
.
Is it possible to get the value of the other options passed in at the command line too?