vkottler / rcmpy

A configuration-file management system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`apply` should re-perform tasks if the top-level configuration data changes

vkottler opened this issue · comments

We might be able to do something smarter than "did file change", we may even be able to determine "which" file configs changed.

we also probably want some kind of dry-run command (maybe?)

Implemented here: #13