Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multiline value #5

Open
m-mizutani opened this issue Mar 28, 2022 · 0 comments
Open

Support multiline value #5

m-mizutani opened this issue Mar 28, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@m-mizutani
Copy link
Owner

Support multiline value by surrounding " double quotation.

Expectation

$ cat .env
PRIVATE_KEY="-----BEGIN RSA PRIVATE KEY-----
MGICAQACEQC9c+U4kGhnplBRDX7qC6iHAgMBAAECEGTs9cLxYz07dyBxNq9b6AEC
CQD4PCQxylHEhwIJAMNhBxPh0/wBAghc9TigpKEmNQIILDwtlAzPKAECCQCJC7IU
trIONA==
-----END RSA PRIVATE KEY-----"
$ zenv list
PRIVATE_KEY=-----BEGIN RSA PRIVATE KEY-----
MGICAQACEQC9c+U4kGhnplBRDX7qC6iHAgMBAAECEGTs9cLxYz07dyBxNq9b6AEC
CQD4PCQxylHEhwIJAMNhBxPh0/wBAghc9TigpKEmNQIILDwtlAzPKAECCQCJC7IU
trIONA==
-----END RSA PRIVATE KEY-----
@m-mizutani m-mizutani added the enhancement New feature or request label Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant