Diagnose CLI should load __appsignal__.py if present
tombruijn opened this issue · 1 comments
tombruijn commented
To provide a complete picture in the diagnose report, the diagnose CLI should load the __appsignal__.py
config file. Without it, we have an incomplete configuration and can't properly diagnose it with all the information.
To do
- Load the
__appsignal__.py
file in the diagnose CLI when it's found and make sure it's config is part of the diagnose report. - Load the
__appsignal__.py
file in the demo CLI when it's found.
tombruijn commented
This might also be useful for the demo CLI.