Files
cheatsheet-tldr/tldr/doppler
2025-11-26 00:20:44 +00:00

31 lines
648 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# doppler
> Manage environment variables across different environments.
> Some subcommands such as `run` and `secrets` have their own usage documentation.
> More information: <https://docs.doppler.com/docs/cli>.
- Setup Doppler project and configuration 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`
- Open Doppler dashboard in browser:
`doppler open`