json2env
Install 0.3.1
Published on Dec 19 2024 at 11:34 UTC
-
- shell
- tarball
-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/m-lamonaca/json-to-env/releases/download/0.3.1/json2env-installer.sh | sh
Source
-
- powershell
- zip
-
powershell -c "irm https://github.com/m-lamonaca/json-to-env/releases/download/0.3.1/json2env-installer.ps1 | iex"
Source
-
- shell
- tarball
-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/m-lamonaca/json-to-env/releases/download/0.3.1/json2env-installer.sh | sh
Source
-
- shell
- tarball
-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/m-lamonaca/json-to-env/releases/download/0.3.1/json2env-installer.sh | sh
Source
-
- powershell
- zip
-
powershell -c "irm https://github.com/m-lamonaca/json-to-env/releases/download/0.3.1/json2env-installer.ps1 | iex"
Source
-
- shell
- tarball
-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/m-lamonaca/json-to-env/releases/download/0.3.1/json2env-installer.sh | sh
Source
-
- shell
- tarball
-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/m-lamonaca/json-to-env/releases/download/0.3.1/json2env-installer.sh | sh
Source
We weren't able to detect your OS.
This project doesn't offer Apple Silicon downloads, but you can run Intel macOS binaries via Rosetta 2.
json2env
Convert valid JSON to environment variables or an .env
-line file.
Usage
JSON to Env Var converter Usage: json2env.exe [OPTIONS] Options: -i, --input <FILE> Input file, defaults to STDIN if not specified -o, --output <FILE> Output file, defaults to STDOUT if not specified -s, --key-separator <STRING> Separator for nested keys [default: __] -S, --array-separator <STRING> Separator for array elements [default: ,] -e, --enumerate-array Separate array elements in multiple environment variables -h, --help Print help -V, --version Print version