Skip to content

WP-CLI Community Package of BuddyPress commands

License

Notifications You must be signed in to change notification settings

buddypress/wp-cli-buddypress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
Jan 24, 2014
Jan 24, 2014
Jan 24, 2014
Jan 24, 2014
Jan 24, 2014

Repository files navigation

wp-cli-buddypress

WP-CLI commands for use with BuddyPress. Currently supported commands:

  • bp group_create -- Create new BuddyPress groups.
  • bp group_add_member -- Add a member to a BuddyPress group.
  • bp member_generate -- Create lots of site members, with the proper BP metadata.

Why doesn't this do x?

Because I haven't built it yet. I'm filling in commands as I need them, which means that they are largely developer-focused. I'll fill in more commands as I need them. Pull requests will be enthusiastically received.

System Requirements

  • PHP >=5.3
  • Composer
  • wp-cli

Setup

Changelog

1.0

  • Initial release