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

Aliases

You can also use these shorthand aliases:
  • prv workspace-abbreviation:ls
  • prv wsabv:list
  • prv wsabv:ls

Options

OptionDescription
-s, --search[=<value>]Global keyword search for a partial string match
--find[=<value>]Filter results that exactly match
--find_search[=<value>]Filter results that partially match
--replace[=<value>]Filter results that exactly match
--replace_search[=<value>]Filter results that partially match
-D, --deletedOnly show soft deleted (deactivated) records
--created_before[=<value>]Filter results created before a specific date
--created_after[=<value>]Filter results created after a specific date
--updated_before[=<value>]Filter results updated before a specific date
--updated_after[=<value>]Filter results updated after a specific date
--deactivated_before[=<value>]Filter results that were deactivated before a specific date
--deactivated_after[=<value>]Filter results that were deactivated 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 abbreviations

prv workspace-abbreviation:list

Search for abbreviations

prv workspace-abbreviation:list --search="mktg"

Filter by find pattern

prv workspace-abbreviation:list --find="marketing"

List deactivated

prv workspace-abbreviation:list --deleted