{"id":21463229,"url":"https://github.com/dopplerhq/cli","last_synced_at":"2026-01-28T01:10:17.498Z","repository":{"id":38857708,"uuid":"212754358","full_name":"DopplerHQ/cli","owner":"DopplerHQ","description":"The official CLI for interacting with your Doppler secrets and configuration.","archived":false,"fork":false,"pushed_at":"2025-04-29T22:16:09.000Z","size":39222,"stargazers_count":249,"open_issues_count":25,"forks_count":47,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-15T23:07:46.329Z","etag":null,"topics":["cli","doppler","doppler-cli","environment-variables","secret-management","secrets","secrets-management","secrets-manager","security"],"latest_commit_sha":null,"homepage":"https://docs.doppler.com","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DopplerHQ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-10-04T06:58:55.000Z","updated_at":"2025-05-14T20:29:34.000Z","dependencies_parsed_at":"2024-04-02T22:28:47.425Z","dependency_job_id":"cd1e2238-7094-4654-bbc0-e027d279eab3","html_url":"https://github.com/DopplerHQ/cli","commit_stats":null,"previous_names":[],"tags_count":272,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DopplerHQ%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DopplerHQ%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DopplerHQ%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DopplerHQ%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DopplerHQ","download_url":"https://codeload.github.com/DopplerHQ/cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254436949,"owners_count":22070947,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","doppler","doppler-cli","environment-variables","secret-management","secrets","secrets-management","secrets-manager","security"],"created_at":"2024-11-23T07:20:12.545Z","updated_at":"2026-01-28T01:10:17.465Z","avatar_url":"https://github.com/DopplerHQ.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Doppler CLI\n\nThe Doppler CLI is the official tool for interacting with your Doppler secrets and configuration.\n\n**You can:**\n\n- Manage your secrets, projects, and environments\n- Execute applications with your secrets injected into the environment\n- View activity and audit logs\n\n## Install\n\nThe Doppler CLI is available in several popular package managers. It can also be installed via [shell script](https://github.com/DopplerHQ/cli/blob/master/INSTALL.md#shell-script), [GitHub Action](https://github.com/DopplerHQ/cli-action), or downloaded as a [standalone binary](https://github.com/DopplerHQ/cli/releases/latest).\n\nFor more info, including instructions on verifying binary signatures, see the [Install](INSTALL.md) page.\n\n### macOS\n\nUsing [brew](https://brew.sh/) is recommended:\n\n```sh\n$ brew install dopplerhq/cli/doppler\n$ doppler --version\n```\n\nTo update:\n\n```sh\n$ brew upgrade doppler\n```\n\nFor installation without brew, see the [Install](INSTALL.md#macos) page.\n\n### Windows\n\nUsing winget is recommended:\n\n```sh\n$ winget install doppler\n$ doppler --version\n```\n\nTo update:\n\n```sh\n$ winget upgrade doppler\n```\n\nFor additional options, see the [Install](INSTALL.md#windows) page.\n\n### Shell script\n\nThis option is recommend for CI jobs and other environments that won't make use of package manager updates.\n\n```sh\n$ (curl -Ls --tlsv1.2 --proto \"=https\" --retry 3 https://cli.doppler.com/install.sh || wget -t 3 -qO- https://cli.doppler.com/install.sh) | sh\n```\n\nFor more info, see the [Install](INSTALL.md#shell-script) page.\n\n### Linux\n\nSee [Install](INSTALL.md#linux) page for instructions.\n\n### Docker\n\nSee [Install](INSTALL.md#docker) page for instructions.\n\n### GitHub Action\n\nYou can install the latest version of the CLI via GitHub Action. See the cli-action [repo](https://github.com/DopplerHQ/cli-action) for more info.\n\n## Usage\n\nSetup should only take a minute (literally). You'll authorize the CLI to access your Doppler workplace, and then select your project and config.\n\n```sh\n$ doppler login                     # generate auth credentials\n$ doppler setup                     # select your project and config\n# optional\n$ doppler configure --all           # view local configuration\n```\n\nBy default, `doppler login` scopes the auth token to the root directory (`--scope=/`). This means that the token will be accessible to projects using the Doppler CLI in any subdirectory. To limit this, specify the `scope` flag during login: `doppler login --scope=./` or `doppler login --scope ~/projects/backend`.\n\nSetup (i.e. `doppler setup`) scopes the selected project and config to the current directory (`--scope=./`). You can also modify this scope with the `scope` flag. Run `doppler help` for more information.\n\n## Go Version\n\nThis project defines its Go version in a number of places. If updating the Go version, search for `GO_VERSION_DEF` and ensure that all locations are updated.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdopplerhq%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdopplerhq%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdopplerhq%2Fcli/lists"}