Add workflow module and refactor CLI to use it
Add repod.action.workflow
containing the currently implemented workflows (using Tasks
).
Refactor the CLI module to make use of it, instead of implementing workflows directly.
Move orjson options to the repod.config.settings.ManagementRepo
, so that users may define the way JSON files are serialized (and displayed in pretty printing).
Fixes #127 (closed)