Skip to content

bin: Add an option to ignore changes to locked keys during load

Ghost User requested to merge (removed):ignore-non-writable into master

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).

Merge request reports