ipfs-cluster/cmd/ipfs-cluster-follow/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 Feat: ipfs-cluster-follow 2019-12-07 15:38:59 +01:00

ipfs-cluster-follow

A tool to run IPFS Cluster follower peers

ipfs-cluster-follow allows to setup and run IPFS Cluster follower peers.

Follower peers can join collaborative clusters to track content in the cluster. Follower peers do not have permissions to modify the cluster pinset or access endpoints from other follower peers.

ipfs-cluster-follow allows to run several peers at the same time (each joining a different cluster) and it is intended to be a very easy to use application with a minimal feature set. In order to run a fully-featured peer (follower or not), use ipfs-cluster-service.

Usage

The ipfs-cluster-follow command is always followed by the cluster name that we wish to work with. Full usage information can be obtained by running:

$ ipfs-cluster-follow --help
$ ipfs-cluster-follow --help
$ ipfs-cluster-follow <clusterName> --help
$ ipfs-cluster-follow <clusterName> info --help
$ ipfs-cluster-follow <clusterName> init --help
$ ipfs-cluster-follow <clusterName> run --help
$ ipfs-cluster-follow <clusterName> list --help

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