ipfs / kubo

An IPFS implementation in Go
https://docs.ipfs.tech/how-to/command-line-quick-start/
Other
16.09k stars 3.01k forks source link

providers command #2992

Open whyrusleeping opened 8 years ago

whyrusleeping commented 8 years ago

I'd love to have a command to query and interact with the providers store. Having this would be a great low level tool for hacking certain things together on ipfs as well as helping us to test and debug the providers storage system.

csasarak commented 8 years ago

Is this related to #2919 ?

whyrusleeping commented 8 years ago

@csasarak somewhat. What i'm really after is much more fine grained control, for example:

And so on

michaelavila commented 5 years ago

Good note. I'll take a look at this after some of the other provider work is done.