> ## 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.

# mobile:upgrade

> Upgrade a NativePHP Mobile project to the latest structure

The `mobile:upgrade` command publishes the plugin provider, lists plugins, and runs NativePHP install.

## Command

Syntax:

```bash theme={null}
nativecli mobile:upgrade [OPTIONS]
```

## Options

### --skip-install

Skip running `native:install`.

### --run

Launch `native:run` after the upgrade.

### --force, -f

Force `native:install` (if supported).

## Example

```bash theme={null}
nativecli mobile:upgrade --run
```

## See Also

* [plugin:provider command](/commands/plugin-provider) - Publish the plugin service provider
* [plugin:list command](/commands/plugin-list) - Review installed plugins
