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
{{ message }}
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.
I've just looked at the cli's usage screen and apparently there's no flag for a debug or verbose mode. Therefore, what I am suggesting is that we perhaps add a new flag -d or -v or something similar for the additional output and that's where we would be seeing the stack trace... just a thought :)
I think adding a --verbose flag would be good, this would then provide further scope if we wish to return other information to the user during runtime.
Apparently, when the
cfn-lint
cli executable encounters an uncaught exception during thevalidate
command, it outputs the associated stack trace.Perhaps it would be more consistent to output
Unable to parse template!
instead of the rather lengthy stack trace.The text was updated successfully, but these errors were encountered: