teller

Secrets management tool for developers to securely store and access credentials

brewmacoslinux
Try with needOr install directly
Source

About

Secrets management tool for developers

Commands

teller

Examples

Initialize a new Teller project with configuration$ teller init
Retrieve a specific secret value by key$ teller get DATABASE_PASSWORD
Run a command with secrets injected as environment variables$ teller run -- ./my-application