認証
非インタラクティブな用途にはサービストークンを使用してください。
基本的な CLI コマンド
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
認証を確認:
doppler whoami
シークレットを設定:
doppler secrets set <KEY>=<VALUE>
単一のシークレット値を取得する:
doppler secrets get <KEY>
シークレットを削除:
doppler secrets delete <KEY>
ドキュメント