{"id":23846182,"url":"https://github.com/anishde12020/storli","last_synced_at":"2025-09-07T21:30:43.230Z","repository":{"id":38922307,"uuid":"492806895","full_name":"AnishDe12020/storli","owner":"AnishDe12020","description":"A CLI to upload files to IPFS and interact with them using wbeb3.storage","archived":false,"fork":false,"pushed_at":"2023-07-19T15:28:35.000Z","size":1103,"stargazers_count":11,"open_issues_count":16,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-12-16T01:07:47.083Z","etag":null,"topics":["ipfs","oclif","web3"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/storli","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AnishDe12020.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-16T11:33:01.000Z","updated_at":"2024-05-30T11:40:05.000Z","dependencies_parsed_at":"2023-02-18T15:50:17.598Z","dependency_job_id":null,"html_url":"https://github.com/AnishDe12020/storli","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnishDe12020%2Fstorli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnishDe12020%2Fstorli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnishDe12020%2Fstorli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnishDe12020%2Fstorli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnishDe12020","download_url":"https://codeload.github.com/AnishDe12020/storli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232256782,"owners_count":18495647,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ipfs","oclif","web3"],"created_at":"2025-01-02T20:53:29.751Z","updated_at":"2025-01-02T20:53:30.540Z","avatar_url":"https://github.com/AnishDe12020.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Storli\n\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/63192115/168748221-b0291043-1928-4de6-a99e-7803683d9177.svg\" alt=\"logo\" height=\"128\" width=\"128\" /\u003e\n\n  \n[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)\n[![Version](https://img.shields.io/npm/v/storli.svg)](https://npmjs.org/package/storli)\n[![Downloads/week](https://img.shields.io/npm/dw/storli.svg)](https://npmjs.org/package/storli)\n[![License](https://img.shields.io/npm/l/storli.svg)](https://github.com/AnishDe12020/storli/blob/main/package.json)\n\n**A CLI to upload files to IPFS and interact with them using [web3.storage](https://web3.storage)**\n  \n  \n  \u003c/div\u003e\n \u003cbr /\u003e\n\n\u003c!-- toc --\u003e\n* [Storli](#storli)\n* [Usage](#usage)\n* [Commands](#commands)\n\u003c!-- tocstop --\u003e\n\n# Usage\n\n\u003c!-- usage --\u003e\n```sh-session\n$ npm install -g storli\n$ storli COMMAND\nrunning command...\n$ storli (--version)\nstorli/1.0.2 linux-x64 node-v16.14.2\n$ storli --help [COMMAND]\nUSAGE\n  $ storli COMMAND\n...\n```\n\u003c!-- usagestop --\u003e\n\n# Commands\n\n\u003c!-- commands --\u003e\n* [`storli config`](#storli-config)\n* [`storli download CID`](#storli-download-cid)\n* [`storli help [COMMAND]`](#storli-help-command)\n* [`storli list`](#storli-list)\n* [`storli ls`](#storli-ls)\n* [`storli status CID`](#storli-status-cid)\n* [`storli upload FILEPATH`](#storli-upload-filepath)\n\n## `storli config`\n\nConfigure the CLI\n\n```\nUSAGE\n  $ storli config\n\nDESCRIPTION\n  Configure the CLI\n```\n\n_See code: [dist/commands/config/index.ts](https://github.com/AnishDe12020/storli/blob/v1.0.2/dist/commands/config/index.ts)_\n\n## `storli download CID`\n\nDownload files from an upload\n\n```\nUSAGE\n  $ storli download [CID]\n\nARGUMENTS\n  CID  The CID of the upload\n\nDESCRIPTION\n  Download files from an upload\n```\n\n_See code: [dist/commands/download/index.ts](https://github.com/AnishDe12020/storli/blob/v1.0.2/dist/commands/download/index.ts)_\n\n## `storli help [COMMAND]`\n\nDisplay help for storli.\n\n```\nUSAGE\n  $ storli help [COMMAND] [-n]\n\nARGUMENTS\n  COMMAND  Command to show help for.\n\nFLAGS\n  -n, --nested-commands  Include all nested commands in the output.\n\nDESCRIPTION\n  Display help for storli.\n```\n\n_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.12/src/commands/help.ts)_\n\n## `storli list`\n\nList all uploads made by you\n\n```\nUSAGE\n  $ storli list\n\nDESCRIPTION\n  List all uploads made by you\n\nALIASES\n  $ storli ls\n```\n\n_See code: [dist/commands/list/index.ts](https://github.com/AnishDe12020/storli/blob/v1.0.2/dist/commands/list/index.ts)_\n\n## `storli ls`\n\nList all uploads made by you\n\n```\nUSAGE\n  $ storli ls\n\nDESCRIPTION\n  List all uploads made by you\n\nALIASES\n  $ storli ls\n```\n\n## `storli status CID`\n\nCheck the status of an upload\n\n```\nUSAGE\n  $ storli status [CID]\n\nARGUMENTS\n  CID  The CID of the upload to check the status of\n\nDESCRIPTION\n  Check the status of an upload\n```\n\n_See code: [dist/commands/status/index.ts](https://github.com/AnishDe12020/storli/blob/v1.0.2/dist/commands/status/index.ts)_\n\n## `storli upload FILEPATH`\n\nUpload a file or directory to IPFS\n\n```\nUSAGE\n  $ storli upload [FILEPATH] [-n \u003cvalue\u003e] [-d]\n\nARGUMENTS\n  FILEPATH  Filepath of the file or directory to upload\n\nFLAGS\n  -d, --dontWrapCID   Don't wrap the file/dir with the CID in IPFS (by default, it is wrapped, recommended to be used\n                      when uploading a directory)\n  -n, --name=\u003cvalue\u003e  Name you want to give to the upload (defaults to Upload at \u003cdate and time\u003e)\n\nDESCRIPTION\n  Upload a file or directory to IPFS\n```\n\n_See code: [dist/commands/upload/index.ts](https://github.com/AnishDe12020/storli/blob/v1.0.2/dist/commands/upload/index.ts)_\n\u003c!-- commandsstop --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanishde12020%2Fstorli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanishde12020%2Fstorli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanishde12020%2Fstorli/lists"}