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

Aliases

You can also use these shorthand aliases:
  • prv directory-dimension:new
  • prv drdim:create
  • prv drdim:new

Options

OptionDescription
--name[=<value>]The name of the dimension. This will be used to create the handle
--handle[=<value>]The handle of the dimension. The name will be used to create the handle if not set
-e, --expires_after_days[=<value>]The number of days that attributes and associated users will expire after deprecated
-A, --activateSet status to active. If not set, record will be staged.
--api(Debug) Show the API endpoint and query string in the command header

Examples

Interactive creation

prv directory-dimension:create

Create with name

prv directory-dimension:create --name="Team"

Create and activate

prv directory-dimension:create --name="Team" --activate

Create with all options

prv directory-dimension:create --name="Team" --handle=team --expires_after_days=30 --activate

Create with custom expiration

prv directory-dimension:create --name="Department" --expires_after_days=60