diff --git a/README.md b/README.md index 6df9a18038..b522762f10 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ The SAF CLI is the successor to [Heimdall Tools](https://github.com/mitre/heimda * [HDF to Checklist](#hdf-to-checklist) * [HDF to CSV](#hdf-to-csv) * [HDF to Condensed JSON](#hdf-to-condensed-json) + * [HDF to HTML](#hdf-to-html) ### Convert Other Formats to HDF @@ -435,6 +436,38 @@ convert hdf2condensed Condensed format used by some community members $ saf convert hdf2condensed -i rhel7-results.json -o rhel7-condensed.json ``` [top](#convert-hdf-to-other-formats) +#### HDF to HTML +``` +convert hdf2html Translate an HDF file into a Heimdall Report HTML file + + USAGE + $ saf convert hdf2html -i ... -o [-t ] [-h] + + FLAGS + -h, --help + Show CLI help. + + -i, --input=... + (required) Input HDF JSON file + + -o, --output= + (required) Output HTML file + + -t, --type=