django-qsessions icon indicating copy to clipboard operation
django-qsessions copied to clipboard

feature: deduplicate defaults and export defaults

Open hbagdi opened this issue 3 years ago • 1 comments

With #419, programmable defaults are now supported. State files are known to be verbose and repetitive since each and every field is exported.

Add a deduplicate mode in decK which only exports fields that are different from defaults and then export the default values as well. This results in a much smaller state file with the same information.

hbagdi avatar May 27 '21 20:05 hbagdi