cordova run <platform>

Run project (including prepare && compile)

Arguments

NameDescription
platformPlatform name(s) to run. If not specified, all platforms are run

Options

NameDescription
--listLists available targets. Displays both device and emulator deployment targets unless specified
--debugDeploy a debug build. This is the default behavior unless --release is specified
--releaseDeploy a release build
--noprepareSkip preparing (available in Cordova v6.2 or later)
--nobuildSkip building
--deviceDeploy to a device
--emulatorDeploy to an emulator
--target <target>Deploy to a specific target emulator/device. Use --list to display target options
--buildConfig <configFile>Use the specified build configuration file. build.json file is used to specify parameters to customize the app build process especially related to signing the package