Skip to content

Support for EMBER_ENV #66

@jrhe

Description

@jrhe

It would be good to be able to set EMBER_ENV to the environment being used for ember deploy commands like you can with the built in ember-cli commands. I'm surprised that ember-cli does not do this for add ons automatically.

i.e.

ember build --environment production ember deploy:assets --environment production ember deploy:index --environment production ember activate --environment production

vs

ember build; ember deploy:assets; ember deploy:index; ember activate

Any reason that ember activate isn't namespaced in deploy?

I will attempt to do it if I get chance.

Thanks for a great project :).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions