Version 1.1.8
-
New commands added: [#44]
wp config has <key>
wp config set <key> <value>
wp config delete <key>
-
Major changes to existing commands: [#42]
wp config get <key>
retrieves the value of the requested config key.wp config list
produces a list of all config variables, constants and included files
-
Backward compatibility with old syntax [#45].
-
Documentation improvements [#40].