---
title: tb create (deprecated)
meta:
    description: Deprecated alias for project scaffolding. Use tb init.
---

# tb create (deprecated)

{% callout type="warning" %}
`tb create` is deprecated.

Use [tb init](/forward/dev-reference/commands/tb-init) to scaffold projects.
{% /callout %}

The command is kept only for backward compatibility and prints a deprecation warning.

## Replacement

Use `tb init` instead:

```shell
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 github` or `tb init --cicd gitlab`

## Options

{% table %}
  * Option
  * Description
  ---
  * -h, --help
  * Shows the help message.
{% /table %}

## Environment support

{% table %}
  * Environment
  * Supported
  * Description
  ---
  * `--local`
  * ✓ Yes (implicit)
  * The deprecation notice is shown locally.
  ---
  * `--cloud`
  * ✗ No
  * Not supported.
  ---
  * `--branch=BRANCH_NAME`
  * ✗ No
  * Not supported.
{% /table %}
