tinybird-cli-guidelines
โดย tinybirdco
คำสั่ง Tinybird CLI, เวิร์กโฟลว์ และการดำเนินการต่างๆ ใช้เมื่อรันคำสั่ง tb, จัดการการพัฒนาในเครื่อง, ปรับใช้ หรือทำงานกับการดำเนินการข้อมูล
npx skills add https://github.com/tinybirdco/tinybird-agent-skills --skill tinybird-cli-guidelinesTinybird CLI Guidelines
Guidance for using the Tinybird CLI (tb) for local development, deployments, data operations, and workspace management.
When to Apply
- Running any
tbcommand - Choosing a development workflow (local, branch, or cloud)
- Local development with Tinybird Local
- Branch development with Tinybird Cloud branches
- Building and deploying projects
- Setting up CI/CD pipelines
- Appending, replacing, or deleting data
- Managing tokens and secrets via CLI
- Generating mock data
- Running tests
Rule Files
rules/development-workflows.mdrules/cli-commands.mdrules/build-deploy.mdrules/local-development.mdrules/branch-development.mdrules/ci-cd.mdrules/data-operations.mdrules/append-data.mdrules/mock-data.mdrules/tokens.mdrules/secrets.md
Quick Reference
- CLI 4.0 workflow: configure
dev_modeonce, then use plaintb buildandtb deploy. tb buildtargets your configured development environment (branchorlocal) in tinybird.config.json.tb deploytargets Tinybird Cloud production.- Use
--cloud/--local/--branchonly as explicit manual overrides. - Use
tb infoto check CLI context. - Use
tb endpoint data <pipe>to test endpoints (nottb pipe data). - Never invent commands or flags; run
tb <command> --helpto verify.
Skills เพิ่มเติมจาก tinybirdco
tinybird
tinybirdco
กฎการกำหนดค่า Tinybird รูปแบบ SQL และคำแนะนำการปรับแต่งสำหรับ datasource, pipe, endpoint และ materialized view ครอบคลุมกฎ 13 หมวดหมู่ รวมถึงโครงสร้างโปรเจกต์ การออกแบบ datasource และ pipe, schema ของ endpoint, materialized view, copy pipe, การเชื่อมต่อ, แนวทางปฏิบัติที่ดีที่สุดของ SQL และรูปแบบการกำจัดข้อมูลซ้ำ เน้นไฟล์ในเครื่องเป็นแหล่งข้อมูลที่ถูกต้อง, MergeTree เป็นเอนจินตารางเริ่มต้น และ SQL แบบ SELECT-only พร้อมการจัดการพารามิเตอร์ที่เข้มงวด ให้กลยุทธ์การปรับแต่ง: ฟิลเตอร์...
official
tinybird-python-sdk-guidelines
tinybirdco
Tinybird Python SDK สำหรับกำหนด datasources, pipes และ queries ใน Python ใช้เมื่อทำงานกับ tinybird-sdk, โปรเจกต์ Python Tinybird หรือการนำเข้าข้อมูลและ...
official
tinybird-typescript-sdk-guidelines
tinybirdco
Tinybird TypeScript SDK สำหรับกำหนด datasources, pipes และ queries พร้อมการอนุมานชนิดข้อมูลแบบเต็ม ใช้เมื่อทำงานกับ @tinybirdco/sdk, TypeScript Tinybird…
official