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

Aliases

You can also use these shorthand aliases:
  • prv wsrol:export

Options

OptionDescription
-f, --format[=<value>]Output format (csv|json|yaml)
-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
--api(Debug) Show the API endpoint and query string in the command header

Examples

Export all roles to CSV

prv workspace-role:export --format=csv

Export default roles to JSON

prv workspace-role:export --format=json --default

Export custom roles

prv workspace-role:export --format=csv --no_default