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.