Thanks to visit codestin.com
Credit goes to officialskills.sh

Back to skills

tinybird-cli-guidelines

Covers the Tinybird CLI (tb) for local development, deployments, data operations, and workspace management.

Setup & Installation

npx skills add https://github.com/tinybirdco/tinybird-agent-skills --skill tinybird-cli-guidelines
or paste the link and ask your coding assistant to install it
https://github.com/tinybirdco/tinybird-agent-skills/tree/main/skills/tinybird-cli-guidelines
View on GitHub

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