Doppler Dev Container Features
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 |
Usage
Add the desired feature to your devcontainer.json:
See the doppler-cli feature README for supported options.
Options
| Option | Type | Default | Description |
|---|---|---|---|
version |
string |
latest |
Version of the Doppler CLI to install (e.g., 3.67.0 or latest) |
OS Support
This feature supports Debian/Ubuntu-based distributions, Red Hat/Fedora-based distributions, and Alpine Linux.
Development
To test locally, install the devcontainer CLI:
npm install -g @devcontainers/cli
Running Tests
devcontainer features test --features doppler-cli --base-image mcr.microsoft.com/devcontainers/base:ubuntu .
License
Licensed under the Apache License 2.0.