nextcloud/tests/core/command/config
Robin McCorkell b9d384d837 occ config:system:set can now set other value types
Integers, doubles, booleans and even arrays can now be set, with the
--type=... option. Array setting can be specified by passing multiple
name arguments, e.g. `./occ config:system:set redis port --value=123
--type=integer`
2016-01-14 15:02:54 +01:00
..
app Replace deprecated method calls 2015-07-07 11:18:25 +02:00
system occ config:system:set can now set other value types 2016-01-14 15:02:54 +01:00
importtest.php Replace deprecated method calls 2015-07-07 11:18:25 +02:00
listconfigstest.php Move the filtering of sensitive data to the config class 2015-09-25 11:08:33 +02:00