envchain

Securely store and access credentials via environment variables

brewmacoslinux
Try with needOr install directly
Source

About

Secure your credentials in environment variables

Commands

envchain

Examples

Store credentials for a service$ envchain --set myservice AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY
Execute a command with stored credentials$ envchain myservice env | grep AWS
Run an application with secure environment variables$ envchain myservice ./deploy.sh