cli icon indicating copy to clipboard operation
cli copied to clipboard

Prevent settings drift

Open vpetersson opened this issue 10 months ago • 0 comments

So let's say you are working on a local app and introduce a new setting to screenly.yml with mock-data.yml present. It is then very easy to lose a lot of time trying to figure out why the new setting that you just introduced isn't available.

What instead would make a lot of sense is to have a 'drift detection' feature where if you introduce a new setting in screenly.yml that isn't present in mock-data.yml, we would raise an error.

vpetersson avatar Apr 21 '25 13:04 vpetersson