blob: 650bf96cc8bb148e2a08ee14a08e07594ea21d81 [file] [log] [blame]
Synopsis
cordova-cli platform <command> [options]
Manage project platforms
add <name>|<directory> [...] ...... add specified platforms
directory is a directory containing a platform
name of platform to be retrieved from npm registry
--usegit ...................... retrieve from git instead of npm registry
remove <platform> [...] ........... remove specified platforms
list .............................. list all installed and available platforms
update <platform> ................. update the version of Cordova used for a specific
platform; use after updating the CLI.
--usegit ...................... retrieve platform from git instead of npm registry
check ............................. list platforms which can be updated by `cordova-cli platform update`
aliases:
platforms -> platform
rm -> remove
ls -> list