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

URL Inputs #263

Open robcxyz opened 8 months ago

robcxyz commented 8 months ago

URL Inputs

Accept generic URLs for inputs

Overview

At one point requests was removed from tackle as a requirement which didn't allow the use of http inputs. This proposal would revert that and allow calling http for both cli / hook inputs.

It would work against:

It would be used in:

Examples


tackle <some GH raw url>