Autenticazione
Usa un Service Token per l'utilizzo non interattivo.
Comandi CLI di base
Utilizzo del Service Token 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 autenticazione:
doppler whoami
Imposta un segreto:
doppler secrets set <KEY>=<VALUE>
Recupera il valore di un singolo segreto:
doppler secrets get <KEY>
Elimina un segreto:
doppler secrets delete <KEY>
Documentazione