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

# update-check

> Check for newer versions of dovi_convert

## Synopsis

```
dovi_convert update-check
```

## Description

Checks if a newer version of dovi\_convert is available on GitHub. Displays the current version, latest available version, and a link to the releases page if an update is found.

## Options

| Option    | Description                                            |
| --------- | ------------------------------------------------------ |
| `--debug` | Generate `dovi_convert_debug.log` with detailed output |

## Examples

**Check for updates:**

```bash theme={"theme":{"light":"catppuccin-latte","dark":"catppuccin-macchiato"}}
dovi_convert update-check
```

## Automatic Update Checks

dovi\_convert automatically performs background update checks:

* When you run dovi\_convert without any command (shows usage)
* After successful completion of any command

These checks are non-blocking and don't delay command execution.

## Manual Installation

To update dovi\_convert:

1. Download the latest version from [GitHub Releases](https://github.com/cryptochrome/dovi_convert/releases)
2. Replace your existing `dovi_convert.py` file
3. Run `dovi_convert --help` to verify the new version
