Multiline variables support#127
Conversation
With double quote strings and the `\n` character for newlines as described in the documentation of the ruby **dotenv** tool. https://github.com/bkeepers/dotenv#multi-line-values
Using double quotes as delimiter as described in the documentation of the ruby **dotenv** tool. https://github.com/bkeepers/dotenv#multi-line-values Fix ashald#104
|
@ashald was wondering if you'd be able to merge this PR as I ran into this problem and can't really find a reasonable way around multiline env variables. |
|
Hi! Thanks a lot for your contribution! P.S.: Hope you can use yaml multi-line string smeanwhile |
|
Any news on this PR? |
|
Not yet - I don't have time for OSS activity right now. |
|
Looks great - thanks! |
Hello,
I have the need explained in #104.
So here is a proposition to get it work:
\ncharacter for newlinesThis addition follow the behavior described in the dotenv ruby tool: https://github.com/bkeepers/dotenv#multi-line-values
Hoping this is satisfying for you and @vladAnk