modern local environment management
Project description
_
___| |__ ___ _ ____ __
/ __| '_ \ / _ | '_ \ \ / /
| (__| | | | __| | | \ V /
\___|_| |_|\___|_| |_|\_/ . modern local environment management
This command-line interface creates and manages local .env files from various sources.
Coupled with python-dotenv for python, or dotenv for node.js development, it provides better, more consistent environment variable management and developement.
Installation
To install chenv, run this command in your terminal:
$ pip install --user chenv
Also make sure that your $PATH
includes $HOME/.local/bin
.
If not, add this line to your .bashrc
/ .zshrc
:
export PATH=$HOME/.local/bin:$PATH;
Usage
chenv’s usage looks like:
$ chenv COMMAND [ARGS]
Commands currently include:
blank
Choose to set .env as a new, blank, .env.blank file.
heroku
Choose to set .env from a remote heroku app config-vars, as .env.[app-name].
- -t <team>, --team <team>
Pre-fill team name
- -a <app>, --app <app>
Pre-fill app name
local
Choose to set .env from a local, pre-exsiting .env.* file.
- filename
Pre-fill file-suffix name
Project Configurations
chenv also provides two file types that manipulate the output of new .env.* files being set.
.envignore
Specifies intentionally unwanted environment-variables. Each line in a envignore file specifies a pattern.
When deciding whether to ignore an environment variable, chenv checks it’s key against the list of patterns described in this file.
- Pattern:
.envignore uses the unix filename pattern matching, similar to .gitignore’s, and as specified at https://docs.python.org/3/library/fnmatch.html
.envmerge
Sepecifies environment variables to merge / override after any input is chosen. This provides consistency to preffered settings such as the logging-level, or NODE_ENV for local development usage in node.js.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for chenv-0.4.3.dev1634728976.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 242cc345a72ff0e472b25517a9f6e46e0a97a38e146d8cb95110d3620f6bb680 |
|
MD5 | 38e04bc54a613c69784bf7ec2db6bc6f |
|
BLAKE2b-256 | 69ee5fd55abd7b845556aad519eead95352bbc6fceeaafbfc861deb654c6ff73 |
Hashes for chenv-0.4.3.dev1634728976-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4ab24166ce784ea7079506a4221b21da9f1c31cdda0893c14541e37ca47aab4 |
|
MD5 | 3de3b9b843f20b94d87de7044a6c4504 |
|
BLAKE2b-256 | 814a48773143c4c007cd0950bbf486154aa9973319237f5e161841016098851b |