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/07 03:31:13 UTC

[06/22] 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/3124223e
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/3124223e
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/3124223e

Branch: refs/heads/2.8.x
Commit: 3124223e931e58dd80eda500890de8044dea3026
Parents: 00d8853
Author: Fil Maj <ma...@gmail.com>
Authored: Tue Jun 4 17:25:16 2013 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Thu Jun 6 18:26:11 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/3124223e/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/3124223e/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",