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:list [options]

Aliases

You can also use these shorthand aliases:
  • prv workspace-role:ls
  • prv wsrol:list
  • prv wsrol:ls

Options

OptionDescription
-s, --search[=<value>]Global keyword search for a partial string match
--name[=<value>]Filter results that partially match
--defaultOnly show roles that are attached to users by default
--no_defaultOnly show roles that are not attached to users by default
--created_before[=<value>]Filter results created before a specific date
--created_after[=<value>]Filter results created after a specific date
--json(Debug) Show the raw JSON API response
--api(Debug) Show the API endpoint and query string in the command header

Examples

List all roles

prv workspace-role:list

List default roles

prv workspace-role:list --default

List custom roles

prv workspace-role:list --no_default

Search by name

prv workspace-role:list --search="admin"