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

Arguments

update

Modifies the specified Property

uac property update [OPTIONS] propertyname=name value=value

Options

-o, --output <output>
-i, --input <input>

Required

-s, --select <select>

select which field to be returned. JSONPATH

Arguments

propertyname=name value=value

Optional argument(s)