[ 
https://issues.apache.org/jira/browse/CB-9955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Darryl Pogue closed CB-9955.
----------------------------
    Resolution: Won't Fix
      Assignee: Darryl Pogue

Now that we are using npm for managing cordova platforms/plugins and they are 
saved to package.json, you should be able to just use {{npm outdated}} instead 
of needing a cordova-specific command.

> Cordova CLI to have outdated command
> ------------------------------------
>
>                 Key: CB-9955
>                 URL: https://issues.apache.org/jira/browse/CB-9955
>             Project: Apache Cordova
>          Issue Type: New Feature
>          Components: cordova-cli
>    Affects Versions: Master
>            Reporter: Carlos Santana
>            Assignee: Darryl Pogue
>            Priority: Minor
>
> I would like to have a cordova command "outdated"
> It will be similar to "npm outdated" https://docs.npmjs.com/cli/outdated
> But tailor to cordova projects
> It will print columns with versions for platforms and plugins present in the 
> project and the cli
> For each one will print the following columns
> - Current (the current version)
> - Wanted (meaning is there is a plugin or platform specified in config,xml)
> - Latest (latest available from npm registry)
> - Pinned (the version that is pinned to the current cordova cli running the 
> command)
> If pacakge name starts with "cordova-" it will be removed printing the rest
> $cordova outdated
> Package          Current     Wanted   Latest  Pinned
> -----------           ----------    -----------   --------- ----------
> cli                      5.3.3        N/A         5.4.0    N/A
> ios                     3.8.0        3.9.1       3.9.2   3.9.0 
> android              .....
> plugin-camera   ....
> plugin-device    ....



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to