Skip to content

Commit 480452b

Browse files
committed
1.0.0
1 parent 769393d commit 480452b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $ npm install -g storli
2323
$ storli COMMAND
2424
running command...
2525
$ storli (--version)
26-
storli/0.0.0 linux-x64 node-v16.14.2
26+
storli/1.0.0 linux-x64 node-v16.14.2
2727
$ storli --help [COMMAND]
2828
USAGE
2929
$ storli COMMAND
@@ -54,7 +54,7 @@ DESCRIPTION
5454
Configure the CLI
5555
```
5656

57-
_See code: [dist/commands/config/index.ts](https://github.com/AnishDe12020/storli/blob/v0.0.0/dist/commands/config/index.ts)_
57+
_See code: [dist/commands/config/index.ts](https://github.com/AnishDe12020/storli/blob/v1.0.0/dist/commands/config/index.ts)_
5858

5959
## `storli download CID`
6060

@@ -71,7 +71,7 @@ DESCRIPTION
7171
Download files from an upload
7272
```
7373

74-
_See code: [dist/commands/download/index.ts](https://github.com/AnishDe12020/storli/blob/v0.0.0/dist/commands/download/index.ts)_
74+
_See code: [dist/commands/download/index.ts](https://github.com/AnishDe12020/storli/blob/v1.0.0/dist/commands/download/index.ts)_
7575

7676
## `storli help [COMMAND]`
7777

@@ -108,7 +108,7 @@ ALIASES
108108
$ storli ls
109109
```
110110

111-
_See code: [dist/commands/list/index.ts](https://github.com/AnishDe12020/storli/blob/v0.0.0/dist/commands/list/index.ts)_
111+
_See code: [dist/commands/list/index.ts](https://github.com/AnishDe12020/storli/blob/v1.0.0/dist/commands/list/index.ts)_
112112

113113
## `storli ls`
114114

@@ -140,7 +140,7 @@ DESCRIPTION
140140
Check the status of an upload
141141
```
142142

143-
_See code: [dist/commands/status/index.ts](https://github.com/AnishDe12020/storli/blob/v0.0.0/dist/commands/status/index.ts)_
143+
_See code: [dist/commands/status/index.ts](https://github.com/AnishDe12020/storli/blob/v1.0.0/dist/commands/status/index.ts)_
144144

145145
## `storli upload FILEPATH`
146146

@@ -162,5 +162,5 @@ DESCRIPTION
162162
Upload a file or directory to IPFS
163163
```
164164

165-
_See code: [dist/commands/upload/index.ts](https://github.com/AnishDe12020/storli/blob/v0.0.0/dist/commands/upload/index.ts)_
165+
_See code: [dist/commands/upload/index.ts](https://github.com/AnishDe12020/storli/blob/v1.0.0/dist/commands/upload/index.ts)_
166166
<!-- commandsstop -->

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "storli",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "CLI to help you upload files to IPFS",
55
"author": "AnishDe12020",
66
"bin": {

0 commit comments

Comments
 (0)