ipfs
Version:
JavaScript implementation of the IPFS specification
19 lines (14 loc) • 334 B
JavaScript
/*
Manage and inspect the state of the IPNS pubsub resolver.
Note: this command is experimental and subject to change as the system is refined.
*/
module.exports = {
command: 'pubsub',
description: 'IPNS pubsub management.',
builder (yargs) {
return yargs.commandDir('pubsub')
},
handler (argv) {
}
}