Conversation
|
shouldn't this go into ovos-config existing cli tool ? |
I would say so, however, |
Is this in scope for ovos-config? This also deals with skill.plugin configuration that currently isn't managed in ovos-config. Another consideration is that some skill configuration might not be portable between cores/instances. |
|
I'd say this belongs in ovos-config, where the multi-core config support for XDG is already These commands should export/import
all this is within the scope of ovos-config, where the source of truth for where all these files are lives we could maybe even copy the whole ~/.config/mycroft directory in here, if we want to backup identity files and such (makes sense to me too!) |
Description
Adds functions to import and export user configuration with CLI entrypoints
Refactors util test automation
Issues
Other Notes
Thanks @denics for the suggestion!