cloudbase-cli

Manage CloudBase resources via the tcb CLI for deployment and configuration.

1|3|Updated Nov 25, 2025
One-click install
npx skills add https://github.com/Soltus/encv-go --skill cloudbase-cli-soltus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudbase-cli
Source: https://github.com/Soltus/encv-go/tree/main/.cloudbase-mcp/web-template/.codebuddy/skills/cloudbase-cli
Command: npx skills add https://github.com/Soltus/encv-go --skill cloudbase-cli-soltus

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires tcb, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the management of CloudBase resources through the command line, enabling users to deploy, configure, and monitor their applications efficiently.

Core Features & Use Cases

  • CloudBase Resource Management: Deploy and manage cloud functions, web apps, and CloudRun services.
  • Database Operations: Perform CRUD operations on NoSQL and MySQL databases.
  • Hosting: Deploy and manage static websites and SPA applications.
  • Security: Configure access permissions, CORS, and custom domains.
  • Use Case: For example, deploy a new React web app to CloudBase with a single command, or manage your database with ease using the provided CLI tools.

Quick Start

Use the cloudbase-cli skill to deploy a new CloudBase environment and create a new web app.

Frequently Asked Questions about cloudbase-cli

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

FAQPage Schema
How do I manage CloudBase resources from the command line?

You can manage CloudBase resources from the command line by using the tcb CLI to deploy, configure, and monitor cloud functions, web apps, and CloudRun services directly from your terminal.

Can I deploy a React web app to CloudBase using a single command?

Yes, you can deploy a React web app to CloudBase using a single command. The tcb CLI supports hosting and deploying static websites and SPA applications efficiently.

How do I perform CRUD operations on CloudBase NoSQL databases?

To perform CRUD operations on CloudBase NoSQL databases, use the provided command-line interfaces to interact directly with your database instances and manage data records efficiently.

What is the best way to configure CORS and custom domains for CloudBase hosting?

The best way to configure CORS and custom domains for CloudBase hosting is via the tcb CLI, which provides terminal commands to set access permissions and security configurations directly.

Do I need the tcb CLI to script CloudBase deployments in CI/CD pipelines?

Yes, you need the tcb CLI installed and appropriate environment setup to script CloudBase deployments. It is specifically suitable for CI/CD pipeline scripting and batch operations.

Does CloudBase CLI support managing MySQL databases as well as NoSQL?

Yes, CloudBase CLI supports managing both MySQL and NoSQL databases. You can perform necessary database operations across both types using the command-line tools.