Authentification
Utilisez un Service Token pour les usages non interactifs.
Commandes CLI de base
Utiliser un Service Token avec le 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
Vérifier l'authentification :
doppler whoami
Définir un secret :
doppler secrets set <KEY>=<VALUE>
Récupérer la valeur d'un secret :
doppler secrets get <KEY>
Supprimer un secret :
doppler secrets delete <KEY>
Documentation