kubo/cmd/ipfs
2014-10-31 19:46:42 +00: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 tour: command 2014-10-26 08:32:08 -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 tour: command 2014-10-26 08:32:08 -07:00
diag.go address concerns in PR and make log stuff more fun 2014-10-10 13:18:20 -07:00
equinox.yaml implemented manual check and update (with signature verification) 2014-10-22 11:25:30 +02: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 feat(cmd/ipfs1) add mem profiling in debug mode 2014-10-29 18:24:32 -07: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 style(cmd/ipfs/pprof) move defer close to initialization 2014-10-29 18:24:32 -07:00
mount_unix.go move OSX specific calls to build tagged files 2014-10-31 19:46:42 +00:00
mount_windows.go vendor dependencies with godep 2014-09-09 22:39:42 -07:00
mountutils_darwin.go move OSX specific calls to build tagged files 2014-10-31 19:46:42 +00:00
mountutils_linux.go move OSX specific calls to build tagged files 2014-10-31 19:46:42 +00: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
tour.go tour list: left justify 2014-10-26 10:03:38 -07:00
update.go fixed --force flag for shutdown after update 2014-10-22 12:42:13 +02: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.