1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 00:42:08 +02:00
tldr/pages/common/doppler.md
Lena b596b78b18
pages/*: standardize mentioning subcommands without the main command (#13626)
* pages/*: standardize mentioning subcommands without the main command

* CONTRIBUTING: clarify that pages should only mention the subcommand
2024-10-04 21:14:41 +02:00

29 lines
626 B
Markdown

# 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`
- 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`
- Open Doppler dashboard in browser:
`doppler open`