A small utility to render keptn Quality Gates evaluation results to a PDF Report.
Install with go
go install github.com/checkelmann/keptn-report
You can either use the command line switches, or directly pipe your curl output into the report generator.
cat sampledata.json | ./keptn-report -out myreport.pdf
./keptn-report -h
keptn-report
Usage of ./keptn-report:
-jsonfile string
keptn-evaluation json payload as file
-out string
report file name (default "report.pdf")