|
|
|
|
|
by brodo
1229 days ago
|
|
My major pain point was that I had big JSON files inside my .env files. We use Cloud Foundry at work and it uses plenty of these for configuration. I wrote a small Rust tool called ‘json_env’[0] to read JSON files and supply them as ENV vars to a program. I’m working on it in my free time and eventually want to also replace direnv with it. TOML and YAML support is also planned. [0] https://github.com/brodo/json_env |
|
JSON as env value is utter madness.