skills/zeabur/zeabur-claude-plugin/zeabur-template-publish

zeabur-template-publish

SKILL.md

Zeabur Template Publish

Always use npx zeabur@latest to invoke Zeabur CLI. Never use zeabur directly or any other installation method. If npx is 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

The template code is the identifier from the template URL: https://zeabur.com/templates/<TEMPLATE_CODE>

Delete a Template

npx zeabur@latest template delete -c <TEMPLATE_CODE>

Verify

After publishing or updating, check the template page:

https://zeabur.com/templates/<TEMPLATE_CODE>

Or fetch the YAML to confirm:

npx zeabur@latest template get -c <TEMPLATE_CODE> --raw

Flags

template create

Flag Description
-f, --file Template YAML file to publish

template update

Flag Description
-c, --code Template code to update
-f, --file Template YAML file with changes

template delete

Flag Description
-c, --code Template code to delete

Workflow

# First time: create and note the returned code
npx zeabur@latest template create -f zeabur-template-myapp.yaml
# → Template created: VTZ4FX

# Later: update with changes
npx zeabur@latest template update -c VTZ4FX -f zeabur-template-myapp.yaml

# Verify
npx zeabur@latest template get -c VTZ4FX --raw

See Also

  • zeabur-template — create and edit template YAML files
  • zeabur-template-deploy — deploy a template to a project
  • zeabur-template-backup — backup an online template to local git
Weekly Installs
1
GitHub Stars
12
First Seen
2 days ago
Installed on
amp1
cline1
opencode1
cursor1
kimi-cli1
codex1