Skip to content

Releases: wp-cli/config-command

Version 1.1.4

05 Aug 22:09
Compare
Choose a tag to compare
  • Generates keys/salts locally and use WordPress.org API as fallback [#25].
  • Errors early when no wp-config.php can be found [#22].
  • Updates package with latest scaffolded components [#24].
  • Uses dist: precise for PHP 5.3, dist: trusty for everything else [#26].

Version 1.1.3

06 Jul 21:25
Compare
Choose a tag to compare
  • Clarifies behavior of prompting for a specific argument in docs [#19].
  • Indicates files included by wp-config.php [#18].
  • Updates examples to reflect new wp config create [#21].

Version 1.1.2

21 Jun 00:07
Compare
Choose a tag to compare
  • Adds --constant=<constant> or --global=<global> to wp config get to get the value of a specific constant or global [#16].

Version 1.1.1

30 May 20:55
Compare
Choose a tag to compare
  • Clarifies this command as a bundled command.
  • Ensures config get and config path are included in README.

Version 1.1.0

09 May 13:40
Compare
Choose a tag to compare
  • Introduces wp config get to list constants and variables defined in wp-config.php.
  • Introduces wp config path to get the path to wp-config.php.
  • Uses Utils\phar_safe_path() when generating wp-config.php template path, for maximum compatibility with WP-CLI installation methods.

Version 1.0.0

07 Apr 17:18
Compare
Choose a tag to compare
  • Initial release.