LinuxCommandLibrary

doppler

Manage environment variables across different environments using Doppler.

TLDR

Setup Doppler CLI in the current directory

$ doppler setup
copy


Setup Doppler project and config in current directory
$ doppler setup
copy


Run a command with secrets injected into the environment
$ doppler run --command [command]
copy


View your project list
$ doppler projects
copy


View your secrets for current project
$ doppler secrets
copy


Open Doppler dashboard in browser
$ doppler open
copy

Copied to clipboard