Giter VIP home page Giter VIP logo

Comments (11)

plashenkov avatar plashenkov commented on July 1, 2024 2

Is it okay to use -c instead of --cascade?

from dotenv-cli.

plashenkov avatar plashenkov commented on July 1, 2024 1

Yep, usually these files participate in this flow:

.env.<environment>.local, .env.<environment>, .env.local, .env

Files on the left have more priority than files on the right. I.e. if .env.local and .env have the same variable, the value from .env.local has to be taken.

And real environment variables always win over env vars created by any of the .env files:

SOMEVAR=somevalue dotenv --cascade -- <command with arguments>

SOMEVAR=somevalue should take the top precedence.

from dotenv-cli.

plashenkov avatar plashenkov commented on July 1, 2024 1

Yep, I think I'll try. Nearest days.

from dotenv-cli.

entropitor avatar entropitor commented on July 1, 2024

@plashenkov so basically you would want a flag like --cascade or --local that is basically equivalent to -e .env -e .env.local? Or how would it work exactly?

from dotenv-cli.

plashenkov avatar plashenkov commented on July 1, 2024

.env.<environment>.local, .env.<environment>, .env.local, .env

Where <environment> = 'production', 'development', 'test', i.e. NODE_ENV

from dotenv-cli.

entropitor avatar entropitor commented on July 1, 2024

@plashenkov the problem is that we should probably not read out NODE_ENV as there is also RAILS_ENV etc. and that would explode quickly (and what if both NODE_ENV and RAILS_ENV are defined...)

What could work is something like --cascade which defaults to development and then --cascade=production to change the environment. WDYT?

from dotenv-cli.

plashenkov avatar plashenkov commented on July 1, 2024

I think that's great. Probably we shouldn't use 'development' by default since sometimes 'dev' can be used (in Symfony for example). Maybe if omitted we should just ignore .env.<environment> and .env.<environment>.local files.

from dotenv-cli.

entropitor avatar entropitor commented on July 1, 2024

@plashenkov That makes sense! You want to take a stab at it?

from dotenv-cli.

plashenkov avatar plashenkov commented on July 1, 2024

Sorry I'm not so fluent in English. :) What does "want to take a stab at it" mean?

from dotenv-cli.

entropitor avatar entropitor commented on July 1, 2024

Ah sorry, I meant to ask if you want to try implementing this feature and make a pull request?

from dotenv-cli.

plashenkov avatar plashenkov commented on July 1, 2024

Ok, done. Is it okay for you to update the help text and readme?

from dotenv-cli.

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.