Repository: cordova-cli
Updated Branches:
  refs/heads/master 627c98727 -> 0307a6452


CB-12591 : revised wording of config command for better clarification

 This closes #272


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

Branch: refs/heads/master
Commit: 0307a6452fc63827451378601e909c34ca9846da
Parents: b41754d
Author: Audrey So <[email protected]>
Authored: Thu Mar 23 11:01:19 2017 -0700
Committer: Steve Gill <[email protected]>
Committed: Wed Apr 19 17:22:09 2017 -0700

----------------------------------------------------------------------
 doc/readme.md | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/0307a645/doc/readme.md
----------------------------------------------------------------------
diff --git a/doc/readme.md b/doc/readme.md
index 464489a..e1e44c7 100644
--- a/doc/readme.md
+++ b/doc/readme.md
@@ -41,7 +41,7 @@ These commands are available at all times.
 | create | Create a project
 | help <command> | Get help for a command
 | telemetry | Turn telemetry collection on or off
-| config | Store and retrieve environment variables
+| config | Set, get, delete, edit, and list global cordova options
 
 ## Project Command List
 
@@ -675,7 +675,7 @@ cordova -h [command]
 
 ### Synopsis
 
-Store and retrieve environment variables.
+Set, get, delete, edit, and list global cordova options.
 
 ### Syntax
 
@@ -686,6 +686,13 @@ cordova config set <key> <value>
 cordova config get <key>
 cordova config delete <key>
 ```
+### Examples
+
+```
+cordova config set autosave false
+cordova config set browserify false
+cordova config set fetch true
+```
 
 [Hooks guide]: 
http://cordova.apache.org/docs/en/latest/guide_appdev_hooks_index.md.html
 [config.xml ref]: 
http://cordova.apache.org/docs/en/latest/config_ref/index.html


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to