Component - getFullyResolvedPropertyValue
Component - getFullyResolvedPropertyValue
Description :
This command returns the fully resolved value of a given property in a given component. Using dot notation, you can get a nested property value within a component, as shown in the example below.
Return type : String
Command Input :
Variable Name | Variable Type | Description |
|---|---|---|
objectKey | DBKey | Handle to the component. |
propertyName | String | Name of the property whose value you want to get. |
Example
The following example gets the fully resolved property value of the nested property SUB_PROP, which resides within the property COMPONENT_PROP. COMPONENT_PROP is a property of a component whose DBKey value is saved in the variable component_key:
Script
blcli Component getFullyResolvedPropertyValue NAMED_OBJECT=component_key COMPONENT_PROP.SUB_PROP
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*