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

Aliases

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

Options

OptionDescription
-f, --format[=<value>]Output format (csv|json|yaml)
-s, --search[=<value>]Global keyword search for a partial string match
-i, --id[=<value>]Filter results that partially match
--name[=<value>]Filter results that partially match
--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 to CSV

prv workspace-permission:export --format=csv

Export to JSON

prv workspace-permission:export --format=json

Export with search filter

prv workspace-permission:export --format=csv --search="admin"

Export by name pattern

prv workspace-permission:export --format=csv --name="workspace"