[
https://issues.apache.org/jira/browse/CB-11752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15767490#comment-15767490
]
Dave Alden commented on CB-11752:
---------------------------------
In the meantime, an interim solution:
[cordova-check-plugins|https://github.com/dpa99c/cordova-check-plugins] enables
you to update all or specified plugins
> cordova plugins update
> ----------------------
>
> Key: CB-11752
> URL: https://issues.apache.org/jira/browse/CB-11752
> Project: Apache Cordova
> Issue Type: Improvement
> Components: CLI
> Reporter: Philipp Kursawe
> Priority: Minor
>
> Would be nice to have such a CLI command to update all or specific plugins.
> The current `rm --save` && `add --save` is sub-optimal.
> {code}
> #!/bin/bash
> PLUGINS=$(cordova plugin list | awk '{print $1'})
> for PLUGIN in $PLUGINS; do
> cordova plugin rm $PLUGIN --save && cordova plugin add $PLUGIN --save
> done
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]