summaryrefslogtreecommitdiffstats
path: root/core/command/config
Commit message (Expand)AuthorAgeFilesLines
* Use constants for the output formatsJoas Schilling2015-07-171-1/+1
* Add app and config name to error messagesJoas Schilling2015-07-164-5/+5
* Use json_pretty as default for the config lists (for easier export/import)Joas Schilling2015-07-161-5/+2
* Invert the "public" to a "private" methodJoas Schilling2015-07-071-3/+3
* Make it possible to import exportet app/system configsJoas Schilling2015-07-071-2/+8
* Fix typo in command descriptionJoas Schilling2015-07-072-2/+2
* Add commands to get, set and delete app config valuesJoas Schilling2015-07-076-3/+266
* Allow reading from stdinJoas Schilling2015-07-071-5/+36
* Add a command to import an json array into the configJoas Schilling2015-07-071-0/+164
* Add a command to delete a system configJoas Schilling2015-07-073-2/+75
* Add a command to get a config valueJoas Schilling2015-07-071-0/+88
* Add a command to set a system config valueJoas Schilling2015-07-071-0/+83
* Split the system from the app configJoas Schilling2015-07-071-3/+5
* Fix no valueJoas Schilling2015-07-071-2/+2
* Add an option to exclude sensitive values (e.g. for reports)Joas Schilling2015-07-071-4/+34
* Add a command to list existing configsJoas Schilling2015-07-071-0/+103