Skip to main content

doppler-cli

Unified secrets management CLI across multiple environments and providers

Overview

doppler-cli is a unified secrets management CLI that works across multiple environments and cloud providers. It provides hot reload, audit logging, RBAC teams, and multi-cloud support without vendor lock-in.

Quick Start

pip install doppler-cli
# Initialize project
doppler init

# Set secrets
doppler secrets set API_KEY=abc123

# Run with secrets injected
doppler run -- python app.py

Features

  • Multi-cloud support (AWS, GCP, Azure, Vault)
  • Hot reload secrets without restart
  • Audit logging for compliance
  • RBAC with team management
  • Environment branching
  • Secret rotation automation
  • CLI and SDK support

Integrations

Works with AWS Secrets Manager, GCP Secret Manager, Azure Key Vault, HashiCorp Vault, and local encrypted storage.

Statusstable
LicenseMIT
Last commit2 weeks ago
Versionv3.2.1
Buildpassing
stars892
forks94
contributors12
Back to Projects