kubo/cmd/ipfs2
Brian Tiger Chow d180832f3e add todo
2014-11-14 03:17:26 -08:00
..
.gitignore move new commands to new place 2014-11-14 03:16:05 -08:00
daemon.go +2 characters for readability 2014-11-14 03:17:24 -08:00
equinox.yaml move new commands to new place 2014-11-14 03:16:05 -08:00
init.go add todo 2014-11-14 03:17:26 -08:00
ipfs.go cmd/ipfs: Reverted back to secondary CLI root command 2014-11-14 03:17:21 -08:00
main.go feat(ipfs2/main) port mem-profiling from previous main 2014-11-14 03:17:26 -08:00
Makefile move new commands to new place 2014-11-14 03:16:05 -08:00
README.md move new commands to new place 2014-11-14 03:16:05 -08: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.