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

`overrides` for documents #217

Open robcxyz opened 8 months ago

robcxyz commented 8 months ago

Running tackle --overrides file.yaml -p with:

file.yaml

foo: baz 

tackle.yaml

foo: bar
one: two

Should yield:

foo: baz
one: two

Same as #218 but for dcl hooks