Setup & Installation
What This Skill Does
Covers the Tinybird CLI (tb) for local development, deployments, data operations, and workspace management. Includes guidance on the CLI 4.0 workflow with `tb build` and `tb deploy`, token and secrets management, mock data generation, and running tests.
Instead of guessing flags or inventing commands, the skill maps the exact CLI 4.0 workflow so you get the right `tb` invocation the first time.
When to use it
- Running `tb build` against a local or branch development environment
- Deploying a Tinybird project to Cloud production with `tb deploy`
- Appending or replacing data in a Tinybird datasource from the terminal
- Generating mock data for testing Tinybird pipes locally
- Managing API tokens and secrets through the CLI without touching the UI