Releases: wp-cli/config-command
Releases · wp-cli/config-command
Version 1.2.0
- Introduce
config editcommand [#48] - Escape
$nand\\nsequences inpreg_replace()values [wp-cli-transformer #3]
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].
Version 1.1.7
Version 1.1.6
Version 1.1.5
Version 1.1.4
Version 1.1.3
Version 1.1.2
- Adds
--constant=<constant>or--global=<global>towp config getto get the value of a specific constant or global [#16].
Version 1.1.1
- Clarifies this command as a bundled command.
- Ensures
config getandconfig pathare included in README.
Version 1.1.0
- Introduces
wp config getto list constants and variables defined inwp-config.php. - Introduces
wp config pathto get the path towp-config.php. - Uses
Utils\phar_safe_path()when generatingwp-config.phptemplate path, for maximum compatibility with WP-CLI installation methods.