kubo/cmd/ipfs
2014-11-14 03:16:02 -08:00
..
.gitignore cmd/ipfs: Added ipfs.exe to .gitignore 2014-11-14 03:16:02 -08:00
bootstrap.go copy to old location 2014-11-14 03:16:00 -08:00
config.go copy to old location 2014-11-14 03:16:00 -08:00
daemon.go cmd/ipfs: Load API address from config 2014-11-14 03:16:02 -08:00
equinox.yaml copy to old location 2014-11-14 03:16:00 -08:00
ipfs.go cmd/ipfs: Use lock to check if daemon is running, if not then run command locally 2014-11-14 03:16:02 -08:00
Makefile copy to old location 2014-11-14 03:16:00 -08:00
mount_darwin.go mount: darwin osx fuse check fix 2014-11-01 22:38:13 -07:00
README.md copy to old location 2014-11-14 03:16:00 -08:00
root.go cmd/ipfs: Added basic daemon command 2014-11-14 03:16:02 -08:00
tour.go copy to old location 2014-11-14 03:16:00 -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.