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
52 stars 2 forks source link

Implement find_in_parent for arbitrary targets #181

Open robcxyz opened 10 months ago

robcxyz commented 10 months ago

Used to have this functionality in 0.5 but now it needs to be reimplemented.

Would allow dir like this:

/foo some-file.yaml /exec-dir

And so in exec-dir running:

tackle some-file.yaml --find-in-parent 

Would then run some-file.yaml

Kind of useful but not core right now. Just need to flow all the logic through. Lets pass all tests first before adding