mirror of
https://ghproxy.net/https://github.com/bbpress/wp-cli-bbpress.git
synced 2025-08-17 19:01:10 +08:00
WP-CLI Community Package of bbPress commands
bin | ||
components | ||
features | ||
utils | ||
.distignore | ||
.editorconfig | ||
.gitignore | ||
.travis.yml | ||
component.php | ||
composer.json | ||
composer.lock | ||
README.md | ||
wp-cli-bbp.php | ||
wp-cli.yml |
bbpress/wp-cli-bbpress
WP-CLI commands for use with bbPress
These commands may be in flux, as we work toward a potential merge into bbPress. See https://bbpress.trac.wordpress.org/ticket/3058.
Please use and provide feedback!
System Requirements
- PHP >=5.4
- wp-cli >=0.23.0
- bbPress trunk (development version).
Setup
- Install wp-cli
- Install wp-cli-bbpress. Manuall installation is recommended, though Composer installation should work too. See https://wp-cli.org/package-index/ for information.
- Inside of a WP installation, type
wp bbp
. You should see a list of available commands.
Changelog
1.1
wp-cli-bbpress
requires PHP 5.4- Renamed some commands
1.0
- Initial release