Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/infura/ipfs-upload-client

A minimal CLI tool to upload files and directories to IPFS
https://github.com/infura/ipfs-upload-client

ipfs

Last synced: about 2 months ago
JSON representation

A minimal CLI tool to upload files and directories to IPFS

Awesome Lists containing this project

README

        

`ipfs-upload-client` is a minimal CLI tool to upload files or directories to Infura's IPFS or another API endpoint.

## Example

`ipfs-upload-client --id xxxxx --secret yyyyy /path/to/data`

## Installation

Pre-compiled binaries are available in the [latest release page](https://github.com/INFURA/ipfs-upload-client/releases/latest).

## Options
```
--id string your Infura ProjectID
--pin whether or not to pin the data (default true)
--secret string your Infura ProjectSecret
--url string the API URL (default "https://ipfs.infura.io:5001")
--verbose whether or not to print full upload information (default false)
```