การยืนยันตัวตน
ใช้ Service Token สำหรับการทำงานแบบไม่ต้องโต้ตอบ
คำสั่ง CLI พื้นฐาน
ใช้ Service Token กับ 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>
ดึงค่า secret เดียว:
doppler secrets get <KEY>
ลบข้อมูลลับ:
doppler secrets delete <KEY>
เอกสาร