Property Commands
uac property
Property management commands, allowing users to list, create, update, and delete Properties
uac property [OPTIONS] COMMAND [ARGS]...
get
Retrieves information on a specific Property
uac property get [OPTIONS] propertyname=value
Options
- -o, --output <output>
- -s, --select <select>
select which field to be returned. JSONPATH
Arguments
- propertyname=value
Required argument(s)
list
Retrieves information on all Properties
uac property list [OPTIONS]
Options
- -o, --output <output>
- -s, --select <select>
select which field to be returned. JSONPATH
- -f, --format <table>
Output format (json or table). Defaults to output_options.default_stdout_format in config.yml.
- Options:
json | table
- -c, --columns <table_fields>
Comma-separated list of field names to display in table output. Supports dot notation for nested fields (e.g. name.label). Example: name,description,type
Arguments
update
Modifies the specified Property
uac property update [OPTIONS] propertyname=name value=value
Options
- -o, --output <output>
- -s, --select <select>
select which field to be returned. JSONPATH
Arguments
- propertyname=name value=value
Optional argument(s)