Skip to main content
The mobile:upgrade command publishes the plugin provider, lists plugins, and runs NativePHP install.

Command

Syntax:
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

nativecli mobile:upgrade --run

See Also