Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.provisionr.io/llms.txt

Use this file to discover all available pages before exploring further.

Usage

prv workspace-role:create [options]

Aliases

You can also use these shorthand aliases:
  • prv workspace-role:new
  • prv wsrol:create
  • prv wsrol:new

Options

OptionDescription
--name[=<value>]The name of the role
-D, --defaultGrant to all users by default
--api(Debug) Show the API endpoint and query string in the command header

Examples

Create a custom role

prv workspace-role:create --name="it.helpdesk"

Create a default role

prv workspace-role:create --name="security.audit" --default

Interactive creation

Opens an interactive form to create a new role.
prv workspace-role:create