feat(quality): enhance logger

Warnings are flushed after the generation to help the user to find
issues.
Colors are better defined.
This commit is contained in:
2026-03-17 10:39:48 +01:00
parent 0b1a45319f
commit b40378ec23
3 changed files with 69 additions and 16 deletions

View File

@@ -216,6 +216,10 @@ func Convert(config ConvertOptions, dockerComposeFile ...string) error {
// call helm update if needed
callHelmUpdate(config)
// flush warnings after all conversion is complete
logger.FlushWarnings()
return nil
}