Skip to content
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

Support for variable/command substitution in dotenv files #38

Open
HartS opened this issue Aug 17, 2017 · 2 comments
Open

Support for variable/command substitution in dotenv files #38

HartS opened this issue Aug 17, 2017 · 2 comments

Comments

@HartS
Copy link

HartS commented Aug 17, 2017

The ruby dotenv has support for command substitution and basic variable substitution (but not yet expansion)

At the very least, variable substitution would be a nice to have in godotenv

@alexsasharegan
Copy link

I implemented the variable substitution in my copy-cat, learn-by-hacking version here: https://github.com/alexsasharegan/dotenv. Maybe the method can be ported to this lib's internals? I also needed var substitution for my existing environment files.

@joho
Copy link
Owner

joho commented Nov 2, 2017

I shall put it on my todo list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants