Github user stevengill commented on a diff in the pull request:
https://github.com/apache/cordova-cli/pull/267#discussion_r112310792
--- Diff: doc/config.txt ---
@@ -0,0 +1,20 @@
+Synopsis
+
+ cordova-cli config <command> [options]
+
+
+The config command can be used to set, get, delete, and edit the
+contents of the user files.
+
+Options
+--set <key> <value> .............................. Sets the config key to
the
value.If
value is omitted,
then it sets it to "true".
+--get <key> ...................................... Echo the config value
to
stdout.
+--delete <key> ................................... Deletes the key from
all
configuration files.
+--edit ........................................... Opens the config file
in an
editor.
+
+Example
+
+cordova-cli config set <key> <value> --> cordova config set autosave true
+cordova-cli config get <key> --> cordova config get autosave
+cordova-cli config delete <key> --> cordova config delete
autosave
+cordova-cli config edit --> cordova config edit
--- End diff --
is tabbing of the arrows a little off here?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]