2025-03-14 21:59:59 -06:00
|
|
|
# doppler
|
|
|
|
|
|
|
|
|
|
> Manage environment variables across different environments using Doppler.
|
|
|
|
|
> Some subcommands such as `run` and `secrets` have their own usage documentation.
|
|
|
|
|
> More information: <https://docs.doppler.com/docs/cli>.
|
|
|
|
|
|
|
|
|
|
- Setup Doppler CLI in the current directory:
|
|
|
|
|
|
|
|
|
|
`doppler setup`
|
|
|
|
|
|
2025-07-24 22:27:13 -06:00
|
|
|
- Setup Doppler project and configuration in current directory:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`doppler setup`
|
|
|
|
|
|
|
|
|
|
- Run a command with secrets injected into the environment:
|
|
|
|
|
|
|
|
|
|
`doppler run --command {{command}}`
|
|
|
|
|
|
|
|
|
|
- View your project list:
|
|
|
|
|
|
|
|
|
|
`doppler projects`
|
|
|
|
|
|
|
|
|
|
- View your secrets for current project:
|
|
|
|
|
|
|
|
|
|
`doppler secrets`
|
|
|
|
|
|
|
|
|
|
- Open Doppler dashboard in browser:
|
|
|
|
|
|
|
|
|
|
`doppler open`
|