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
- dev-master
- v0.16.0
- v0.15.1
- v0.15.0
- v0.14.1
- v0.14.0
- v0.13.0
- v0.12.1
- v0.12.0
- v0.11.2
- v0.11.1
- v0.11.0
- v0.10.2
- v0.10.1
- v0.10.0
- v0.9.1
- v0.9.0
- v0.8.0
- dev-develop
- dev-logging
- dev-theme-search
- dev-release-0.15.1
- dev-option-list
- dev-fix-travis-2
- dev-fix-upgrade-1139
- dev-scaffold-ask-for-overwrite
- dev-ghost-of-blog-installed
- dev-rewrite-no-flush
- dev-plugin-refactor
- dev-package-command-v3
- dev-custom-scaffold-template
- dev-no-svn
- dev-passthru
- dev-fourth-level-commands-642
- dev-meta-list-command
- dev-package-manager-v2
- dev-fix-594
- dev-load-wp
This package is not auto-updated.
Last update: 2024-12-25 09:13:35 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.