kubo/cmd/ipfs
2014-10-04 03:53:21 -07:00
..
.gitignore changed gitignore to accomodate atom 2014-09-30 03:19:13 -07:00
add.go added command struct for makeCommand 2014-10-02 02:50:33 -07:00
cat.go remove old cat 2014-10-02 03:33:20 -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 move publish and resolve under the 'name' subcommand 2014-10-02 22:30:50 +00:00
init.go ipfs + ipns mounts with flags + config 2014-10-02 03:05:49 -07:00
ipfs.go loggers: set level 2014-10-04 03:53:21 -07:00
ls.go added command struct for makeCommand 2014-10-02 02:50:33 -07:00
Makefile use go install 2014-07-22 02:31:10 -07:00
mount_unix.go ipfs + ipns mounts with flags + config 2014-10-02 03:05:49 -07:00
mount_windows.go vendor dependencies with godep 2014-09-09 22:39:42 -07:00
name.go move publish and resolve under the 'name' subcommand 2014-10-02 22:30:50 +00:00
pin.go added command struct for makeCommand 2014-10-02 02:50:33 -07:00
publish.go use makeCommand for publish + resolve 2014-10-02 02:50:55 -07:00
README.md cli readme 2014-07-22 02:34:29 -07:00
refs.go added command struct for makeCommand 2014-10-02 02:50:33 -07:00
resolve.go use makeCommand for publish + resolve 2014-10-02 02:50:55 -07:00
run.go added command context initialization 2014-10-02 02:49:36 -07:00
serve.go added command context initialization 2014-10-02 02:49:36 -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.