Skip to main content

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.

The build command wraps native:run and lets you choose a build type.

Command

Syntax:
nativecli build [OPTIONS]

Options

—build

Build type to use. Accepted values: debug or release. Default: debug.

Example

Run a release build:
nativecli build --build=release

See Also

  • jump command - Preview on devices quickly with NativePHP Jump