Agent Skills
› MapleTechLabs/maple
› tinybird-cli-guidelines
tinybird-cli-guidelines
GitHub提供Tinybird CLI使用指南,涵盖本地开发、分支管理、部署、数据操作及CI/CD配置。指导用户正确使用tb命令进行构建、部署和测试,强调遵循官方文档,避免虚构参数。
触发场景
运行 tb 相关命令
选择开发工作流(本地或分支)
执行本地或云端部署
进行数据追加、替换或删除
管理令牌与密钥
生成模拟数据
搭建 CI/CD 流水线
安装
npx skills add MapleTechLabs/maple --skill tinybird-cli-guidelines -g -y
SKILL.md
Frontmatter
{
"name": "tinybird-cli-guidelines",
"description": "Tinybird CLI commands, workflows, and operations. Use when running tb commands, managing local development, deploying, or working with data operations."
}
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.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.
版本历史
- 01a5dc6 当前 2026-07-05 18:15


