The source project of this merge request has been removed.
bin: Add an option to ignore changes to locked keys during load
If load command attempts to change one of non-writable keys, the whole
operation fails with an error and no changes are made. Add an -f
option to the load command that skips non-writable keys and proceeds
with remaining changes.
Closes issue #1 (closed).