HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

doppler — Manage environment variables across different environments. Some subcommands such as `run` and `secr

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commanddopplerdifferentclienvironmentmanagevariablesacross

Problem

How to use the doppler command: 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>.

Solution

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

Code Snippets

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

Context

tldr-pages: common/doppler

Revisions (0)

No revisions yet.