cordova
Manage your Cordova application
Subcommands
Name | Description |
---|---|
create | Create a project |
help | Get help for a command |
telemetry | Turn telemetry collection on or off |
config | Set, get, delete, edit, and list global cordova options |
info | Generate project information |
requirements | Checks and print out all the installation requirements for platforms specified |
platform, platforms | Manage project platforms |
plugin, plugins | Manage project plugins |
prepare | Copy files into platform(s) for building |
compile | Compile project for platform(s) |
build | Build project for platform(s) (prepare + compile) |
clean | Cleanup project from build artifacts |
run | Run project (including prepare && compile) |
serve | Run project with a local webserver (including prepare) |
Options
Name | Description |
---|---|
-d, --verbose | Pipe out more verbose output to your shell. You can also subscribe to log and warn events if you are consuming cordova-cli as a node module by calling cordova.on('log', function() {}) or cordova.on('warn', function() {}) |
-v, --version | Print out the version of your cordova-cli install |
--no-update-notifier | Will disable updates check |
--nohooks | Suppress executing hooks (taking RegExp hook patterns as parameters) |
--no-telemetry | Disable telemetry collection for the current command |