wp-cli / config-command

Generates and reads the wp-config.php file.
MIT License
38 stars 36 forks source link

Don't require file to be writable for config has #187

Closed pwtyler closed 2 weeks ago

pwtyler commented 2 weeks ago

Allows config has to work with read-only filesystems.

Requires https://github.com/wp-cli/wp-config-transformer/pull/54

Fixes #184

Part of https://github.com/wp-cli/wp-cli/issues/5985