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

Aliases

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

Options

OptionDescription
-f, --format[=<value>]Output format (csv|json|yaml)
-s, --search[=<value>]Global keyword search for a partial string match
-u, --workspace_user_id[=<value>]Filter results for a specific auth user
--app_composer_path[=<value>]Path to the app composer.json file
--app_composer_version[=<value>]Version of the app composer.json file
--app_cli_version[=<value>]Version of Provisionr Workspace CLI client
--app_php_path[=<value>]Path to the app php.ini file
--app_php_version[=<value>]Version of the app php.ini file
--ip_address[=<value>]IP address of the authenticated device
--os_chipset[=<value>]OS chipset of the authenticated device
--os_platform[=<value>]OS platform of the authenticated device
--os_version[=<value>]OS version of the authenticated device
--os_hostname[=<value>]User hostname of the authenticated device
--os_serial[=<value>]Serial number of the authenticated device
--os_uuid[=<value>]UUID of the authenticated device
--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
--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
--deletedOnly show records that have been deactivated or expired
--api(Debug) Show the API endpoint and query string in the command header

Examples

Export all to CSV

prv workspace-device:export --format=csv

Export to JSON

prv workspace-device:export --format=json

Export for specific user

prv workspace-device:export --format=csv --workspace_user_id=wsusr_01hq8xyzabc123def456ghi789

Export by platform

prv workspace-device:export --format=csv --os_platform="darwin"