You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2016/06/04 00:42:12 UTC

docs commit: Update platform/plugin versioning

Repository: cordova-docs
Updated Branches:
  refs/heads/master 19a8f615c -> 367482539


Update platform/plugin versioning

Remove cordova plugin update (this command does not seem to exist)

 This closes #608


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/36748253
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/36748253
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/36748253

Branch: refs/heads/master
Commit: 3674825398a850edffcd6925109f0b28be777dea
Parents: 19a8f61
Author: Caryn Tran <ca...@berkeley.edu>
Authored: Thu Jun 2 15:47:15 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Jun 3 17:42:07 2016 -0700

----------------------------------------------------------------------
 www/docs/en/dev/platform_plugin_versioning_ref/index.md | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/36748253/www/docs/en/dev/platform_plugin_versioning_ref/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/dev/platform_plugin_versioning_ref/index.md b/www/docs/en/dev/platform_plugin_versioning_ref/index.md
index 00e3deb..b9eb822 100644
--- a/www/docs/en/dev/platform_plugin_versioning_ref/index.md
+++ b/www/docs/en/dev/platform_plugin_versioning_ref/index.md
@@ -144,18 +144,15 @@ $ cordova plugin save
 ```
 
 
-### Updating / Removing plugins
-It is also possible to update/delete from config.xml during the commands 'cordova plugin update' and 'cordova plugin remove' :
+### Removing plugins
+It is also possible to delete from config.xml during the command 'cordova plugin remove' :
 
 ```bash
-$ cordova plugin update <plugin[@<version>] | directory | git_url> --save
+
 $ cordova plugin remove <plugin> --save
 ```
-Some examples :
+For example:
 
-  * **'cordova plugin update cordova-plugin-console --save'** => In addition to updating the console plugin to the pinned version, update config.xml entry
-  * **'cordova plugin update cordova-plugin-console@0.2.13 --save'** => In addition to updating the android plugin to version 3.8.0, update config.xml entry
-  * **'cordova plugin update /path/to/console/plugin --save'** => In addition to updating the console plugin to version in the folder, update config.xml entry
   * **'cordova plugin remove cordova-plugin-console --save'** => Removes the console plugin from the project and deletes its entry from config.xml.
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org