1
0
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:
Kevin Atkinson
2018-08-15 20:02:18 -04:00
parent e93aa25e97
commit 57f96019f7
4 changed files with 316 additions and 0 deletions

View File

@ -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