pbenv
v1.0.2
Published
Loads env files into export statements and adds them to your clipboard
Readme
pbenv
Loads env files into export statements and adds them to your clipboard
Quickstart
Go into a directory that you want to load env files from
npx pbenvThis will load .env by default.
From there you can paste the contents and hit enter
Load a different env file
To load another file put a path to that file as an argument
npx pbenv -f .env.localThis will load the .env.local configuration into your shell
Usage
envcli -h
Loads env files into export statements and adds them to your clipboard
envcli [-h] [-v] [-f filename]
options:
h Print this help
v Enable verbose mode
f Path of an env file to load