kvit icon indicating copy to clipboard operation
kvit copied to clipboard

Consider ModifyIndex before pushing keys

Open sadedil opened this issue 5 years ago • 0 comments

If your local directory is not having fresh copy of server's values, we can check this with ModifyIndex parameter, and ask user to force push

My plan is:

  • Write ModifyIndex values to a file in .kvit folder after each fetch
  • Check this file before each push
  • If there is a mismatch between versions inform user to use kvit push --force

sadedil avatar Jan 10 '21 23:01 sadedil