mirror of
https://github.com/ipfs/kubo.git
synced 2025-10-20 05:03:51 +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
|
add <path> Add an object to ipfs
|
||||||
cat <ref> Show ipfs object data
|
cat <ref> Show ipfs object data
|
||||||
ls <ref> List links from an object
|
ls <ref> List links from an object
|
||||||
|
refs <ref> List hashes of links from an object
|
||||||
|
|
||||||
Tool commands:
|
Tool commands:
|
||||||
|
|
||||||
@ -36,12 +37,20 @@ Tool commands:
|
|||||||
version Show ipfs version information
|
version Show ipfs version information
|
||||||
commands List all available commands
|
commands List all available commands
|
||||||
id Show info about ipfs peers
|
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:
|
Advanced Commands:
|
||||||
|
|
||||||
daemon Start a long-running daemon process
|
daemon Start a long-running daemon process
|
||||||
mount Mount an ipfs read-only mountpoint
|
mount Mount an ipfs read-only mountpoint
|
||||||
serve Serve an interface to ipfs
|
|
||||||
diag Print diagnostics
|
diag Print diagnostics
|
||||||
|
|
||||||
Plumbing commands:
|
Plumbing commands:
|
||||||
|
Reference in New Issue
Block a user