Skip to content

Draft: List snapshots also in CSV format

Michal Hrusecky requested to merge csv into master

Although JSON is a good format for parsing in languages such as Python it gets too complex for shell parsing. The CSV format is way better for that.

Merge request reports