tinybird-cli-guidelines

Manage Tinybird data sources, pipes, and endpoints via CLI.

20|2|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/tinybirdco/tinybird-agent-skills --skill tinybird-cli-guidelines-tinybirdco
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tinybird-cli-guidelines
Source: https://github.com/tinybirdco/tinybird-agent-skills/tree/main/skills/tinybird-cli-guidelines
Command: npx skills add https://github.com/tinybirdco/tinybird-agent-skills --skill tinybird-cli-guidelines-tinybirdco

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive guide to using the Tinybird CLI for various development and operational tasks, addressing the complexities of managing local environments, deployments, and data operations in Tinybird.

Core Features & Use Cases

  • Local Development: Guidance on setting up and using Tinybird Local for local development and testing.
  • Deployments: Step-by-step instructions on deploying projects to Tinybird Cloud production.
  • Data Operations: Best practices for managing data sources, pipes, and endpoints, including data appending, replacing, and truncating.
  • Use Case: When you need to ensure that your Tinybird projects are developed and deployed correctly, and your data operations are streamlined.

Quick Start

To append data to a datasource, run the following command:

tb datasource append my_datasource --file /path/to/local/file

Frequently Asked Questions about tinybird-cli-guidelines

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

FAQPage Schema
How do I deploy data sources and pipes to Tinybird Cloud production?

Deploy data sources and pipes to Tinybird Cloud production by following step-by-step CLI instructions for building and migrating your local project structure to the cloud environment.

What is the best way to append local data to a Tinybird datasource?

Appending local data to a Tinybird datasource uses the CLI command `tb datasource append my_datasource --file /path/to/local/file` to streamline data ingestion operations.

Can I use Tinybird Local for local development and testing before deployment?

Yes, you can use Tinybird Local for local development and testing to validate data sources, pipes, and endpoints before deploying projects to Tinybird Cloud production.

Do I need prior knowledge of Tinybird project structure to use the CLI?

Yes, managing Tinybird projects with the CLI requires existing knowledge of the Tinybird project structure and command-line operations to execute data operations correctly.

What data operations can I perform on endpoints using the Tinybird CLI?

Tinybird CLI data operations include appending, replacing, and truncating data within managed data sources, pipes, and endpoints to maintain your data pipeline.

How does Tinybird Local compare to Tinybird Cloud for data operations?

Tinybird Local provides an isolated environment for development and testing, whereas Tinybird Cloud serves as the production destination for deploying and operating finalized data sources.