You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2016/08/22 18:08:02 UTC

cordova-cli git commit: Document cli - cordova plugin save

Repository: cordova-cli
Updated Branches:
  refs/heads/master 7d5109fdb -> 4935f1a55


Document cli - cordova plugin save


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

Branch: refs/heads/master
Commit: 4935f1a5534afb40b8839d4bae56bc5e5442840e
Parents: 7d5109f
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Mon Aug 22 11:06:12 2016 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Mon Aug 22 11:06:12 2016 -0700

----------------------------------------------------------------------
 doc/plugin.txt | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/4935f1a5/doc/plugin.txt
----------------------------------------------------------------------
diff --git a/doc/plugin.txt b/doc/plugin.txt
index d038127..4e45db8 100644
--- a/doc/plugin.txt
+++ b/doc/plugin.txt
@@ -11,13 +11,13 @@ Manage project plugins
 
         --noregistry ................... Don't search the registry for plugins
 
-        --link ......................... When installing from a local path, creates a symbolic link 
+        --link ......................... When installing from a local path, creates a symbolic link
                                          instead of copying files. The extent to which files are linked
                                          varies by platform. Useful for plugin development.
         --save ......................... Save the information for specified plugin into config.xml
-        --shrinkwrap ................... Used together with --save, saves the 
+        --shrinkwrap ................... Used together with --save, saves the
                                          installed version numbers to config.xml
-        --browserify ................... Compile plugin JS at build time using 
+        --browserify ................... Compile plugin JS at build time using
                                          browserify instead of runtime.
 
         --force ........................ Forces copying source files from the plugin even if the
@@ -36,8 +36,9 @@ Manage project plugins
 
 
     list .............................. List currently installed plugins
+    save .............................. Saves the information for all currently added plugins to config.xml
     search [<keyword>] [...] .......... Search http://plugins.cordova.io for plugins matching the keywords
-    
+
 Syntax
     <plugin-spec> : <pluginID>[@<version>]|<directory>|<url>[#<commit-ish>][:subdir]
 
@@ -47,7 +48,7 @@ Syntax
     <url> ............................. Url to a git repository containing a plugin.xml
     <commit-ish> ...................... Commit/tag/branch reference. If none is specified, 'master' is used
     <subdir> .......................... Sub-directory to find plugin.xml for the specified plugin.
-    
+
 Aliases
     plugins -> plugin
     rm -> remove


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