Crates.io | env-manager |
lib.rs | env-manager |
version | 0.0.1 |
source | src |
created_at | 2023-09-29 11:05:17.055521 |
updated_at | 2023-09-29 11:05:17.055521 |
description | Manage env files with ease |
homepage | https://github.com/rawnly/env-manager |
repository | https://github.com/rawnly/env-manager |
max_upload_size | |
id | 987201 |
size | 21,633 |
Manage dotenv files via cli
Usage: dotenv [OPTIONS] <COMMAND>
Commands:
list Print all .env variables
list-files List all env files
set Set environment
get Get environment
help Print this message or the help of the given subcommand(s)
Options:
-s, --stage <STAGE> Set stage
-h, --help Print help
-V, --version Print version
http POST https://my-service-auth.com/auth/sign-in username=root password=toor \
| jq -r .accessToken \
| xargs dotenv set ACCESS_TOKEN
Set the response accessToken to the
.env
file