UNPKG

@4everlink/cli

Version:

command line tool for upload file or directory use the IPFS Cluster HTTP API.

9 lines (7 loc) 140 B
#!/usr/bin/env node const { initConf } = require('../src/update-conf') initConf({ host: '127.0.0.1', port: 9094, token: '', })