joshtemple / lkml

A speedy LookML parser & serializer implemented in pure Python.
MIT License
166 stars 31 forks source link

Add cli options to output lookml #88

Open remisalmon opened 9 months ago

remisalmon commented 9 months ago

Thanks for lkml, it would be great to have the option in the command line to output the parsed LookML in LookML format (in addition to JSON). Even better if lkml could format .lkml files in place with its own output.

I can work on a pull request to add those if this is not too out of scope?

joshtemple commented 9 months ago

That would be awesome! I would gladly review a PR for this.

remisalmon commented 8 months ago

Hi @joshtemple I opened a PR at https://github.com/joshtemple/lkml/pull/89 if you want to take look (I could not request a review from there). Thanks!