Loading...
Loading...
Use when modifying service config without full redeploy. Use when updating env vars and restarting single service.
npx skill4agent add zeabur/zeabur-claude-plugin zeabur-update-service# 1. Set project context
npx zeabur@latest context set project --id=<project-id> -i=false -y
# 2. Get service ID
npx zeabur@latest service list -i=false
# 3. Check current variables
npx zeabur@latest variable list --id <service-id> -i=false
# 4. Add/update variables
npx zeabur@latest variable create --id <service-id> \
--key "KEY1=value1" \
--key "KEY2=value2" \
-i=false -y
# 5. Get env-id (from step 3 output or deployment list)
# Look for: "Only one environment... select <production>"
# 6. Restart service
npx zeabur@latest service restart --id <service-id> --env-id <env-id> -i=false -y| Issue | Solution |
|---|---|
| Set in Dashboard, not CLI (shell expands to empty) |
| Use |
| Need env-id | Get from |