WP-CLI is a set of command-line tools for managing WordPress installations.
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.
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.
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
.
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
- 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.