You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2013/06/05 02:25:24 UTC

[2/2] git commit: updated instrucitons on how to use verbose mode from CL, bumped to npm version 2.8.3

updated instrucitons on how to use verbose mode from CL, bumped to npm version 2.8.3


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

Branch: refs/heads/master2
Commit: bddae62ca90a4de2bb305d30976b6b0c209d30af
Parents: 4a8e13b
Author: Fil Maj <ma...@gmail.com>
Authored: Tue Jun 4 17:25:16 2013 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Tue Jun 4 17:25:16 2013 -0700

----------------------------------------------------------------------
 README.md    |    3 +++
 package.json |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/bddae62c/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index db232ce..2ea3da4 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,9 @@ cordova-cli has a single global `create` command that creates new cordova projec
 - `emulate [<platform> [<platform> [...]]]` launch emulators and deploy app to them. With no parameters emulates for all platforms added to the project, otherwise emulates for the specified platforms
 - `serve <platform> [port]` launch a local web server for that platform's www directory on the given port (default 8000).
 
+### Optional Flags
+
+- `-d` or `--verbose` will pipe out more verbose output to your shell. You can also subscribe to `log` and `warn` events if you are consuming cordova-cli as a node module by calling `cordova.on('log', function() {})` or `cordova.on('warn', function() {})`.
 
 # Project Directory Structure
 A Cordova application built with cordova-cli will have the following directory structure:

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/bddae62c/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 0642eb2..71f9453 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "2.8.2",
+  "version": "2.8.3",
   "preferGlobal": "true",
   "description": "Cordova command line interface tool",
   "main": "cordova",