Authentification
Utilisez un jeton de service pour une utilisation non interactive.
Commandes CLI de base
Utilisation du jeton de service avec 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
Vérifiez l'authentification :
doppler whoami
Définir un secret :
doppler secrets set <KEY>=<VALUE>
Obtenez une seule valeur secrète :
doppler secrets get <KEY>
Supprimer un secret :
doppler secrets delete <KEY>
Documents