doppler-secrets
manage and export secret values
TLDR
List all secrets
SYNOPSIS
doppler secrets [command] [options]
DESCRIPTION
doppler secrets manages secrets stored in Doppler. It provides read, write, and export capabilities for secrets within a project and configuration.
The download command exports secrets in various formats for integration with tools that expect .env files or other formats. The no-file flag outputs to stdout for piping.
Secret values are encrypted in transit and at rest. Access is logged for audit purposes.
PARAMETERS
COMMAND
Operation: get, set, delete, download.get NAME
Retrieve specific secret value.set KEY=VALUE
Set secret value.delete NAME
Remove secret.download
Export secrets.--format FORMAT
Output format: env, json, yaml.--no-file
Output to stdout instead of file.--config NAME
Config environment.--help
Display help information.
CAVEATS
Write operations require appropriate permissions. Deleted secrets may take time to propagate. Some characters may need escaping. Large secrets have size limits.
HISTORY
doppler secrets provides the core secrets management functionality of the Doppler platform, enabling teams to securely manage application configuration.
SEE ALSO
doppler(1), doppler-run(1)
