ipfs-cluster/cmd/ipfs-cluster-follow/dist
2022-06-16 17:43:30 +02: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 Rename links to use the ipfscluster.io domain 2022-06-16 17:43:30 +02: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.