28mm / blast-radius

Interactive visualizations of Terraform dependency graphs using d3.js
https://28mm.github.io/blast-radius-docs/
MIT License
2.04k stars 258 forks source link

Feature Request: Better error reporting in --serve mode #13

Open 28mm opened 6 years ago

28mm commented 6 years ago

Blast Radius , when launched in --serve mode, does some pretty weak error reporting, and does nothing to help users resolve problems. It asks the user to look into several possible issues, rather than checking itself...

To observe the current (undesired) behavior, run Blast Radius in an empty directory:

[...]$ mkdir tmp
[...]$ cd tmp
[...]$ blast-radius --serve

A short list of tests/checks to automate:

The error page could link to relevant documentation, including the Blast Radius online documentation at https://28mm.github.io/blast-radius-docs