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パターン、およびデータソース、パイプ、エンドポイント、マテリアライズドビューに関する最適化ガイダンス。プロジェクト構造、データソースとパイプの設計、エンドポイントスキーマ、マテリアライズドビュー、コピーパイプ、接続、SQLのベストプラクティス、重複排除パターンを含む13のルールカテゴリをカバー。ローカルファイルを信頼できる情報源とし、MergeTreeをデフォルトのテーブルエンジンとし、厳格なパラメータ処理を伴うSELECT専用SQLを重視。最適化戦略を提供:フィルタ...
official
tinybird-python-sdk-guidelines
tinybirdco
Tinybird Python SDKは、Pythonでデータソース、パイプ、クエリを定義するためのものです。tinybird-sdk、Python Tinybirdプロジェクト、またはデータ取り込みなどで使用します。
official
tinybird-typescript-sdk-guidelines
tinybirdco
Tinybird TypeScript SDKは、データソース、パイプ、クエリを完全な型推論で定義するためのものです。@tinybirdco/sdk、TypeScript Tinybird…を扱う際に使用します。
official