doppler

CLI tool for managing secrets and configuration with Doppler

brewmacoslinux
Try with needOr install directly
Source

About

CLI for interacting with Doppler secrets and configuration

Commands

doppler

Examples

Login to your Doppler account$ doppler login
Retrieve all secrets for a specific project and environment$ doppler secrets get --project myproject --config prd
Run a command with Doppler secrets injected as environment variables$ doppler run -- npm start