Description
Hi @joho, I noticed some unexpected behavior when using godotenv
from the command line. When passing multiple .env files, if one listed first does not exist, it looks like it skips processing the rest.
For example:
$ cat .env
FOO="Using .env"
$ godotenv -f ".env,.env.doesnotexist" env | grep FOO
FOO=Using .env
$ godotenv -f ".env.doesnotexist,.env" env | grep FOO
# FOO does not get set
Any thoughts on a solution for this?
Thanks in advance!
Metadata
Metadata
Assignees
Labels
No labels