dotenvy
dotenvy copied to clipboard
Add the ability to use multiple env files in the dotenvy tool
Do you mean the CLI tool? What are you trying to do?
Yes the cli tool, something like the following.
dotenvy -f file1.env -f file2.dev env
I have a PR ready if you find this interesting.
I'm inclined to say this is unnecessary. The shell's file concatenation should suffice for most use cases. Thoughts?
You should also be able to use nested invocations to work as is, e.g. for your example:
detenvy -f file1.env dotenvy -f file2.dev env