tb deploy

The tb deploy command is an alias of tb deployment create --wait --auto. Use tb deploy to create and promote a deployment to the Tinybird platform.

For example:

tb deploy    
Running against Tinybird Local

» Changes to be deployed...

-----------------------------------------------------------------
| status   | name         | path                                |
-----------------------------------------------------------------
| modified | user_actions | datasources/user_actions.datasource |
-----------------------------------------------------------------

✓ Deployment submitted successfully
Deployment is ready
Setting candidate deployment as live
Removing old deployment
Deployment promotion successfully started
Deployment promoted successfully

See tb deployment for more information.

Updated