sudoblockio / tackle

Tackle is a programmable configuration language for building modular utilities, code generators, and CLIs with schema validation baked in.
Apache License 2.0
51 stars 2 forks source link

Filters / Pipe Operators #249

Open robcxyz opened 8 months ago

robcxyz commented 8 months ago

Filters / Pipe Operators

Allow for jinja / bash style filters / pipes

Overview


Hook1<-:

  foo: str

  bar: str  

  args: [foo]

call->: literal baz | Hook1 --bar bazz