Possibly, I don't really know what exactly it does and how it works internally.
--- > check = List platforms which can be updated via cordova-cli with the command > `platform update` I `cordova platform update` still really a thing? --- Is it maybe also broken anyway? `cordova platform check` returns this for me: ``` λ cordova platform check android @ 7.1.1; current did not install, and thus its version cannot be determined ios @ 4.5.5; current did not install, and thus its version cannot be determined ``` both platforms are installed as usual and work just fine. --- What `platform check` definitely does not do is cover the CLI itself and plugins, which a filtered resultset from `npm outdated` could do. [ Full content available at: https://github.com/apache/cordova-cli/issues/304 ] This message was relayed via gitbox.apache.org for [email protected]
