mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
31 lines
648 B
Plaintext
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`
|