Index: src/bbpress.php
===================================================================
--- src/bbpress.php	(revision 6732)
+++ src/bbpress.php	(working copy)
@@ -378,7 +378,7 @@
 		/** Admin *************************************************************/
 
 		// Quick admin check and load if needed
-		if ( is_admin() ) {
+		if ( is_admin() || defined( 'WP_CLI' ) ) {
 			require $this->includes_dir . 'admin/actions.php';
 		}
 	}
