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

Aliases

You can also use these shorthand aliases:
  • prv workspace-permission:ls
  • prv wsprm:list
  • prv wsprm:ls

Options

OptionDescription
-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
--json(Debug) Show the raw JSON API response
--api(Debug) Show the API endpoint and query string in the command header

Examples

List all permissions

prv workspace-permission:list

Search for permissions

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

Filter by name pattern

prv workspace-permission:list --name="workspace"