doppler
The official Doppler CLI
Subcommands
Name | Description |
---|---|
activity | Get workplace activity logs |
changelog | View the CLI's changelog |
completion | Print shell completion script |
configs | Manage configs |
configure | View the config file |
environments | Manage environments |
feedback | Provide feedback about the Doppler CLI |
help | Help about any command |
import | Import projects into your Doppler workplace |
login | Authenticate to Doppler |
logout | Log out of the CLI |
open | Open the Doppler dashboard |
projects | Manage projects |
run | Run a command with secrets injected into the environment |
secrets | Manage secrets |
settings | Get workplace settings |
setup | Setup the Doppler CLI for managing secrets |
update | Update the Doppler CLI |
Options
Name | Description |
---|---|
--api-host <string> | The host address for the Doppler API (default "https://api.doppler.com") |
--configuration <string> | Config file (default "~/.doppler/.doppler.yaml") |
--dashboard-host <string> | The host address for the Doppler Dashboard (default "https://dashboard.doppler.com") |
--debug <string> | Output additional information |
--dns-resolver-address <string> | Address to use for DNS resolution (default "1.1.1.1:53") |
--dns-resolver-proto <string> | Protocol to use for DNS resolution (default "udp") |
--dns-resolver-timeout <duration> | Max dns lookup duration (default 5s) |
--enable-dns-resolver | Bypass the OS's default DNS resolver |
--json | Output json |
--no-check-version | Disable checking for Doppler CLI updates |
--no-read-env | Do not read config from the environment |
--no-timeout | Disable http timeout |
--no-verify-tls |
|
--print-config | Output active configuration |
--scope <string> | The directory to scope your config to (default ".") |
--silent | Disable output of info messages |
--timeout <duration> | Max http request duration (default 10s) |
--token, -t <string> | Doppler token |
-h, --help | Help for doppler |
-v, --version | Get the version of the Doppler CLI |