
tinybird-cli-guidelines
β 19by tinybirdco Β· part of tinybirdco/tinybird-agent-skills
Tinybird CLI commands, workflows, and operations. Use when running tb commands, managing local development, deploying, or working with data operations.
This is the playbook your agent receives when the skill activates β you don't need to read it to use the skill, but it's here to audit before installing.
by tinybirdco
Tinybird CLI commands, workflows, and operations. Use when running tb commands, managing local development, deploying, or working with data operations.
npx skills add https://github.com/tinybirdco/tinybird-agent-skills --skill tinybird-cli-guidelines
Download ZIPGitHub19
Tinybird 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.md -
rules/cli-commands.md -
rules/build-deploy.md -
rules/local-development.md -
rules/branch-development.md -
rules/ci-cd.md -
rules/data-operations.md -
rules/append-data.md -
rules/mock-data.md -
rules/tokens.md -
rules/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.
npx skills add https://github.com/tinybirdco/tinybird-agent-skills --skill tinybird-cli-guidelinesRun this in your project β your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.