Usage: $0 platform [command] [options] Usage: $0 platforms [command] [options] Description: Manage the platforms available to your application. The add command can accept a platform name or file path. When the name is used, the platform is retrieved from the npm registry. Commands: add add one or more specified platforms remove remove the specified platforms update update a platform to the version bundled with the CLI check list platforms that can be updated list list all installed and available platforms Options: --usegit use git instead of the npm registry Aliases: rm alias for remove command ls alias for list command Examples: $ $0 platform add android $ $0 platform add android@3.5.1 $ $0 platform add path/to/cordova-android $ $0 platform update android $ $0 platform list