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

# Update

> Check for and install FlowDeck CLI updates

Update FlowDeck from the command line.

```bash theme={null}
# Install the latest version
flowdeck update

# Check for updates only
flowdeck update --check

# JSON output
flowdeck update --check --json
```

## Options

| Option    | Short | Description                          |
| --------- | ----- | ------------------------------------ |
| `--check` |       | Check for updates without installing |
| `--json`  | `-j`  | Output as JSON                       |
