fix: update root help
* move the `cid` command to the "datastructures" section. * document bitswap & pubsub commands fixes #8047
Steven Allen committed
Apr 5, 2021 at 16:31 UTC
c4b6366536dfb59dbe06c5500bf8eed75897f4a2
1 file changed
+3
-1
core/commands/root.go
+3
-1
@@ -44,6 +44,7 @@ DATA STRUCTURE COMMANDS
44
files Interact with files as if they were a unix filesystem
45
object Interact with dag-pb objects (deprecated, use 'dag' or 'files')
46
block Interact with raw blocks in the datastore
47
+ cid Convert and discover properties of CIDs
48
49
ADVANCED COMMANDS
50
daemon Start a long-running daemon process
@@ -65,13 +66,14 @@ NETWORK COMMANDS
66
dht Query the DHT for values or peers
67
ping Measure the latency of a connection
68
diag Print diagnostics
69
+ bitswap Inspect bitswap state
70
+ pubsub Send and receive messages via pubsub
71
72
TOOL COMMANDS
73
config Manage configuration
74
version Show IPFS version information
75
update Download and apply go-ipfs updates
76
commands List all available commands
74
- cid Convert and discover properties of CIDs
77
log Manage and show logs of running daemon
78
79
Use 'ipfs <command> --help' to learn more about each command.