mirror of
https://github.com/m-lamonaca/json-to-env.git
synced 2026-04-25 08:59:49 +00:00
Convert valid JSON to environment variables or an .env-line file
- Rust 100%
|
Some checks failed
Oranda / Build and deploy site and docs (push) Has been cancelled
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.46 to 4.5.60. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.46...clap_complete-v4.5.60) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.60 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> |
||
|---|---|---|
| .github | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| dist-workspace.toml | ||
| LICENSE | ||
| oranda.json | ||
| README.md | ||
| rust-toolchain.toml | ||
json2env
Convert valid JSON to environment variables or an .env-line file.
Usage
JSON to Env Var converter
Usage: json2env.exe [OPTIONS]
Options:
-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