We should add the following commands to the core/dag interface: - `ipfs.dag.ls(path)` - show the first level link names of the node pointed at by `<path>` - include simple return value one, for small dag objects - include stream/iterator based one, for _huge_ dag objects - `ipfs.dag.tree(path)` - enumerate all entries in the graph, parting from node at `<path>`. - include simple return value one, for small subgraphs - stream/iterator based so that we can explore massive graphs with it. cc @diasdavid @whyrusleeping
We should add the following commands to the core/dag interface:
ipfs.dag.ls(path)- show the first level link names of the node pointed at by<path>ipfs.dag.tree(path)- enumerate all entries in the graph, parting from node at<path>.cc @diasdavid @whyrusleeping