Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aldhosutra/npm-ipfs-cluster-ctl
Install ipfs-cluster-ctl binary from NPM
https://github.com/aldhosutra/npm-ipfs-cluster-ctl
Last synced: about 1 month ago
JSON representation
Install ipfs-cluster-ctl binary from NPM
- Host: GitHub
- URL: https://github.com/aldhosutra/npm-ipfs-cluster-ctl
- Owner: aldhosutra
- License: mit
- Created: 2023-10-19T02:18:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-06T02:46:57.000Z (about 1 year ago)
- Last Synced: 2024-11-16T13:07:29.197Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/ipfs-cluster-ctl
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ipfs-cluster-ctl
[![](https://img.shields.io/badge/project-ipfs--cluster-ef5c43.svg?style=flat-square)](https://ipfscluster.io/documentation/reference/ctl/)
[IPFS Cluster](https://ipfscluster.io) provides data orchestration across a swarm of IPFS daemons by allocating, replicating and tracking a global pinset distributed among multiple peers.
The [ipfs-cluster-ctl](https://ipfscluster.io/documentation/reference/ctl/) command line application is a user-friendly REST API client for IPFS Cluster. It allows to perform all the operations supported by a Cluster peer:
## Install
Install the latest `ipfs-cluster-ctl` binary:
```sh
# Install globally
> npm install -g ipfs-cluster-ctl
> ipfs-cluster-ctl --version
ipfs-cluster-ctl version 1.0.7# Install locally
> npm install ipfs-cluster-ctl
> ./node_modules/.bin/ipfs-cluster-ctl --version
ipfs-cluster-ctl version 1.0.7
```## License
[MIT](LICENSE)