mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-20 22:50:52 +00:00
Update cheatsheets
This commit is contained in:
34
tldr/doppler
Normal file
34
tldr/doppler
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# doppler
|
||||
|
||||
> Manage environment variables across different environments using Doppler.
|
||||
> Some subcommands such as `doppler run` and `doppler 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`
|
||||
Reference in New Issue
Block a user