-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should we have an options object that allows precedence for command-line arguments? #1
Comments
Closing as we are keeping |
I think you should. That's what the original env did and https://github.com/kentcdodds/cross-env does. |
@cameronroe well done for digging out this issue! 😉 |
Yep, and how would env2 run on the server? With a command, it can be easily put into a CI build to run the service. |
@cameronroe |
Should we allow command-line arguments or system/deployment environment variables to take precedence over values defined in
env.json
or vice-versa?The text was updated successfully, but these errors were encountered: