AndersDJohnson / AndersDJohnson/dotenv-export

Inline env JSON

Open
#7 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
10
Forks
3
PR merge metrics
No merged PRs in 30d

Description

I'm trying to define a JSON inline object in an env variable and it breaks while exporting:

`.env`:
```
JSON={"life":42}
```

```
$ source <(dotenv-export)
$ env
JSON={life:42}
```

The defined variable should actually be `JSON={"life":42}`.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.