> ## Documentation Index
> Fetch the complete documentation index at: https://braintrust.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# bt update

> Update the bt CLI binary in place.

`bt update` updates the CLI binary in place. It works for installs made with the standalone shell or PowerShell installer.

```bash theme={"theme":{"light":"github-light","dark":"github-dark-dimmed"}}
bt update
bt update --check
bt update --channel canary
```

If you installed `bt` with [mise](/docs/reference/cli/quickstart#install-with-mise) or [npm](/docs/reference/cli/quickstart#install-with-npm), update `bt` with that package manager instead.

## Flags

| Flag                                     | Description                                   |
| ---------------------------------------- | --------------------------------------------- |
| `--check`                                | Check for updates without installing          |
| `--channel stable` or `--channel canary` | Update channel. Defaults to the build channel |

If GitHub rate-limits an update check, set `GITHUB_TOKEN` in the environment.
