This repository was archived by the owner on Mar 10, 2020. It is now read-only.
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
dag get --localResolve
vs dag resolve
#125
Closed
Description
@whyrusleeping learned today that you implemented the 'resolve within a single node' on a dag resolve
call. I've implemented it under the dag get
through an option --local-resolve
, which is what I understood that we agreed after our chat at Ada's.
» ipfs dag --help
#...
ipfs dag resolve <path> - Resolve a path through an ipld node.
#...
Do you want to have a separate command for that? What would be the primary reason for it?