cloudbase-cli

Manage Tencent CloudBase resources via the tcb command-line interface.

1.1k|133|Updated May 23, 2025
One-click install
npx skills add https://github.com/TencentCloudBase/CloudBase-AI-Toolkit --skill cloudbase-cli-tencentcloudbase
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudbase-cli
Source: https://github.com/TencentCloudBase/CloudBase-AI-Toolkit/tree/main/config/source/skills/cloudbase-cli
Command: npx skills add https://github.com/TencentCloudBase/CloudBase-AI-Toolkit --skill cloudbase-cli-tencentcloudbase

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill solves the complexity of managing cloud infrastructure by providing a deterministic, scriptable, and auditable interface for Tencent CloudBase resources, eliminating the need for manual console operations.

Core Features & Use Cases

  • Resource Management: Deploy cloud functions, manage CloudRun services, and configure static hosting directly from the command line.
  • Access Control: Configure CORS, custom domains, and routing rules with automated verification.
  • CI/CD Integration: Enables batch operations and automated deployments for CI/CD pipelines, ensuring consistent environment configurations.

Quick Start

Use the cloudbase-cli skill to deploy the cloud function named user-service to the environment with ID env-12345.

Frequently Asked Questions about cloudbase-cli

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

FAQPage Schema
How do I manage Tencent CloudBase resources from the terminal?

You can manage Tencent CloudBase resources from the terminal using the tcb command-line interface to deploy cloud functions, configure static hosting, and manage CloudRun services via scriptable commands.

Can I automate CloudBase deployments in a CI/CD pipeline?

Yes, you can automate CloudBase deployments in a CI/CD pipeline by integrating tcb CLI commands to execute batch operations, ensuring consistent environment configurations across automated workflows.

What do I need to configure before deploying cloud functions with tcb CLI?

Before deploying cloud functions with tcb CLI, you need the tcb tool installed and valid environment authentication to perform secure, auditable resource operations against your target CloudBase environment.

How do I configure access control for CloudBase hosting services?

To configure access control for CloudBase hosting services, use the tcb CLI to set CORS rules, bind custom domains, and define routing rules with automated verification directly from your terminal.

Why use the command line instead of the console for CloudBase infrastructure?

Using the command line for CloudBase infrastructure provides a deterministic, scriptable, and auditable interface that eliminates manual console operations and ensures consistent resource configuration.