report
Reporting collects all information in the working directory into one report.olm.json file which then provides data to a reporting template.
"report": {
"_type": "scale.olm.report:rst2pdf",
"template": "report.rst"
}
rst2pdf
Specified with "_type": "scale.olm.report:rst2pdf" in config.olm.json.
Example input in config.olm.json/report
{
"_type": "scale.olm.report:rst2pdf",
"template": "report.jt.rst"
}
See also: scale.olm.report.rst2pdf
type |
object |
|
properties |
||
|
Template |
|
type |
string |
|
default |
null |
|
|
Dry Run |
|
type |
boolean |
|
default |
null |
|
|
Olm Redirect Type |
|
const |
scale.olm.report:rst2pdf |
|