You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ni...@apache.org on 2016/05/10 21:46:58 UTC

docs commit: Edit commands

Repository: cordova-docs
Updated Branches:
  refs/heads/master 2581bcf7e -> bdf7fb2b5


Edit commands

Add `install`command for plugin installation.
Edit `uninstall` command. `--uninstall` not working.

 This closes #597


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

Branch: refs/heads/master
Commit: bdf7fb2b501c2e1ea793e6d65d21b4182da6e241
Parents: 2581bcf
Author: Cosmos Pham <ph...@gmail.com>
Authored: Tue May 10 02:18:34 2016 +0700
Committer: Nikhil Khandelwal <ni...@microsoft.com>
Committed: Tue May 10 14:45:53 2016 -0700

----------------------------------------------------------------------
 www/docs/en/dev/plugin_ref/plugman.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/bdf7fb2b/www/docs/en/dev/plugin_ref/plugman.md
----------------------------------------------------------------------
diff --git a/www/docs/en/dev/plugin_ref/plugman.md b/www/docs/en/dev/plugin_ref/plugman.md
index 5a80df6..b6f2cb7 100644
--- a/www/docs/en/dev/plugin_ref/plugman.md
+++ b/www/docs/en/dev/plugin_ref/plugman.md
@@ -77,7 +77,7 @@ listed on the Platform guides page.
 Once you have installed Plugman and have created a Cordova project, you can start adding plugins to the platform with:
 
 ```bash
-$ plugman --platform <ios|android|blackberry10|wp8> --project <directory> --plugin <name|url|path> [--plugins_dir <directory>] [--www <directory>] [--variable <name>=<value> [--variable <name>=<value> ...]]
+$ plugman install --platform <ios|android|blackberry10|wp8> --project <directory> --plugin <name|url|path> [--plugins_dir <directory>] [--www <directory>] [--variable <name>=<value> [--variable <name>=<value> ...]]
 ```
 
 Using minimum parameters, this command installs a plugin into a cordova project. You must specify a platform and cordova project location for that platform. You also must specify a plugin, with the different `--plugin` parameter forms being:
@@ -94,10 +94,10 @@ Other parameters:
 
 ## Remove a Plugin
 
-To uninstall a plugin, you simply pass the `--uninstall` flag and provide the plugin ID.
+To uninstall a plugin, you simply pass the `uninstall` command and provide the plugin ID.
 
 ```bash
-$ plugman --uninstall --platform <ios|android|blackberry10|wp8> --project <directory> --plugin <id> [--www <directory>] [--plugins_dir <directory>]
+$ plugman uninstall --platform <ios|android|blackberry10|wp8> --project <directory> --plugin <id> [--www <directory>] [--plugins_dir <directory>]
 ```
 
 


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