CLI validate
command hates long lines
#2491
Labels
needs-discussion
This issue/PR requires more discussion with community.
validate
command hates long lines
#2491
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: