cloudbase-cli

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the management of CloudBase resources via the command line, addressing the need for efficient, automated, and secure deployment and operations in CI/CD pipelines, batch processes, and terminal-based workflows.

Core Features & Use Cases

  • CLI Resource Management: Deploy, manage, and configure CloudBase resources like functions, web apps, databases, and hosting through the tcb CLI.
  • CI/CD Automation: Automate the deployment and management of CloudBase resources in CI/CD pipelines.
  • Batch Operations: Perform large-scale operations like deploying multiple resources at once or managing environments in bulk.
  • Terminal-Based Management: Provide a convenient and efficient way to manage CloudBase resources without a graphical user interface.
  • Use Case: A development team can use this Skill to automatically deploy their application, set up hosting, and manage databases directly from their terminal during the CI/CD process.

Quick Start

Deploy a new Cloud Function using the tcb fn deploy command.

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?

You can automate CloudBase deployment in a CI/CD pipeline by executing `tcb` CLI commands to deploy functions, web apps, databases, and hosting directly from your terminal during the automated build process.

Can I manage multiple CloudBase resources in batch from the terminal?

Yes, you can perform batch operations to manage multiple CloudBase resources in bulk from the terminal, executing large-scale deployments and environment configurations without needing a graphical user interface.

What do I need to configure before using the `tcb` CLI for resource management?

Before using the `tcb` CLI for CloudBase resource management, you need the CLI installed and configured with proper permissions and environment settings to ensure secure access.

Does terminal-based CloudBase management support deploying cloud functions?

Terminal-based CloudBase management supports deploying cloud functions using the `tcb fn deploy` command, streamlining the setup and configuration of serverless resources via the command line.

What is the best way to manage CloudBase hosting without a GUI?

The best way to manage CloudBase hosting without a GUI is using the `tcb` CLI, which provides a convenient and efficient terminal-based workflow for configuring and deploying hosting resources.

Are there limitations when automating CloudBase configurations via CLI?

When automating CloudBase configurations via CLI, operations are limited by the permissions and environment settings configured for the `tcb` CLI, requiring correct setup to avoid access constraints during batch processes.