NAME
csaf2html - Convert CSAF documents in HTML
SYNOPSIS
csaf2html --file FILE
csaf2html [--help|--man|--version]
Options:
  -f, --file=FILE               Input CSAF document
  -o, --output=FILE             Output filename
  -t, --template=NAME,PATH      Template name or path
  -v, --verbose                 Verbose
      --help                    Brief help message
      --man                     Full documentation
      --version                 Print version
DESCRIPTION
csaf2html Convert CSAF documents in HTML
EXAMPLES
Converts the CSAF document and writes the rendered HTML content to STDOUT:
$ csaf2html -f csaf-document.json
Converts the CSAF document and writes the rendered HTML content to a file:
$ csaf2html -f csaf-document.json -o csaf-document.html
Use a custom template file (See "Template Toolkit Documentation"):
$ csaf2html -f csaf-document.json -t my-cool-template.tt2
SEE ALSO
AUTHOR
COPYRIGHT AND LICENSE
Copyright © 2023-2025 Giuseppe Di Terlizzi
You may use and distribute this module according to the same terms that Perl is distributed under.