zeabur-variables
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
- Use
--idnot--name– name lookup unreliable ${VAR}gets empty – shell expands before CLI receivesvariable updatemay 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.