Skip to content

Latest commit

 

History

History

jinja

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

common/jinja

This is generated documentation for the jinja component.

Operations

render

Operation Configuration

Name Type Description
template string

Inputs

Name Type Description
data object

Outputs

Name Type Description
output string

Usage

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"