---
title: "CLI update command"
sidebarTitle: "Update"
description: "Use these options when using the `update` CLI command."
---
Run the command like this:
```bash npm
npx trigger.dev@latest update
```
```bash pnpm
pnpm dlx trigger.dev@latest update
```
```bash yarn
yarn dlx trigger.dev@latest update
```
## Options
The CLI log level to use. Options are `debug`, `info`, `log`, `warn`, `error`, and `none`. This
does not affect the log level of your trigger.dev tasks. Defaults to `log`.
Opt-out of sending telemetry data.
## Standard options
Shows the help information for the command.