Skip to content

List snapshots also in CSV format

Karel Koci requested to merge csv-and-stream 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