WP-CLI Community Package of bbPress commands
Find a file
2018-08-02 11:08:10 -03:00
bin Travis: Updating travis.yml 2017-11-10 15:05:08 -03:00
components Notification: Fixing behat tests 2018-08-02 11:08:10 -03:00
features Renaming some commands 2018-08-02 10:00:30 -03:00
utils Behat files updated 2017-11-10 18:08:12 -03:00
.distignore Initial commit following wp-cli scaffold package 2017-01-22 18:43:08 +11:00
.editorconfig Initial commit following wp-cli scaffold package 2017-01-22 18:43:08 +11:00
.gitignore Other minor teaks 2018-05-27 17:17:03 -03:00
.travis.yml Other minor teaks 2018-05-27 17:17:03 -03:00
component.php Minor refactor 2018-05-27 16:39:56 -03:00
composer.json Package requires PHP 5.4 2018-08-02 09:44:01 -03:00
composer.lock Package requires PHP 5.4 2018-08-02 09:44:01 -03:00
README.md Renaming some commands 2018-08-02 10:00:30 -03:00
wp-cli-bbp.php Minor refactor 2018-05-27 16:39:56 -03:00
wp-cli.yml refactor: Rename main file from command.php to wp-cli-bbp.php (#1) 2017-02-02 19:55:06 +11:00

bbpress/wp-cli-bbpress

WP-CLI commands for use with bbPress

Build Status

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