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