slackbuilds/network/wp-cli
Corrado Franco befe445ee8
network/wp-cli: Updated for version 2.12.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2025-05-12 21:05:32 +07:00
..
files
README
slack-desc
wp-cli.SlackBuild network/wp-cli: Updated for version 2.12.0. 2025-05-12 21:05:32 +07:00
wp-cli.info network/wp-cli: Updated for version 2.12.0. 2025-05-12 21:05:32 +07:00

README

WP-CLI is a set of command-line tools for managing WordPress
installations.

WP-CLI need phar extension to build and to work

Enable the phar extension in your php.ini and
disable the readonly setting for the phar extension:
   Set phar.readonly to Off

Also disable open_basedir
because likely to cause errors with wp-cli