GitHub user gorkem opened a pull request: https://github.com/apache/cordova-cli/pull/165
CB-6469 - Restore plugins from config.xml Adds a save command to save the state of the installed plugins. Changes prepare so that config.xml is read and any missing plugins are installed. Adds some tests for the new features You can merge this pull request into a Git repository by running: $ git pull https://github.com/gorkem/cordova-cli plugin-reprovision Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-cli/pull/165.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #165 ---- commit e424693dfb556771e308a2129881fe1cedc1d247 Author: Gorkem Ercan <gorkem.er...@gmail.com> Date: 2014-04-17T00:33:22Z Initial implementation for automatic plugin installation Modifies prepare phase so that all features(plugins) that are in the config.xml are added as plugins to the project. Also adds a new save command to CLI which persists the currently added features to config.xml. Also adds a new function to ConfigParser for adding features. commit d8dfaadaa4cdf96692093bc96bfe33a01d39026c Author: Gorkem Ercan <gorkem.er...@gmail.com> Date: 2014-04-17T20:49:14Z initial set of tests add tests for new save command and adds test for the ConfigParser.addFeature ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---