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

Aliases

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

Options

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

Examples

Export all to CSV

prv workspace-abbreviation:export --format=csv

Export to JSON

prv workspace-abbreviation:export --format=json

Export with search filter

prv workspace-abbreviation:export --format=csv --search="mktg"

Export by find pattern

prv workspace-abbreviation:export --format=csv --find="marketing"