cloudbase-cli

Manage CloudBase resources and services via the tcb CLI.

Updated Jul 9, 2026
One-click install
npx skills add https://github.com/mbpz/poetry-atlas-mp --skill cloudbase-cli-mbpz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudbase-cli
Source: https://github.com/mbpz/poetry-atlas-mp/tree/main/.agents/skills/cloudbase/references/cloudbase-cli
Command: npx skills add https://github.com/mbpz/poetry-atlas-mp --skill cloudbase-cli-mbpz

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a command-line interface for managing CloudBase resources, enabling users to deploy, manage, and troubleshoot their applications and services without using the console UI.

Core Features & Use Cases

  • Resource Management: Deploy, manage, and delete cloud functions, databases, hosting, and CloudRun services.
  • CI/CD Integration: Automate CloudBase operations within CI/CD pipelines.
  • Batch Operations: Execute multiple commands in a batch to streamline workflows.
  • Terminal-based Management: Perform all CloudBase management tasks via the command line for convenience and automation.

Quick Start

Log in to your CloudBase environment and use the tcb command to deploy a new cloud function:

tcb login
tcb fn deploy my-function

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 via the `tcb` CLI tool to deploy, manage, and delete cloud functions, databases, and hosting services directly from your terminal. This enables terminal-based management and batch operations without using the console UI.

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

Yes, you can automate CloudBase deployment within CI/CD pipelines using the `tcb` CLI. It provides a command-line interface to script resource management and deployment operations, streamlining continuous integration workflows.

Do I need the CloudBase CLI tool to deploy cloud functions?

Yes, deploying cloud functions requires the CloudBase CLI tool (`tcb`) and associated permissions to interact with CloudBase services. You must log in to your environment using `tcb login` before executing deployment commands.

What is the best way to perform batch operations on CloudBase services?

The best way to perform batch operations on CloudBase services is using the `tcb` CLI to execute multiple commands in sequence. This terminal-based management approach streamlines workflows for deploying and managing resources efficiently.

Does CLI management work for troubleshooting CloudBase applications?

Yes, CLI management works for troubleshooting CloudBase applications. The `tcb` CLI provides commands to manage and troubleshoot applications, functions, databases, and hosting services directly without needing the console UI.