cloudbase-cli

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

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/derek2035/talkbook --skill cloudbase-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudbase-cli
Source: https://github.com/derek2035/talkbook/tree/main/.agents/skills/cloudbase/references/cloudbase-cli
Command: npx skills add https://github.com/derek2035/talkbook --skill cloudbase-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

CloudBase CLI (tcb) provides a centralized, scriptable interface to manage CloudBase resources from the terminal, enabling faster deployment, reproducible configurations, and automated workflows.

Core Features & Use Cases

  • Deploy and manage CloudBase resources (functions, CloudRun services, hosting, storage) from the command line
  • Query and administer databases (NoSQL/MySQL), manage CORS/domains/routing, and configure permissions
  • Use for CI/CD pipelines, batch operations, and interactive/automated administration

Quick Start

Install the CloudBase CLI, login, and begin deploying a sample resource with a single command.

Frequently Asked Questions about cloudbase-cli

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

FAQPage Schema
How do I deploy CloudBase Cloud Functions from the command line?

To deploy CloudBase Cloud Functions from the command line, use the tcb CLI to execute deterministic commands within your environment context. This enables scriptable, automated deployment and configuration directly from your terminal.

What is CloudBase CLI used for in CI/CD pipelines?

CloudBase CLI provides a centralized, scriptable interface to manage CloudBase resources in CI/CD pipelines. It enables reproducible configurations, automated deployments, and batch operations across environments without manual console interaction.

Can I manage CloudBase hosting and storage using tcb commands?

Yes, you can manage CloudBase hosting and storage using tcb commands. The CLI allows you to configure hosting settings, manage storage, and administer databases, including CORS, domains, and routing from the terminal.

Do I need an environment ID to run CloudBase CLI commands?

Yes, you need a specific environment ID (env-id) to run CloudBase CLI commands. Alongside an active Tencent CloudBase account and the installed tcb CLI, the environment context is required to execute commands and query service definitions.

What's the best way to configure CloudRun services via terminal?

The best way to configure CloudRun services via terminal is using the CloudBase CLI. It provides a scriptable interface to deploy, configure, and monitor CloudRun services, ensuring faster deployment and reproducible configurations.

Why use the command line instead of the console for CloudBase resource management?

Using the command line for CloudBase resource management enables faster deployment, reproducible configurations, and automated workflows. It is ideal for DevOps, batch operations, and terminal-based administration across multiple environments.