zeabur-variables

📁 zeabur/zeabur-claude-plugin 📅 2 days ago
3
总安装量
1
周安装量
#60443
全站排名
安装命令
npx skills add https://github.com/zeabur/zeabur-claude-plugin --skill zeabur-variables

Agent 安装分布

amp 1
opencode 1
kimi-cli 1
codex 1
github-copilot 1
gemini-cli 1

Skill 文档

Zeabur Variables Management

Known Issues

  1. Use --id not --name – name lookup unreliable
  2. ${VAR} gets empty – shell expands before CLI receives
  3. variable update may clear all vars – bug in CLI

Create Variables

# ✅ Use service ID
npx zeabur@latest variable create --id <service-id> \
  --key "KEY1=value1" \
  --key "KEY2=value2" \
  -y -i=false

Variable References

# ❌ FAILS - shell expands ${VAR} to empty
--key "REDIS_URL=${REDIS_URI_INTERNAL}"

# ✅ Set references in Dashboard instead

List Variables

npx zeabur@latest variable list --id <service-id> -i=false

For ${VAR} references → Use Zeabur Dashboard, not CLI.