A collection of Dev Container Features for integrating Doppler into your development containers.
This repo follows the dev container feature distribution specification.
| Feature | Description |
|---|---|
| doppler-cli | Installs the Doppler CLI for secrets management |
Add the desired feature to your devcontainer.json:
See the doppler-cli feature README for supported options.
| Option | Type | Default | Description |
|---|---|---|---|
version |
string |
latest |
Version of the Doppler CLI to install (e.g., 3.67.0 or latest) |
This feature supports Debian/Ubuntu-based distributions, Red Hat/Fedora-based distributions, and Alpine Linux.
To test locally, install the devcontainer CLI:
npm install -g @devcontainers/clidevcontainer features test --features doppler-cli --base-image mcr.microsoft.com/devcontainers/base:ubuntu .Licensed under the Apache License 2.0.
{ "image": "mcr.microsoft.com/devcontainers/base:ubuntu", "features": { "ghcr.io/dopplerhq/devcontainer-features/doppler-cli": {} } }