ptahdunbar / wp-cli
A forked and maintained wp-cli/wp-cli package
Requires
- php: >=5.3.2
- mustache/mustache: ~2.4
- nb/oxymel: 0.1.0
- rhumsaa/array_column: ~1.1
- rmccue/requests: ~1.6
- symfony/finder: ~2.3
- wp-cli/php-cli-tools: 0.9.5
Requires (Dev)
- behat/behat: 2.5.*
- phpunit/phpunit: 3.7.*
Suggests
- psy/psysh: Enhanced `wp shell` functionality
This package is not auto-updated.
Last update: 2026-06-24 16:28:09 UTC
README
WP-CLI is a set of command-line tools for managing WordPress installations.
Installing
If you just want to use WP-CLI, see http://wp-cli.org/#install.
If you want to hack on WP-CLI, see CONTRIBUTING.md.
Where can I get more info?
For documentation and examples, check out wp-cli.org and the wiki.
Also, WordPress Answers has a growing list of WP-CLI related questions.
If you want to receive an email for every single commit, you can subscribe to the wp-cli-commits mailing list.
I'm running into troubles, what can I do?
To suggest a feature, report a bug, or general discussion, visit the issues section.
If you're reporting a bug, please also post the output from wp --info.
Credits
Besides the libraries defined in composer.json, we have used code or ideas from the following projects:
- Drush for... a lot of things
- wpshell for
wp shell - Regenerate Thumbnails for
wp media regenerate - Search-Replace-DB for
wp search-replace - WordPress-CLI-Exporter for
wp export - WordPress-CLI-Importer for
wp import - wordpress-plugin-tests for
wp scaffold plugin-tests
Who's behind this thing?
- Andreas Creten - founder
- Cristi Burcă - previous maintainer
- Daniel Bachhuber - current maintainer
For more info, see Governance.
A complete list of contributors can be found here.