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

Aliases

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

Options

OptionDescription
-f, --format[=<value>]Output format (csv|json|yaml)
-s, --search[=<value>]Global keyword search for a partial string match
--integration_id[=<value>]Filter results for a specific integration
-d, --dimension_id[=<value>]Filter results for a specific dimension
-t, --type[=<value>]Filter results for a specific type
--name[=<value>]Filter results with an exact match (encrypted). Use —search for keyword matches.
--handle[=<value>]Filter results with an exact match (encrypted). Use —search for keyword matches.
--profile_value[=<value>]Filter results with an exact match (encrypted). Use —search for keyword matches.
-D, --deletedOnly show soft deleted (expired|deactivated) records
-S, --state[=<value>]Only show records with specific state (staged|active|expiring)
--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
--expires_before[=<value>]Filter results that will expire before a specific date
--expires_after[=<value>]Filter results that will expire after a specific date
--expired_before[=<value>]Filter results that expired before a specific date
--expired_after[=<value>]Filter results that expired 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
--deleted_before[=<value>]Filter results that were deactivated or expired before a specific date
--deleted_after[=<value>]Filter results that were deactivated or expired after a specific date
--api(Debug) Show the API endpoint and query string in the command header

Examples

Export to CSV

prv directory-attribute:export --format=csv

Export to JSON

prv directory-attribute:export --format=json

Export to YAML

prv directory-attribute:export --format=yaml

Export filtered by dimension

prv directory-attribute:export --format=csv --directory_dimension_id=drdim_01hq8xyzabc123def456ghi789

Export active attributes only

prv directory-attribute:export --format=csv --state=active

Export with date filter

prv directory-attribute:export --format=json --created_after="2024-01-01"