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¶
Option | Description |
---|---|
--prompt STRING | Prompt to generate a customized initial project. |
--folder PATH | Path that will contain the Tinybird project files. Dotfiles are created in project's root. |
--data PATH | Creates a data project based on the files in the specified directory |
--agent | Creates rules for an LLM agent. Supported values are cursor and windsurf . The default value is cursor . |