Convert valid JSON to environment variables or an .env-line file
Find a file
dependabot[bot] d270849cae
Github Actions(deps): bump JamesIves/github-pages-deploy-action (#6)
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.4.1 to 4.4.3.
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
- [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.4.1...v4.4.3)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-24 11:09:54 +02:00
.github Github Actions(deps): bump JamesIves/github-pages-deploy-action (#6) 2023-10-24 11:09:54 +02:00
src feat: add unit tests 2023-06-11 21:36:38 +02:00
.gitignore add oranda integration 2023-10-18 12:41:18 +02:00
Cargo.lock Cargo(deps): bump clap from 4.3.4 to 4.4.0 (#4) 2023-08-29 00:08:16 +02:00
Cargo.toml update cargo-dist integration 2023-10-18 12:00:33 +02:00
LICENSE feat: add LICENSE & README 2023-06-07 21:04:24 +02:00
oranda.json add oranda configuration 2023-10-24 11:04:29 +02:00
README.md feat: add LICENSE & README 2023-06-07 21:04:24 +02:00

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, --separator <STRING>  Separator for nested keys
  -h, --help                Print help
  -V, --version             Print version

Installation

You can either install the tool with cargo:

cargo install --path <path/to/repo>

or build the executable with (output in target/release):

cargo build --release