We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Today, import replaces trousseau data store content with pointed file content using some basic system calls.
It should try to open the pointed file as an encrypted data store, iterate over it's data, and import it in actual trousseau data store.
Relies on merging strategy using options like --yours and --theirs #53
--yours
--theirs
The text was updated successfully, but these errors were encountered:
Fix #54: Import data store by iterating over it's data
72a6614
Fix #54 #53: Implement merging strategies on import
83d127b
3f4f24a
8f26c35
oleiade
No branches or pull requests
Today, import replaces trousseau data store content with pointed file content using some basic system calls.
It should try to open the pointed file as an encrypted data store, iterate over it's data, and import it in actual trousseau data store.
Relies on merging strategy using options like
--yours
and--theirs
#53The text was updated successfully, but these errors were encountered: