You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mm...@apache.org on 2014/05/21 18:00:09 UTC

[3/3] git commit: Update CLI docs for save and restore plugins

Update CLI docs for save and restore plugins


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

Branch: refs/heads/master
Commit: c75f660e32df56010c427180a82c83d196160c73
Parents: 37b1cb6
Author: Michal Mocny <mm...@gmail.com>
Authored: Wed May 21 11:59:55 2014 -0400
Committer: Michal Mocny <mm...@gmail.com>
Committed: Wed May 21 11:59:55 2014 -0400

----------------------------------------------------------------------
 doc/help.txt | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/c75f660e/doc/help.txt
----------------------------------------------------------------------
diff --git a/doc/help.txt b/doc/help.txt
index 02a3461..083fd20 100644
--- a/doc/help.txt
+++ b/doc/help.txt
@@ -52,14 +52,16 @@ Project-Level Commands
 
     serve [PORT] .............................. runs a local web server for www/ assets. Port defaults to 8000.
                                                 Access projects at: http://HOST_IP:PORT/PLATFORM/www
-    save [plugins]..............................saves the currently installed plugins to config.xml 
-          [--shrinkwrap]........................locks down plugin version to currently installed versions                         
-                                                (Note: this is an experimental command that requires --experimental 
-                                                flag to be specified)
-    restore [plugins]...........................plugins that are specified on config.xml are installed to the project
-                                                (Note: this is an experimental command that requires --experimental 
-                                                flag to be specified)
-    
+
+Experimental Commands
+
+    These commands require the --experimental flag.
+
+    save plugins .............................. save the list of currently installed plugins to config.xml
+         [--shrinkwrap] ....................... lock down plugin versions to currently installed versions
+
+    restore plugins ........................... install all plugins that are currently listed in config.xml
+
 
 Command-line Flags/Options