kubo/cmd/ipfs
2014-08-01 00:51:43 +03:00
..
.gitignore cli -> cmd/ipfs 2014-07-22 02:30:32 -07:00
add.go cli -> cmd/ipfs 2014-07-22 02:30:32 -07:00
cat.go cli -> cmd/ipfs 2014-07-22 02:30:32 -07:00
commands.go cli -> cmd/ipfs 2014-07-22 02:30:32 -07:00
config.go linted config 2014-07-31 02:35:17 -07:00
ipfs.go linted config 2014-07-31 02:35:17 -07:00
ls.go cli -> cmd/ipfs 2014-07-22 02:30:32 -07:00
Makefile use go install 2014-07-22 02:31:10 -07:00
mount_unix.go mount command on windows returns an error instead of nil and adjusted unix-only code 2014-08-01 00:51:43 +03:00
mount_windows.go mount command on windows returns an error instead of nil and adjusted unix-only code 2014-08-01 00:51:43 +03:00
README.md cli readme 2014-07-22 02:34:29 -07:00
refs.go cli -> cmd/ipfs 2014-07-22 02:30:32 -07:00
version.go cli -> cmd/ipfs 2014-07-22 02:30:32 -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.