Multiple envfiles from launch.json #23883
Labels
feature-request
Request for new features or functionality
info-needed
Issue requires more information from poster
needs community feedback
Awaiting community feedback
triage-needed
Needs assignment to the proper sub-team
Hey all, I know this was a GitHub issue that was decided that there wasn't enough community support for a few years ago, but I do think this still would be a really nice feature to have. It's very common to have one env file git committed to a repo with either template values or safe generic values, and then another private env file that basically upserts over the existing env file with your own private values that are not git-committed. It's a nice workflow.
I've also seen flows like .env.base, .env.local. .env.production, etc. where .env.production is .env.base sourced and then .env.production sourced over it.
Hope that all made sense. Anyways, would love to see y'all reconsider development on this issue. Thanks!
#10142
The text was updated successfully, but these errors were encountered: