Closed gustavotoyota closed 9 months ago
@motdotla I see the same behavior, it prevents you from having any secret with a $
.
moving conversation here: https://github.com/motdotla/dotenv-expand/issues/101
it's an important one that we will get fixed up correctly and elegantly
This feature would be very useful for me.
In CapRover the environment variables don't need a \ to mark dollar signs that aren't expansions, so whenever I have to move environment variables from CapRover to local I need to find all $ and add a \ before them, which is annoying and error-prone.
Also, this would allow variable expansion to be aligned with the usage of backticks in Javascript:
While if I try the same in dotenv-expand: