Giter VIP home page Giter VIP logo

Comments (3)

laggingreflex avatar laggingreflex commented on May 18, 2024 1

I've changed my mind on this. Most tools I've come across expect (even advocate) single env file. Docker by default not only recognizes a single .env, it also requires less configuration, whereas its support for having any other file name, let alone multiple of them, is limited.

For this reason I've chosen to go with single .env file, and if need be combine several beforehand.

Also I realized I could just chain env-cmd command to load multiple files:

env-cmd .env-dev env-cmd .env-test npm run tests 

Thanks for taking interest in this. Really appreciate it.

from env-cmd.

toddbluhm avatar toddbluhm commented on May 18, 2024

Yeah I certainly would be open to that. Maybe have it support merging too in the style of Object.assign? Thoughts?

from env-cmd.

toddbluhm avatar toddbluhm commented on May 18, 2024

I think if we go this route we will need to do some sort of flag style then so we know exactly when the user has stopped adding env files and we can retain the default behavior (no flags) that is very simplistic and I like that. So maybe something like this for multiple files: env-cmd -e file1.env file2.env file3.env -c node index.js maybe?

Then for the merging aspect, the file to the right will always override the file to the left, meaning that the files will be applied to process.env in order from left -> right.

from env-cmd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.