Autenticación
Utilice un token de servicio para uso no interactivo.
Comandos CLI básicos
Usando el token de servicio 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
Verificar autenticación:
doppler whoami
Establecer un secreto:
doppler secrets set <KEY>=<VALUE>
Obtenga un único valor secreto:
doppler secrets get <KEY>
Eliminar un secreto:
doppler secrets delete <KEY>
Documentos