VForWaTer / metacatalog

Modular metadata management platform for environmental data.
https://vforwater.github.io/metacatalog
GNU General Public License v3.0
3 stars 1 forks source link

Add export flags to CLI find #37

Closed mmaelicke closed 4 years ago

mmaelicke commented 4 years ago

The find command just prints the found model instances to StdOut, which is not always very helpful. The CLI should include some output flags like --json and --csv to output the result as JSON or CSV. For this to happen, the models have to include a to_dictfunction.