zeabur-template-deploy

Deploy Zeabur templates via CLI in non-interactive mode with variables.

40|9|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/zeabur/zeabur-claude-plugin --skill zeabur-template-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zeabur-template-deploy
Source: https://github.com/zeabur/zeabur-claude-plugin/tree/main/skills/zeabur-template-deploy
Command: npx skills add https://github.com/zeabur/zeabur-claude-plugin --skill zeabur-template-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the deployment of Zeabur templates, streamlining the process of setting up new projects or services based on predefined configurations, especially in non-interactive environments.

Core Features & Use Cases

  • Automated Template Deployment: Deploy Zeabur templates using a CLI command, ideal for CI/CD pipelines or scripting.
  • Non-Interactive Mode: Ensures deployments can run without user input, essential for automation.
  • Variable Management: Allows specifying template variables directly via flags.
  • Use Case: You have a standard project template defined in template.yaml. Use this Skill to deploy it to your Zeabur project abc123 with specific environment variables like PUBLIC_DOMAIN=myapp and [email protected] without manual intervention.

Quick Start

Use the zeabur-template-deploy skill to deploy the template file 'template.yaml' to project 'abc123' with the variable 'PUBLIC_DOMAIN' set to 'myapp'.

Frequently Asked Questions about zeabur-template-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a Zeabur template non-interactively via CLI?

To deploy a Zeabur template non-interactively, run the CLI command using the `-i=false` flag and provide all required template variables directly as arguments. This ensures automated template deployment without manual user input prompts.

Can I specify environment variables when automating Zeabur template deployment?

Yes, you can specify environment variables when automating Zeabur template deployment by passing them as flags in the CLI command. This allows you to set configurations like PUBLIC_DOMAIN or ADMIN_EMAIL directly during the non-interactive deployment process.

Does Zeabur CLI support deploying templates from local paths or URLs?

Zeabur CLI supports deploying templates from both local file paths and remote URLs. By specifying the source in the deployment command, you can automate the provisioning of services using predefined template configurations.

What is the best way to deploy a standard Zeabur template in a CI/CD pipeline?

The best way to deploy a standard Zeabur template in a CI/CD pipeline is using the CLI in non-interactive mode. By providing the template file, project ID, and required variables via flags, you ensure smooth automated deployments without execution interruptions.

How do I assign a specific project ID when deploying a Zeabur template?

You assign a specific project ID by including it as a flag in the Zeabur CLI deployment command. This ensures the template and its associated services are deployed directly into the correct Zeabur project during the automated process.