kubo/cmd/ipfs
2014-09-14 04:22:05 +00:00
..
.gitignore cli -> cmd/ipfs 2014-07-22 02:30:32 -07:00
add.go expand path names for add command, and pass errors up even more 2014-09-13 04:42:48 +00:00
cat.go Merge branch 'master' of github.com:jbenet/go-ipfs into daemon 2014-09-14 04:22:05 +00:00
commands.go vendor dependencies with godep 2014-09-09 22:39:42 -07:00
config.go vendor dependencies with godep 2014-09-09 22:39:42 -07:00
init.go Merge pull request #54 from jbenet/fix/config-test 2014-09-12 10:59:43 -07:00
ipfs.go vendor dependencies with godep 2014-09-09 22:39:42 -07:00
ls.go expand path names for add command, and pass errors up even more 2014-09-13 04:42:48 +00:00
Makefile use go install 2014-07-22 02:31:10 -07:00
mount_unix.go Merge branch 'master' of github.com:jbenet/go-ipfs 2014-09-10 06:28:15 +00:00
mount_windows.go vendor dependencies with godep 2014-09-09 22:39:42 -07:00
README.md cli readme 2014-07-22 02:34:29 -07:00
refs.go vendor dependencies with godep 2014-09-09 22:39:42 -07: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.