Adding AHA section for HTML generation

Generating .html reports
#448
This commit is contained in:
Jean-Marie Renouard 2022-03-11 14:38:08 +01:00
parent f2085d7524
commit c7c9b64804

View file

@ -239,6 +239,7 @@ A basic example is called basic.html.j2
cat reports.json j2 -f json MySQLTuner-perl/templates/basic.html.j2 > variables.html
or
perl mysqltuner.pl --verbose --json | j2 -f json MySQLTuner-perl/templates/basic.html.j2 > variables.html