ipfs-cluster/ipfs-cluster-ctl/dist
Hector Sanjuan b08b3aba64 Docs: Move to website.
Updated READMEs, removed docs and point everything to website documentation.

License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
2018-04-27 09:05:11 +02:00
..
LICENSE Put tools README into dist/ folder 2017-03-03 17:52:43 +01:00
README.md Docs: Move to website. 2018-04-27 09:05:11 +02:00

ipfs-cluster-ctl

IPFS cluster management tool

ipfs-cluster-ctl is the client application to manage the cluster nodes and perform actions. ipfs-cluster-ctl uses the HTTP API provided by the nodes and it is completely separate from the cluster service.

Usage

Usage information can be obtained by running:

$ ipfs-cluster-ctl --help

You can also obtain command-specific help with ipfs-cluster-ctl help [cmd]. The (--host) can be used to talk to any remote cluster peer (localhost is used by default).

For more information, please check the Documentation, in particular the ipfs-cluster-ctl section.