Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/infura/ipfs-upload-client
- Owner: INFURA
- License: mit
- Created: 2021-08-16T15:42:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-26T14:48:01.000Z (over 1 year ago)
- Last Synced: 2024-11-14T14:29:51.643Z (2 months ago)
- Topics: ipfs
- Language: Go
- Homepage:
- Size: 64.5 KB
- Stars: 30
- Watchers: 30
- Forks: 19
- Open Issues: 3
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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)
```