mirror of
https://github.com/ipfs/kubo.git
synced 2025-05-31 07:16:44 +08:00
Provide new "cid" sub-command.
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
This commit is contained in:
@ -71,6 +71,7 @@ TOOL COMMANDS
|
||||
version Show ipfs version information
|
||||
update Download and apply go-ipfs updates
|
||||
commands List all available commands
|
||||
cid Convert and discover properties of CIDs
|
||||
|
||||
Use 'ipfs <command> --help' to learn more about each command.
|
||||
|
||||
@ -143,6 +144,7 @@ var rootSubcommands = map[string]*cmds.Command{
|
||||
"urlstore": urlStoreCmd,
|
||||
"version": lgc.NewCommand(VersionCmd),
|
||||
"shutdown": daemonShutdownCmd,
|
||||
"cid": CidCmd,
|
||||
}
|
||||
|
||||
// RootRO is the readonly version of Root
|
||||
|
Reference in New Issue
Block a user