Bootstrap your project with templates

You can now access curated templates directly from the Quickstart Page in your Workspace UI. These templates help you bootstrap your projects quickly with pre-built solutions for common use cases.

Use the tb --cloud deploy --template <url> command to deploy a new project based on a template to Tinybird Cloud. See the tb deployment create command reference.

Templates in Quickstart

Clean up your local Workspace

Available in the Tinybird Forward CLI, tb workspace clear will remove all data and resources from your local Workspace. It is useful when you want a fresh start after working with tb build or tb dev.

Improvements and bug fixes

  • [Forward]: tb workspace delete deletes local Workspaces if no environment flag is provided.
  • [Forward]: Running deprecated commands no longer requires Tinybird Local to be running.
  • [Forward]: Fixed tb dev not detecting changes in resources in the root directory.