You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you run validate, build or any other command that validates your model, if the sourceLocation in the validation events points to a compact JSON file (say, one of the AWS specs), the CLI will output basically a bunch of blank lines which will look terrible in the terminal.
When you run
validate
,build
or any other command that validates your model, if thesourceLocation
in the validation events points to a compact JSON file (say, one of the AWS specs), the CLI will output basically a bunch of blank lines which will look terrible in the terminal.Even with a smaller JSON file, like:
Running
validate
yields:which doesn't seem very useful with the source location.
Note: it's entirely possible that I've already reported this, because I remember writing about it, but I can't find any issue for this.
The text was updated successfully, but these errors were encountered: