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.
來自 tinybirdco 的更多技能
tinybird
tinybirdco
Tinybird 配置規則、SQL 模式及針對資料源、管道、端點和具體化檢視的優化指南。涵蓋 13 個規則類別,包括專案結構、資料源與管道設計、端點架構、具體化檢視、複製管道、連線、SQL 最佳實踐及去重模式。強調以本地檔案為真實來源、MergeTree 為預設表引擎,以及僅使用 SELECT 的 SQL 搭配嚴格的參數處理。提供優化策略:過濾...
official
tinybird-python-sdk-guidelines
tinybirdco
用於在 Python 中定義資料來源、管道和查詢的 Tinybird Python SDK。適用於處理 tinybird-sdk、Python Tinybird 專案,或資料攝取及…
official
tinybird-typescript-sdk-guidelines
tinybirdco
用於定義資料來源、管道和查詢的 Tinybird TypeScript SDK,具備完整的型別推論功能。適用於搭配 @tinybirdco/sdk、TypeScript Tinybird… 使用。
official