Github user audreyso commented on a diff in the pull request:

    https://github.com/apache/cordova-cli/pull/267#discussion_r99413111
  
    --- 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 --
    
    will need to add in "ls" command


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to