-
-
Notifications
You must be signed in to change notification settings - Fork 850
Env merging #2231
Copy link
Copy link
Closed
Labels
area: envChanges related to environment variables.Changes related to environment variables.
Description
Metadata
Metadata
Assignees
Labels
area: envChanges related to environment variables.Changes related to environment variables.
Type
Fields
Give feedbackNo fields configured for support.
Description
I declared a few .env files in my project , and I was hoping that it would merge their variables at runtime .
It’s does not seem to though .
In this case the .env files are in the same folder as the task file .
It would be even cooler if it would do the merging upwards towards the root of the repo .