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

Aliases

You can also use these shorthand aliases:
  • prv directory-attribute:edit
  • prv dratr:update
  • prv dratr:edit

Options

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

Examples

Interactive update

prv directory-attribute:update --id=dratr_01hq8xyzabc123def456ghi789

Update name

prv directory-attribute:update --id=dratr_01hq8xyzabc123def456ghi789 --key=name --value="New Name"

Update handle

prv directory-attribute:update --id=dratr_01hq8xyzabc123def456ghi789 --key=handle --value=new_handle

Update expiration days

prv directory-attribute:update --id=dratr_01hq8xyzabc123def456ghi789 --key=expires_after_days --value=90

Update metadata

prv directory-attribute:update --id=dratr_01hq8xyzabc123def456ghi789 --key=metadata --metadata_key=custom_field --metadata_value="custom value"