Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FindCmd = &cli.Command{
Name: "find",
Usage: "Lookup storage provider data by CID or multihash at indexer",
Description: `The find command queries an indexer, using the supplied CIDs or multihashes as lookup keys, for the storage provider data needed to retrieve the content identified by the keys.
Example usage:
ipni find -i https://cid.contact --cid bafybeigvgzoolc3drupxhlevdp2ugqcrbcsqfmcek2zxiw5wctk3xjpjwy`,
Flags: findFlags,
Before: beforeFind,
Action: findAction,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.