_____ ___ ___________ _ __
/ __/ |/ / | / / ___/ __ \/ |/ /
/ _// /| |/ / /__/ /_/ / /
/___/_/|_/ |___/\___/\____/_/|_/
ENVCON

Separate environment variable dependencies without polluting your local environment workspace.
Idea is to keep each applications environment variables as separate containers, think of virtualenv for environment variables.
Install
Currently supported on OSX only. Download the binary here
Commands
create
create a new container with environment variables, you can also encrypt the contents.

source
create a new process with all the variables sourced.

update
update environment variable keys

delete
delete a container

TODO
- Test support for linux
- Add support for Windows