# Functions
GenerateReports takes raw CAI exports from <dirPath> directory, run rego queries defined <queryPath> directory, and generate output of <reportFormat> in <outputPath> directory.
ListAvailableReports lists the names of available reports in queryPath.
ReadFilesAndConcat reads json files in a directory that are one object per row, and concats all objects into one single array.
# Variables
Cmd represents the base report command.