tb create

Creates an empty data project with predefined folders, CI configuration files, and a git repository.

Pass the --prompt flag to generate a customized starter project based on your prompt.

Options

OptionDescription
--prompt STRINGPrompt to generate a customized initial project.
--folder PATHPath that will contain the Tinybird project files. Dotfiles are created in project's root.
--data PATHCreates a data project based on the files in the specified directory
--agentCreates rules for an LLM agent. Supported values are cursor and windsurf. The default value is cursor.
Updated