---
title: tb pull
meta:
    description: Download the latest version of your datafiles from a Tinybird Workspace to your local project.
---

# tb pull

Downloads the latest version of your datafiles from a Tinybird Workspace to your local project. If local files have been modified, you will be prompted to overwrite them.

## Example

```bash
tb pull
```

## Options

{% table %}
  * Option
  * Description
  ---
  * --only-vendored
  * Only download and update vendored files.
  ---
  * -f, --force
  * Overwrite existing files without prompting for confirmation.
  ---
  * --fmt
  * Format files before saving.
{% /table %}
