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

Aliases

You can also use these shorthand aliases:
  • prv directory-dimension:edit
  • prv drdim:update
  • prv drdim:edit

Options

OptionDescription
-i, --id[=<value>]The ULID of the dimension
-k, --key[=<value>]The key to update
-r, --value[=<value>]The replacement value for the key
--api(Debug) Show the API endpoint and query string in the command header

Examples

Interactive update

prv directory-dimension:update --id=drdim_01hq8xyzabc123def456ghi789

Update name

prv directory-dimension:update --id=drdim_01hq8xyzabc123def456ghi789 --key=name --value="New Name"

Update handle

prv directory-dimension:update --id=drdim_01hq8xyzabc123def456ghi789 --key=handle --value=new_handle

Update expiration days

prv directory-dimension:update --id=drdim_01hq8xyzabc123def456ghi789 --key=expires_after_days --value=90

Enable attributes

prv directory-dimension:update --id=drdim_01hq8xyzabc123def456ghi789 --key=attributes_enabled --value=true