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

Aliases

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

Options

OptionDescription
-f, --format[=<value>]Output format (csv|json|yaml)
-s, --search[=<value>]Global keyword search for a partial string match
--primaryFilter results to show the primary directory source
--not_primaryFilter results to show all directory sources except the primary
--vendor[=<value>]Filter results with an exact match. Use —search for keyword matches.
--handle[=<value>]Filter results with an exact match. Use —search for keyword matches.
--domain[=<value>]Filter results with an exact match. Use —search for keyword matches.
--sync_enabledFilter results based on whether the sync is enabled
--sync_disabledFilter results based on whether the sync is disabled
--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
-D, --deletedOnly show soft deleted (expired|deactivated) records
--api(Debug) Show the API endpoint and query string in the command header

Examples

Export all integrations to CSV

prv workspace-integration:export --format=csv

Export to JSON format

prv workspace-integration:export --format=json

Export to YAML format

prv workspace-integration:export --format=yaml

Export filtered by vendor

prv workspace-integration:export --format=csv --vendor=google

Export only primary integration

prv workspace-integration:export --format=json --primary

Export with sync enabled filter

prv workspace-integration:export --format=csv --sync_enabled