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

# update

> Update the clawup CLI to the latest version

Updates the clawup CLI to the latest published version on npm.

## Usage

```bash theme={null}
clawup update
```

## What It Does

Runs `npm install -g clawup@latest` to update to the newest version. The CLI also checks for updates periodically and notifies you when a new version is available.
