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

# check-update

> Check for updates to NativePHP

`check-update` checks for any updates to NativePHP. It verifies the version you have installed against
the version that is available. If there is a newer version available, it will let you know.

This command will not perform an update.

## Command

Syntax:

```bash theme={null}
nativecli check-update [OPTIONS]
```

## Options

### -f, --format

By default, update status is output in `text`. For programmatic use, `json` is also a valid option:

```bash theme={null}
nativecli check-update --format json
```

## See Also

* [update command](/commands/update) - Update NativePHP to the latest version
