---
title: tb update
meta:
    description: Update the Tinybird CLI to the latest version
---

# tb update

Updates the CLI to the latest version. Requires `tb local start`.

```shell
tb update

» Updating Tinybird CLI...
✓ Tinybird CLI updated
```

If you can't update for some reason, manually reinstall the CLI:

{% snippet title="install-tinybird-forward" /%}

## Environment support

{% table %}
  * Environment
  * Supported
  * Description
  ---
  * `--local`
  * ✗ No
  * Updates the CLI binary globally.
  ---
  * `--cloud`
  * ✗ No
  * Updates the CLI binary globally.
  ---
  * `--branch=BRANCH_NAME`
  * ✗ No
  * Updates the CLI binary globally.
{% /table %}
