feat: add image tag upgrade to zeabur-update-service#35
feat: add image tag upgrade to zeabur-update-service#35eliajhmauve wants to merge 2 commits intozeabur:mainfrom
Conversation
Add "Update Image Tag" section for upgrading prebuilt/marketplace service versions via `service update tag`. This is a common user question with no skill coverage until now. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
WalkthroughUpdated the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@skills/zeabur-update-service/SKILL.md`:
- Around line 36-49: Reformat the "Update Image Tag (Upgrade Service Version)"
section in SKILL.md into the required management/action structure: create a
"Safety checklist" bullet list above, then a "Commands" block containing the two
npx zeabur commands shown, a "Flags" subsection listing -i/--interactive, -y and
--project-id/--id/--tag with descriptions, and finally a "Workflow" step-by-step
that explains getting the service ID then updating the tag (including the note
about redeploy/restart). Remove the four-section troubleshooting pattern and
ensure the same changes are applied for the similar content at lines 50–56.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: a39b2e63-8ed1-43f1-b4fd-f0a88f870cce
📒 Files selected for processing (1)
skills/zeabur-update-service/SKILL.md
Address CodeRabbit review: add Flags subsection and Workflow heading for the Update Image Tag section. Consistent with the env var section format in the same file. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Summary
zeabur-update-serviceskill for upgrading prebuilt/marketplace service versionsWhy this change?
"How do I upgrade an already-deployed service?" is a common question. The
service update tagcommand exists in the CLI but no skill mentions it. Adding it tozeabur-update-serviceis the most natural fit since the skill name is literally "update service".Test plan
service update tag --id <id> -t <tag> -y -i=falsesyntax against CLI help🤖 Generated with Claude Code
Summary by CodeRabbit