```USAGE ipfs dht - Issue commands directly through the DHT. ipfs dht SUBCOMMANDS ipfs dht findpeer ... - Find the multiaddresses associated with a Peer ID. ipfs dht findprovs ... - Find peers that can provide a specific value, given a key. ipfs dht get ... - Given a key, query the routing system for its best value. ipfs dht provide ... - Announce to the network that you are providing given values. ipfs dht put - Write a key/value pair to the routing system. ipfs dht query ... - Find the closest Peer IDs to a given Peer ID by querying the DHT. Use 'ipfs dht --help' for more information about this command.```