验证
使用服务令牌进行非交互使用。
基本 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>
文档