Releases: wp-cli/config-command
Releases · wp-cli/config-command
Version 1.1.4
Version 1.1.3
Version 1.1.2
- Adds
--constant=<constant>
or--global=<global>
towp config get
to get the value of a specific constant or global [#16].
Version 1.1.1
- Clarifies this command as a bundled command.
- Ensures
config get
andconfig path
are included in README.
Version 1.1.0
- Introduces
wp config get
to list constants and variables defined inwp-config.php
. - Introduces
wp config path
to get the path towp-config.php
. - Uses
Utils\phar_safe_path()
when generatingwp-config.php
template path, for maximum compatibility with WP-CLI installation methods.
Version 1.0.0
- Initial release.