logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Doppler Run - Inject Secrets | Online Free DevTools by Hexmos

Inject secrets instantly with Doppler Run. Securely run commands with secrets populated in the environment. Free online tool, no registration required.

doppler-run

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.

  • Run a command:

doppler run --command {{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:

doppler run --watch {{command}}

See Also