ipfs-cluster/cmd/ipfs-cluster-ctl/dist
Hector Sanjuan 5d44275d0e
Chore: Add license file with URLS (#1014)
* Chore: Add license file with URLS

Source: 59df5e58a2

* Chore: license copyright updates
2020-03-06 13:52:19 +01:00
..
LICENSE Chore: Add license file with URLS (#1014) 2020-03-06 13:52:19 +01:00
LICENSE-APACHE Update copyrights to 2020x 2019-12-20 14:40:34 +01:00
LICENSE-MIT Update copyrights to 2020x 2019-12-20 14:40:34 +01:00
README.md Move ipfs-cluster-service and ipfs-cluster-ctl to cmd/ 2018-09-27 20:56:09 +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.