envchain

Securely store and manage credentials in environment variables

brewmacoslinux
Try with needOr install directly
Source

About

Secure your credentials in environment variables

Commands

envchain

Examples

store a password securely for later use$ envchain set myapp DATABASE_PASSWORD
run a command with stored credentials loaded automatically$ envchain exec myapp -- ./deploy.sh
keep multiple sets of credentials for different environments$ envchain set production AWS_SECRET_ACCESS_KEY
use stored credentials without typing passwords in scripts$ envchain exec staging -- npm run deploy
verify stored credentials are working before running application$ envchain exec myapp -- env | grep -i password