tb create (deprecated)¶
tb create is deprecated.
Use tb init to scaffold projects.
The command is kept only for backward compatibility and prints a deprecation warning.
Replacement¶
Use tb init instead:
tb init --type cli
Common equivalents:
- Choose project folder:
tb init --folder tinybird - Set development mode:
tb init --dev-mode manual - Generate CI/CD templates:
tb init --cicd githubortb init --cicd gitlab
Options¶
| Option | Description |
|---|---|
| -h, --help | Shows the help message. |
Environment support¶
| Environment | Supported | Description |
|---|---|---|
--local | ✓ Yes (implicit) | The deprecation notice is shown locally. |
--cloud | ✗ No | Not supported. |
--branch=BRANCH_NAME | ✗ No | Not supported. |