ipfs-shipyard / ipfs-deploy

Zero-Config CLI to Deploy Static Websites to IPFS
Other
1.15k stars 122 forks source link

How using pinata API keys? #253

Open nicfab opened 1 year ago

nicfab commented 1 year ago

I have pinata API keys? How can I use them? I don't see any reference in the CLI.

websoftwares commented 1 year ago

Hello @nicfab

Please find here the documentation on how to use the API keys:

https://github.com/ipfs-shipyard/ipfs-deploy/blob/master/md/usage.md#pinata

websoftwares commented 1 year ago

Hello, @nicfab did that work for you? if so please let me know so I can close this issue

nicfab commented 1 year ago

Hello, @nicfab did that work for you? if so please let me know so I can close this issue

The problem is that I installed ipd on my mac M1, and I have the API from Infura. I don't know how to use the API. What is the command line to use Infura with API?

websoftwares commented 1 year ago

the command line command would be ipd -p infura don't forget to define your environment variables see for further information the documentation right here: https://github.com/ipfs-shipyard/ipfs-deploy/blob/master/md/usage.md#pinning-services-configuration

nicfab commented 1 year ago

the command line command would be ipd -p infura don't forget to define your environment variables see for further information the documentation right here: https://github.com/ipfs-shipyard/ipfs-deploy/blob/master/md/usage.md#pinning-services-configuration

Thank you. I am on a mac M1. How can I set the environment? Where is the file?