tb

tb is the root command for the Tinybird CLI.

Usage

Run tb without a subcommand to see help:

tb

Use subcommands for specific actions, for example:

tb init
tb build
tb deploy
tb test run

tb --prompt and interactive AI mode are no longer available.

Common root options

Global options are passed before the subcommand. For example:

tb --cloud deploy
tb --branch=my_feature build
tb --output json deployment ls

Examples

tb --help
tb --version
tb init --type cli --dev-mode manual
tb --cloud deploy

For the full list of global flags, see Global options.

Environment support

EnvironmentSupportedDescription
--local✓ YesSelects Tinybird Local as the target for the subcommand.
--cloud✓ YesSelects Tinybird Cloud as the target for the subcommand.
--branch=BRANCH_NAME✓ YesSelects a Tinybird branch as the target for the subcommand.
Updated