cloudbase-declarative-deploy
CloudBase declarative deployment from a cloudbaserc config (声明式部署, 配置式部署, cloudbaserc 部署) through the deployBuild / deployPlan / deployApply MCP tools. Use when deploying database, functions, app, hosting, or gateway resources described in cloudbaserc.json/yaml as a single desired-state config, when a user wants to build static hosting artifacts locally first (deployBuild), or wants a dry-run plan before applying (deployPlan), or when handling multi-environment deploys via mode / envOverrides. Covers build-plan-apply flow (deployBuild local build → deployPlan dry-run → deployApply confirm=true), hosting build-output neutralization, envId resolution priority, only/skip filtering, concurrency, and continueOnError. Prefer deployBuild (when hosting declares a buildCommand) and deployPlan before deployApply; do not confuse with per-resource tcb CLI deploy or single-function deploy.
Pinned to revision 4da777e3ff46, so it is the text this page describes rather than whatever the author pushed since.
Files
- skills/cloudbase-declarative-deploy/SKILL.md
- skills/cloudbase-declarative-deploy/references/config-schema.md
- skills/cloudbase-declarative-deploy/references/multi-env.md
- skills/cloudbase-declarative-deploy/references/plan-and-apply.md
Every link opens the file at its source, pinned to the revision this page describes.