Blade CLI is a nice find. I saw a past iteration of this a while back in nsrosenqvist/blade-cli. Basically, it’s a cli for kinda rendering blade templates. Don’t ask why… name: {{ $name }} type: {{ $type }} blade render data.yaml --name="name" --type="type"