Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMure committed Aug 16, 2021
1 parent d3fd9bc commit fba1a96
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
`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`

## 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")
```
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module api-client
module github.com/INFURA/ipfs-upload-client

go 1.15

Expand Down

0 comments on commit fba1a96

Please sign in to comment.