Collect SCM Data
This is an example how to use the collect-scm-data
module, which is a tool to collect all the data necessary for the SCM into a single file.
The easiest way to use this tool is via its CLI. Simply run
collect-scm-data <sn-list> -e <export-file>
This will collect all the relevant data and store it in the specified <export-file>
file. The output will be a CSV file, so you should select an appropriate file name.
But you can also achieve the same result using the functions provided by the package itself:
<TBD>