HEX
Server: LiteSpeed
System: Linux node612.namehero.net 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
User: dfwparty (1186)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: //home/dfwparty/dfwchat.net/wp-content/plugins/buddyboss-platform/cli/components/group-create.md
#	wp bp group create

Create a group.

## OPTIONS

--name=<name>
: Name of the group.

[--slug=<slug>]
: URL-safe slug for the group. If not provided, one will be generated automatically.

[--description=<description>]
: Group description.
\---
Default: 'Description for group "[name]"'
\---

[--creator-id=<creator-id>]
: ID of the group creator.
\---
Default: 1
\---

[--slug=<slug>]
: URL-safe slug for the group.

[--status=<status>]
: Group status (public, private, hidden).
\---
Default: public
\---

[--enable-forum=<enable-forum>]
: Whether to enable legacy bbPress forums.
\---
Default: 0
\---

[--date-created=<date-created>]
: MySQL-formatted date.
\---
Default: current date.
\---

[--silent]
: Whether to silent the group creation.

[--porcelain]
: Return only the new group id.

## EXAMPLES

    $ wp bp group create --name="Totally Cool Group"
    Success: Group (ID 5465) created: http://example.com/groups/totally-cool-group/

    $ wp bp group create --name="Another Cool Group" --description="Cool Group" --creator-id=54 --status=private
    Success: Group (ID 6454)6 created: http://example.com/groups/another-cool-group/