mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-29 17:36:38 +08:00
cmd/ipfs2: Updated readme
This commit is contained in:

committed by
Juan Batiz-Benet

parent
c468a4dbf5
commit
4902361fd5
@ -10,20 +10,29 @@ ipfs - global versioned p2p merkledag file system
|
|||||||
|
|
||||||
Basic commands:
|
Basic commands:
|
||||||
|
|
||||||
add <path> Add an object to ipfs.
|
init Initialize ipfs local configurationx
|
||||||
cat <ref> Show ipfs object data.
|
add <path> Add an object to ipfs
|
||||||
ls <ref> List links from an object.
|
cat <ref> Show ipfs object data
|
||||||
refs <ref> List link hashes from an object.
|
ls <ref> List links from an object
|
||||||
|
|
||||||
Tool commands:
|
Tool commands:
|
||||||
|
|
||||||
config Manage configuration.
|
config Manage configuration
|
||||||
version Show ipfs version information.
|
update Download and apply go-ipfs updates
|
||||||
commands List all available commands.
|
version Show ipfs version information
|
||||||
|
commands List all available commands
|
||||||
|
|
||||||
Advanced Commands:
|
Advanced Commands:
|
||||||
|
|
||||||
mount Mount an ipfs read-only mountpoint.
|
mount Mount an ipfs read-only mountpoint
|
||||||
|
serve Serve an interface to ipfs
|
||||||
|
diag Print diagnostics
|
||||||
|
|
||||||
|
Plumbing commands:
|
||||||
|
|
||||||
|
block Interact with raw blocks in the datastore
|
||||||
|
object Interact with raw dag nodes
|
||||||
|
|
||||||
|
|
||||||
Use "ipfs help <command>" for more information about a command.
|
Use "ipfs help <command>" for more information about a command.
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user