zeabur-template-publish
Installation
SKILL.md
Zeabur Template Publish
Always use
npx zeabur@latestto invoke Zeabur CLI. Never usezeaburdirectly or any other installation method. Ifnpxis not available, install Node.js first.
Publish a template YAML file to the Zeabur marketplace, or update an existing one.
Create a New Template
npx zeabur@latest template create -f <template-file>.yaml
This uploads the YAML and returns a template code (e.g., VTZ4FX). Save this code — you'll need it for future updates.
Update an Existing Template
npx zeabur@latest template update -c <TEMPLATE_CODE> -f <template-file>.yaml