tinybird-cli-guidelines
oleh tinybirdco
Perintah, alur kerja, dan operasi CLI Tinybird. Gunakan saat menjalankan perintah tb, mengelola pengembangan lokal, melakukan deployment, atau bekerja dengan operasi data.
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.
Lebih banyak skill dari tinybirdco
tinybird
tinybirdco
Aturan konfigurasi Tinybird, pola SQL, dan panduan optimasi untuk datasource, pipe, endpoint, serta materialized view. Mencakup 13 kategori aturan termasuk struktur proyek, desain datasource dan pipe, skema endpoint, materialized view, copy pipe, koneksi, praktik terbaik SQL, dan pola deduplikasi. Menekankan file lokal sebagai sumber kebenaran, MergeTree sebagai mesin tabel default, dan SQL hanya-SELECT dengan penanganan parameter yang ketat. Menyediakan strategi optimasi: filter...
official
tinybird-python-sdk-guidelines
tinybirdco
SDK Python Tinybird untuk mendefinisikan datasource, pipe, dan kueri dalam Python. Gunakan saat bekerja dengan tinybird-sdk, proyek Python Tinybird, atau injeksi data dan…
official
tinybird-typescript-sdk-guidelines
tinybirdco
SDK TypeScript Tinybird untuk mendefinisikan sumber data, pipa, dan kueri dengan inferensi tipe penuh. Gunakan saat bekerja dengan @tinybirdco/sdk, TypeScript Tinybird…
official