mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-25 20:37:53 +08:00
Modified init command to receive default configuration from stdin. The changes enable us to use existing key-pair, datastore configuration while initializing new ipfs node. License: MIT Signed-off-by: Sivachandran <sivachandran.p@gmail.com> |
||
|---|---|---|
| .. | ||
| dist | ||
| .gitignore | ||
| .gobuilder.yml | ||
| daemon.go | ||
| equinox.yaml | ||
| init.go | ||
| ipfs.go | ||
| main_test.go | ||
| main.go | ||
| Makefile | ||
| README.md | ||
| ulimit_unix.go | ||
go-ipfs/cmd/ipfs
This is the ipfs commandline tool. For now, it's the main entry point to using IPFS.
Install from source
go install
ipfs
Install from gobuilder.me
If you're viewing this in gobuilder, choose the binary that suits you best at the end of this page. Download it, unzip it, and move the binary into place.
Usage
# initialize an ipfs node
ipfs init
# list some commands
ipfs
# get help
ipfs <subcmd> --help
