wp role create
Creates a new role.
Synopsis
bash
wp role create <role-key> <role-name> [--clone=<role>]Options
[–clone=
Examples
bash
# Create role for Approver
$ wp role create approver Approver
Success: Role with key 'approver' created.
# Create role for Product Administrator
$ wp role create productadmin "Product Administrator"
Success: Role with key 'productadmin' created.