tinybird-cli-guidelines
Original:🇺🇸 English
Translated
Tinybird CLI commands, workflows, and operations. Use when running tb commands, managing local development, deploying, or working with data operations.
20installs
Added on
NPX Install
npx skill4agent add tinybirdco/tinybird-agent-skills tinybird-cli-guidelinesTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Tinybird CLI Guidelines
Guidance for using the Tinybird CLI (tb) for local development, deployments, data operations, and workspace management.
When to Apply
- Running any command
tb - Local development with Tinybird Local
- Building and deploying projects
- Appending, replacing, or deleting data
- Managing tokens and secrets via CLI
- Generating mock data
- Running tests
Rule Files
rules/cli-commands.mdrules/build-deploy.mdrules/local-development.mdrules/data-operations.mdrules/append-data.mdrules/mock-data.mdrules/tokens.mdrules/secrets.md
Quick Reference
- CLI commands by default target Local; use to target Cloud.
tb --cloud <command> - Use to check CLI context.
tb info - Use to target a specific branch in Cloud.
tb --branch <branch-name> <command> - Never invent commands or flags; run to verify.
tb <command> --help