tinybird-cli-guidelines
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseTinybird CLI Guidelines
Tinybird CLI使用指南
Guidance for using the Tinybird CLI (tb) for local development, deployments, data operations, and workspace management.
本指南介绍如何使用Tinybird CLI(tb)进行本地开发、部署、数据操作及工作区管理。
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
- 运行任何命令
tb - 使用Tinybird Local进行本地开发
- 构建并部署项目
- 追加、替换或删除数据
- 通过CLI管理token和密钥
- 生成模拟数据
- 运行测试
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
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
- CLI命令默认指向本地环境;使用指向云端环境。
tb --cloud <command> - 使用查看CLI上下文信息。
tb info - 使用指向云端的特定分支。
tb --branch <branch-name> <command> - 切勿自行创建命令或参数;运行进行验证。
tb <command> --help