CLI command reference¶
Recent CLI versions removed AI-assisted command generation and introduced tb init for project setup.
tb initreplacestb createfor scaffolding projects.tb mockhas been removed. Create fixture files manually (or asking a codign agent) infixtures/.tb test createhas been removed. Create YAML tests manually (or asking a coding agent), then usetb test runandtb test update.tb --promptand interactivetbmode are no longer available.
The following list shows all available commands in the Tinybird command-line interface, their options, and their arguments.
For SDK-specific command references, see:
- TypeScript SDK CLI (
npx tinybird): TypeScript SDK CLI commands - Python SDK CLI (
tinybird): Python SDK CLI commands