Skip to content

Latest commit

 

History

History

liquid-json

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

common/liquid-json

A component for rendering liquid templates as structured JSON.

Operations

render

Operation Configuration

Name Type Description
template object

Inputs

Name Type Description
input object

Outputs

Name Type Description
output object

Usage

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"