doccaz / scc-tools

A set of simple tools to interact with SUSE Customer Center (SCC)
MIT License
12 stars 1 forks source link

vercheck.py: Add option to specify directory to write CSV reports to #12

Closed Thr3d closed 3 years ago

Thr3d commented 3 years ago

By default vercheck.py writes CSV files to the current directory. Adding a flag to specify the output directory for these files would be helpful for creating automatic checks.

doccaz commented 3 years ago

Done! I also updated the known product list to include SP3/SP4 variants, as well as OpenSUSE Leap.

Just add the "-o " or "--outputdir " parameters before the "-d" option to specify the output directory for the CSV reports.