Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Description - adds doc import / doc export commands on the cli - `doc import` can import a file or directory - `doc export` exports a single entry as a file - adds `DocClient::doc_set_hash` that sets an entry in a document by using the hash, key, and size of the entry. ## Notes & open questions Re-implementation of #1504, but it has drifted so far that it is now easier to start a new PR. ## Change checklist - [x] Self-review. - [x] Documentation updates if relevant. - [x] Tests if relevant. --------- Co-authored-by: Friedel Ziegelmayer <me@dignifiedquire.com>
- Loading branch information