Run a command with Doppler secrets injected into the environment. More information: https://docs.doppler.com/docs/cli#run-a-command-with-secrets-populated-in-environment.
doppler run --command {{command}}
doppler run --command {{command1 && command2}}
doppler run {{path/to/command.sh}}
doppler run -p {{project_name}} -c {{config_name}} -- {{command}}
doppler run --watch {{command}}