mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-01 10:49:24 +08:00
cmds2: name synopsis.
This commit is contained in:
@ -10,6 +10,10 @@ type IpnsEntry struct {
|
|||||||
var nameCmd = &cmds.Command{
|
var nameCmd = &cmds.Command{
|
||||||
Helptext: cmds.HelpText{
|
Helptext: cmds.HelpText{
|
||||||
Tagline: "IPFS namespace (IPNS) tool",
|
Tagline: "IPFS namespace (IPNS) tool",
|
||||||
|
Synopsis: `
|
||||||
|
ipfs name publish [<name>] <ipfs-path> - Publish an object to IPNS
|
||||||
|
ipfs name resolve [<name>] - Gets the value currently published at an IPNS name
|
||||||
|
`,
|
||||||
ShortDescription: `
|
ShortDescription: `
|
||||||
IPNS is a PKI namespace, where names are the hashes of public keys, and
|
IPNS is a PKI namespace, where names are the hashes of public keys, and
|
||||||
the private key enables publishing new (signed) values. In both publish
|
the private key enables publishing new (signed) values. In both publish
|
||||||
|
Reference in New Issue
Block a user