From c4b6366536dfb59dbe06c5500bf8eed75897f4a2 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Mon, 5 Apr 2021 16:31:40 -0700 Subject: [PATCH] fix: update root help * move the `cid` command to the "datastructures" section. * document bitswap & pubsub commands fixes #8047 --- core/commands/root.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/commands/root.go b/core/commands/root.go index fff4623e6b7..8aa1d7e1e45 100644 --- a/core/commands/root.go +++ b/core/commands/root.go @@ -44,6 +44,7 @@ DATA STRUCTURE COMMANDS files Interact with files as if they were a unix filesystem object Interact with dag-pb objects (deprecated, use 'dag' or 'files') block Interact with raw blocks in the datastore + cid Convert and discover properties of CIDs ADVANCED COMMANDS daemon Start a long-running daemon process @@ -65,13 +66,14 @@ NETWORK COMMANDS dht Query the DHT for values or peers ping Measure the latency of a connection diag Print diagnostics + bitswap Inspect bitswap state + pubsub Send and receive messages via pubsub TOOL COMMANDS config Manage configuration version Show IPFS version information update Download and apply go-ipfs updates commands List all available commands - cid Convert and discover properties of CIDs log Manage and show logs of running daemon Use 'ipfs --help' to learn more about each command.