nft.storage-cli
v1.0.0
Published
The CLI to interact with api.nft.storage
Downloads
17
Readme
nft.storage CLI
Getting started
Install the CLI from npm
$ npm install -g nft.storage-cliLogin in and create a token on https://classic-api.nft.storage and pass it to nftstorage token to save it.
$ nftstorage token
? Paste your API token for api.nft.storage › <your token here>
API token savedCommands
nftstorage token
Paste in a token to save a new one. Pass in --delete to remove a previously saved token.
--apiURL for the nft.storage API. Default: https://api.nft.storage--deleteDelete a previously saved token
nftstorage list
List all the uploads in your account.
--jsonFormat as newline delimted JSON--cidOnly print the root CID per upload
