mirror of
https://github.com/ipfs/kubo.git
synced 2025-10-17 11:43:31 +08:00
core/commands: Updated root command helptext
This commit is contained in:
@ -28,6 +28,7 @@ Basic commands:
|
||||
add <path> Add an object to ipfs
|
||||
cat <ref> Show ipfs object data
|
||||
ls <ref> List links from an object
|
||||
refs <ref> List hashes of links from an object
|
||||
|
||||
Tool commands:
|
||||
|
||||
@ -36,12 +37,20 @@ Tool commands:
|
||||
version Show ipfs version information
|
||||
commands List all available commands
|
||||
id Show info about ipfs peers
|
||||
pin Pin objects to local storage
|
||||
name Publish or resolve IPNS names
|
||||
log Change the logging level
|
||||
|
||||
Network commands:
|
||||
|
||||
swarm Manage connections to the p2p network
|
||||
bootstrap Add or remove bootstrap peers
|
||||
ping Measure the latency of a connection
|
||||
|
||||
Advanced Commands:
|
||||
|
||||
daemon Start a long-running daemon process
|
||||
mount Mount an ipfs read-only mountpoint
|
||||
serve Serve an interface to ipfs
|
||||
diag Print diagnostics
|
||||
|
||||
Plumbing commands:
|
||||
|
Reference in New Issue
Block a user