kubo/cmd/ipfs
2014-10-01 00:37:53 -07:00
..
.gitignore changed gitignore to accomodate atom 2014-09-30 03:19:13 -07:00
add.go udpated commands and RPC dialing to work with new configuration changes 2014-09-27 16:02:50 -07:00
cat.go switch over to using a lock file for daemon connections 2014-09-30 03:20:15 -07:00
commands.go vendor dependencies with godep 2014-09-09 22:39:42 -07:00
config.go Correct style. 2014-09-29 21:54:35 +02:00
gen.go switch over to using a lock file for daemon connections 2014-09-30 03:20:15 -07:00
init.go When initializing datastore, create directory with correct permissions. 2014-09-29 21:54:35 +02:00
ipfs.go catch ipns branch up to master and make all things compile 2014-10-01 00:37:53 -07:00
ls.go udpated commands and RPC dialing to work with new configuration changes 2014-09-27 16:02:50 -07:00
Makefile use go install 2014-07-22 02:31:10 -07:00
mount_unix.go switch over to using a lock file for daemon connections 2014-09-30 03:20:15 -07:00
mount_windows.go vendor dependencies with godep 2014-09-09 22:39:42 -07:00
pin.go catch ipns branch up to master and make all things compile 2014-10-01 00:37:53 -07:00
README.md cli readme 2014-07-22 02:34:29 -07:00
refs.go udpated commands and RPC dialing to work with new configuration changes 2014-09-27 16:02:50 -07:00
run.go catch ipns branch up to master and make all things compile 2014-10-01 00:37:53 -07:00
serve.go fix compile error after rebase 2014-09-30 23:02:22 +03:00
version.go vendor dependencies with godep 2014-09-09 22:39:42 -07:00

go-ipfs/cmd/ipfs

This is the ipfs commandline tool. For now, it's the main entry point to using IPFS. Use it.

> go build
> go install
> ipfs
ipfs - global versioned p2p merkledag file system

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 link hashes from an object.

Tool commands:

    config        Manage configuration.
    version       Show ipfs version information.
    commands      List all available commands.

Advanced Commands:

    mount         Mount an ipfs read-only mountpoint.

Use "ipfs help <command>" for more information about a command.