tb deployment

Deploys your project to the Tinybird platform. Run using --cloud to deploy to Tinybird Cloud.

The following subcommands are available:

SubcommandDescription
create [OPTIONS]Validates and deploy the project in Tinybird.
lsLists all the deployments of your project.
promotePromotes last deploy to ready and remove old one.
rollbackRollbacks to the previous deployment.

tb deployment create

Validates and deploy the project in Tinybird. Run using --cloud to deploy to Tinybird Cloud.

You can also tb deploy as an alias of tb deployment create.

OptionDescription
--wait / --no-waitWaits for the deployment to finish. Defaults to not waiting.
--auto / --no-autoAutomatically promotes the deployment. Only works if --wait is used.
--check / --no-checkValidate the deployment before creating it. Disabled by default.
Updated