cloudbase-cli

Automate CloudBase resource deployment and management via tcb CLI commands in CI/CD workflows.

Updated May 14, 2026
One-click install
npx skills add https://github.com/williamwang25/ams-admin --skill cloudbase-cli-williamwang25
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudbase-cli
Source: https://github.com/williamwang25/ams-admin/tree/main/.windsurf/skills/cloudbase/references/cloudbase-cli
Command: npx skills add https://github.com/williamwang25/ams-admin --skill cloudbase-cli-williamwang25

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes guesswork and manual console steps by providing a safe, scriptable way to deploy and manage CloudBase resources using the official tcb CLI.

Core Features & Use Cases

  • Deterministic Cloud Operations: Deploy, update, and manage CloudBase functions, apps, CloudRun services, static hosting, databases, storage, and access settings using tcb commands that are CI-friendly and auditable.
  • Safety-First Workflows: Enforces --help discovery, environment confirmation, --dry-run previews for destructive actions, and post-operation verification with list/detail commands.
  • Task-Driven Routing: Guides an agent to load the correct reference module (core, functions, app, cloudrun, hosting, storage, nosql, mysql, permission, access) based on the user’s goal.

Quick Start

Ask your agent to deploy your Vue web app to a known CloudBase env by running the correct non-interactive tcb deploy workflow with envId verification and post-deploy verification.

Frequently Asked Questions about cloudbase-cli

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

FAQPage Schema
How do I automate CloudBase deployment in a CI/CD pipeline without interactive prompts?

You can deploy and manage CloudBase resources from the terminal using the tcb CLI across functions, apps, CloudRun, hosting, databases, and storage. It enforces safe workflows including help-first discovery, explicit envId selection, and dry-run previews for destructive actions.

What's the best way to manage CloudBase databases and storage via command line?

Managing CloudBase databases and storage via command line is done through the tcb CLI. The Skill routes your specific database or storage task to the correct reference module, executing batch operations safely with mandatory verification via list and detail commands.

Can I use tcb CLI to deploy static hosting and CloudRun services safely?

Yes, you can use tcb CLI to deploy static hosting and CloudRun services safely. The Skill mandates environment confirmation and dry-run previews for destructive steps, ensuring environment-safe rollouts and infrastructure tasks without guesswork.

How does the tcb command line workflow compare to using the CloudBase console or SDK?

The tcb command line workflow provides a deterministic, scriptable alternative to the console or SDK for CloudBase operations. It removes manual console steps by guiding agents through task-driven routing across core, functions, app, hosting, and access modules for auditable CI/CD scripting.

What precautions are enforced for destructive CloudBase infrastructure tasks?

Precautions for destructive CloudBase infrastructure tasks include mandatory help-first discovery, explicit envId selection, and dry-run previews. The Skill requires post-operation verification using list and detail commands to ensure environment-safe rollouts.