operator-framework / operator-courier

Build, verify and push operators
Apache License 2.0
41 stars 53 forks source link

Add filename to warnings and errors #133

Closed kevinrizza closed 5 years ago

kevinrizza commented 5 years ago

Problem: Command line output logs are hard to read because, in the case where there are many operator yamls, there is no obvious output as to which file caused the error in question.

Solution: Add file references and relative file paths to the output logs. Update build_bundle() to take the filename metadata so that the validator can use the new metadata field