mirror of
https://github.com/m-lamonaca/json-to-env.git
synced 2025-04-05 10:26:40 +00:00
remove install instructions
This commit is contained in:
parent
53e991875e
commit
beed1f613d
1 changed files with 18 additions and 32 deletions
50
README.md
50
README.md
|
@ -1,32 +1,18 @@
|
||||||
# json2env
|
# json2env
|
||||||
|
|
||||||
Convert valid JSON to environment variables or an `.env`-line file.
|
Convert valid JSON to environment variables or an `.env`-line file.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
JSON to Env Var converter
|
JSON to Env Var converter
|
||||||
|
|
||||||
Usage: json2env.exe [OPTIONS]
|
Usage: json2env.exe [OPTIONS]
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-i, --input <FILE> Input file, defaults to STDIN if not specified
|
-i, --input <FILE> Input file, defaults to STDIN if not specified
|
||||||
-o, --output <FILE> Output file, defaults to STDOUT if not specified
|
-o, --output <FILE> Output file, defaults to STDOUT if not specified
|
||||||
-s, --separator <STRING> Separator for nested keys
|
-s, --separator <STRING> Separator for nested keys
|
||||||
-h, --help Print help
|
-h, --help Print help
|
||||||
-V, --version Print version
|
-V, --version Print version
|
||||||
```
|
```
|
||||||
|
|
||||||
## Installation
|
|
||||||
|
|
||||||
You can either install the tool with `cargo`:
|
|
||||||
|
|
||||||
```sh
|
|
||||||
cargo install --path <path/to/repo>
|
|
||||||
```
|
|
||||||
|
|
||||||
or build the executable with (output in `target/release`):
|
|
||||||
|
|
||||||
```sh
|
|
||||||
cargo build --release
|
|
||||||
```
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue