2024-08-03 19:04:53 +05:30
|
|
|
# doppler
|
|
|
|
|
|
|
|
> Manage environment variables across different environments using Doppler.
|
2024-10-04 21:14:41 +02:00
|
|
|
> Some subcommands such as `run` and `secrets` have their own usage documentation.
|
2024-08-03 19:04:53 +05:30
|
|
|
> More information: <https://docs.doppler.com/docs/cli>.
|
|
|
|
|
|
|
|
- Setup Doppler CLI in the current directory:
|
|
|
|
|
|
|
|
`doppler setup`
|
|
|
|
|
|
|
|
- Setup Doppler project and config in current directory:
|
|
|
|
|
|
|
|
`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`
|
|
|
|
|
2024-08-04 02:51:49 -03:00
|
|
|
- Open Doppler dashboard in browser:
|
2024-08-03 19:04:53 +05:30
|
|
|
|
|
|
|
`doppler open`
|