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

Aliases

You can also use these shorthand aliases:
  • prv workspace-device:ls
  • prv wsdev:list
  • prv wsdev:ls

Options

OptionDescription
-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
--json(Debug) Show the raw JSON API response
--api(Debug) Show the API endpoint and query string in the command header

Examples

List all devices

prv workspace-device:list

List for specific user

prv workspace-device:list --workspace_user_id=wsusr_01hq8xyzabc123def456ghi789

Filter by platform

prv workspace-device:list --os_platform="darwin"

List deactivated devices

prv workspace-device:list --deleted