kubo/cmd/ipfs
2014-10-22 11:24:34 +02:00
..
.gitignore changed gitignore to accomodate atom 2014-09-30 03:19:13 -07:00
add.go make add command use absolute paths and print properly, issue #151 2014-10-10 13:46:51 -07:00
block.go updated help for block commands 2014-10-14 09:55:14 +02:00
bootstrap.go Merge branch 'master' into ipns 2014-10-09 03:46:35 -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
diag.go address concerns in PR and make log stuff more fun 2014-10-10 13:18:20 -07:00
gen.go make add command use absolute paths and print properly, issue #151 2014-10-10 13:46:51 -07:00
init.go move IDFromPubKey to peer pkg 2014-10-18 04:28:26 -07:00
ipfs.go use inconshreveable's go-update to check for updates 2014-10-22 11:24:34 +02:00
log.go updated cmdIpfsLog help text 2014-10-15 14:04:46 +02: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 make tests pass 2014-10-08 04:25:51 +00:00
mount_windows.go vendor dependencies with godep 2014-09-09 22:39:42 -07:00
name.go addCmd -> nameCmd 2014-10-14 03:15:02 -07:00
objects.go object plumbing commands 2014-10-18 04:35:12 +02:00
pin.go fix rm flags 2014-10-22 00:28:41 -07:00
publish.go ipfs name cmd improvements 2014-10-09 03:39:47 -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 ipfs name cmd improvements 2014-10-09 03:39:47 -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 Move versioning/updates stuff to a separate package 2014-10-09 19:59:15 -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.