Doppler — secrets from CI
doppler/cli · version 1
envs add doppler/cli
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
DOPPLER_TOKEN |
required | secret | A service token, shown once. It carries its own scope, so it names the project and config rather than needing them beside it. An ephemeral token can be given a maximum age and then deletes itself.. Shape ^dp\.[a-z]{2}\..+$. where to get it |
DOPPLER_PROJECT |
optional | config | Which project, for commands not using a scoped token. An identifier that authenticates nothing.. where to get it |
DOPPLER_CONFIG |
optional | config | Which config within it. Same kind of value as above.. where to get it |