* Creating models from a file borks on anything non-UTF8 (i.e. most legacy system outputs)
* `synth model inspect` output does not match the docs - how do I see the JSON?
Yes - this is a WIP. Thanks for pointing it out
> `synth model inspect` output does not match the docs - how do I see the JSON?
Ah yes this is a typo in the docs. We'll fix it up. What you're looking for is: `synth --format json model inspect <model-id> | jq`
Thanks for the feedback!
* Creating models from a file borks on anything non-UTF8 (i.e. most legacy system outputs)
* `synth model inspect` output does not match the docs - how do I see the JSON?