Role


List

List available roles.

$ wireshell role:list

Examples

List all roles.

$ wireshell role:list

  - editor
  - guest
  - newsletter
  - superuser

Create

Create new role(s) with the given parameters.

$ wireshell role:create {role-name,role-name}

Examples

Create a new role.

$ wireshell role:create editor

Role 'editor' created successfully!

Delete

Delete role(s) with the given parameters.

$ wireshell role:delete {role-name,role-name}

Examples

Delete a role.

$ wireshell role:delete editor

Role 'editor' deleted successfully!