This is generated documentation for the jinja component.
Name | Type | Description |
---|---|---|
template |
string |
Name | Type | Description |
---|---|---|
data |
object |
Name | Type | Description |
---|---|---|
output |
string |
Given the following configuration:
Operation configuration as op-config.json
:
{
"template": "XXX"
}
$ wick invoke common/jinja:0.1.0 render [email protected] -- --data="XXX"
Or with inline configuration:
$ wick invoke common/jinja:0.1.0 render \
--op-with='{ "template":"XXX" }' \
-- --data="XXX"