1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-10 05:52:20 +08:00
Files
Brian Tiger Chow 67bc9cc89d feat(init) display peer id in init command
use case:

Just configured and installed a node.

benefits:

1) reduces friction when setting up a new node

2) reveals useful details about the workings of the system. It's the
user's first encounter with her node's identity. The tour can build on
the user's knowledge.

```
ipfs (maybebtc-november) λ. ipfs init -f
initializing ipfs node at /Users/btc/.go-ipfs
generating key pair
peer identity: QmcRbn41Vc2CvbpLYfN36mAWusErKWvAAHbq92LPra2gFT
```
2014-11-05 10:15:17 -08:00
..
2014-10-14 09:55:14 +02:00
2014-10-26 08:32:08 -07:00
2014-10-02 03:33:20 -07:00
2014-09-09 22:39:42 -07:00
2014-10-26 08:32:08 -07:00
2014-10-15 14:04:46 +02:00
2014-10-02 02:50:33 -07:00
2014-11-01 22:38:12 -07:00
2014-10-14 03:15:02 -07:00
2014-10-18 04:35:12 +02:00
2014-10-22 00:28:41 -07:00
2014-10-09 03:39:47 -07:00
2014-07-22 02:34:29 -07:00
2014-10-02 02:50:33 -07:00
2014-10-09 03:39:47 -07:00
2014-10-02 02:49:36 -07:00
2014-10-02 02:49:36 -07:00
2014-10-26 10:03:38 -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.