commands.sh

doppler run

all

Run a command with Doppler secrets injected into the environment.

More info →

Examples (5)

Run a command

Run multiple commands

doppler run --command command1 && command2

Run a script

doppler run path/to/command.sh

Run command with specified project and config

doppler run -p project_name -c config_name -- command

Automatically restart process when secrets change

made by @shridhargupta | data from tldr-pages