Autenticazione
Utilizza un token di servizio per uso non interattivo.
Comandi CLI di base
Utilizzo del token di servizio con la CLI:
# Prevent command with Service Token being recorded in bash history export HISTIGNORE=export DOPPLER_TOKEN* export DOPPLER_TOKEN=dp.st.prd.xxxx doppler run -- your-command-here
Controlla l'autenticazione:
doppler whoami
Imposta un segreto:
doppler secrets set <KEY>=<VALUE>
Ottieni un singolo valore segreto:
doppler secrets get <KEY>
Elimina un segreto:
doppler secrets delete <KEY>
Documenti