github.com/ipfs/go-ipfs/cmd/ipfs


Properties

Last built 4 months ago using go version go1.5.1 linux/amd64 and 487 seconds of time

Downloads
Filename
File Size
 
ipfs_release_darwin-amd64.zip
6.1MiB
ipfs_release_freebsd-amd64.zip
6.2MiB
ipfs_release_linux-386.zip
5.8MiB
ipfs_release_linux-amd64.zip
6.2MiB
ipfs_release_linux-arm.zip
5.5MiB
ipfs_release_windows-386.zip
5.5MiB
ipfs_release_windows-amd64.zip
5.9MiB
Project-Readme for this version

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, chose 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