A component for rendering liquid templates as structured JSON.
Name | Type | Description |
---|---|---|
template |
object |
Name | Type | Description |
---|---|---|
input |
object |
Name | Type | Description |
---|---|---|
output |
object |
Given the following configuration:
Operation configuration as op-config.json
:
{
"template": "XXX"
}
$ wick invoke common/liquid-json:0.2.0 render [email protected] -- --input="XXX"
Or with inline configuration:
$ wick invoke common/liquid-json:0.2.0 render \
--op-with='{ "template":"XXX" }' \
-- --input="XXX"