Skip to content

Commit 5b70e05

Browse files
authored
Merge pull request #171 from internxt/feat/bump-version
[_]: chore/update-version-to-1.5.0
2 parents c06a0b4 + 12bcff1 commit 5b70e05

2 files changed

Lines changed: 26 additions & 26 deletions

File tree

README.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $ npm install -g @internxt/cli
3131
$ internxt COMMAND
3232
running command...
3333
$ internxt (--version)
34-
@internxt/cli/1.4.2 win32-x64 node-v20.9.0
34+
@internxt/cli/1.5.0 win32-x64 node-v20.9.0
3535
$ internxt --help [COMMAND]
3636
USAGE
3737
$ internxt COMMAND
@@ -99,7 +99,7 @@ EXAMPLES
9999
$ internxt add-cert
100100
```
101101

102-
_See code: [src/commands/add-cert.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/add-cert.ts)_
102+
_See code: [src/commands/add-cert.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/add-cert.ts)_
103103

104104
## `internxt config`
105105

@@ -119,7 +119,7 @@ EXAMPLES
119119
$ internxt config
120120
```
121121

122-
_See code: [src/commands/config.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/config.ts)_
122+
_See code: [src/commands/config.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/config.ts)_
123123

124124
## `internxt create-folder`
125125

@@ -148,7 +148,7 @@ EXAMPLES
148148
$ internxt create-folder
149149
```
150150

151-
_See code: [src/commands/create-folder.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/create-folder.ts)_
151+
_See code: [src/commands/create-folder.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/create-folder.ts)_
152152

153153
## `internxt delete-permanently-file`
154154

@@ -178,7 +178,7 @@ EXAMPLES
178178
$ internxt delete-permanently-file
179179
```
180180

181-
_See code: [src/commands/delete-permanently-file.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/delete-permanently-file.ts)_
181+
_See code: [src/commands/delete-permanently-file.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/delete-permanently-file.ts)_
182182

183183
## `internxt delete-permanently-folder`
184184

@@ -208,7 +208,7 @@ EXAMPLES
208208
$ internxt delete-permanently-folder
209209
```
210210

211-
_See code: [src/commands/delete-permanently-folder.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/delete-permanently-folder.ts)_
211+
_See code: [src/commands/delete-permanently-folder.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/delete-permanently-folder.ts)_
212212

213213
## `internxt delete permanently file`
214214

@@ -297,7 +297,7 @@ EXAMPLES
297297
$ internxt download-file
298298
```
299299

300-
_See code: [src/commands/download-file.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/download-file.ts)_
300+
_See code: [src/commands/download-file.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/download-file.ts)_
301301

302302
## `internxt download file`
303303

@@ -356,7 +356,7 @@ EXAMPLES
356356
$ internxt list
357357
```
358358

359-
_See code: [src/commands/list.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/list.ts)_
359+
_See code: [src/commands/list.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/list.ts)_
360360

361361
## `internxt login`
362362

@@ -385,7 +385,7 @@ EXAMPLES
385385
$ internxt login
386386
```
387387

388-
_See code: [src/commands/login.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/login.ts)_
388+
_See code: [src/commands/login.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/login.ts)_
389389

390390
## `internxt logout`
391391

@@ -405,7 +405,7 @@ EXAMPLES
405405
$ internxt logout
406406
```
407407

408-
_See code: [src/commands/logout.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/logout.ts)_
408+
_See code: [src/commands/logout.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/logout.ts)_
409409

410410
## `internxt logs`
411411

@@ -425,7 +425,7 @@ EXAMPLES
425425
$ internxt logs
426426
```
427427

428-
_See code: [src/commands/logs.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/logs.ts)_
428+
_See code: [src/commands/logs.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/logs.ts)_
429429

430430
## `internxt move-file`
431431

@@ -457,7 +457,7 @@ EXAMPLES
457457
$ internxt move-file
458458
```
459459

460-
_See code: [src/commands/move-file.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/move-file.ts)_
460+
_See code: [src/commands/move-file.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/move-file.ts)_
461461

462462
## `internxt move-folder`
463463

@@ -489,7 +489,7 @@ EXAMPLES
489489
$ internxt move-folder
490490
```
491491

492-
_See code: [src/commands/move-folder.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/move-folder.ts)_
492+
_See code: [src/commands/move-folder.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/move-folder.ts)_
493493

494494
## `internxt move file`
495495

@@ -580,7 +580,7 @@ EXAMPLES
580580
$ internxt rename-file
581581
```
582582

583-
_See code: [src/commands/rename-file.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/rename-file.ts)_
583+
_See code: [src/commands/rename-file.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/rename-file.ts)_
584584

585585
## `internxt rename-folder`
586586

@@ -611,7 +611,7 @@ EXAMPLES
611611
$ internxt rename-folder
612612
```
613613

614-
_See code: [src/commands/rename-folder.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/rename-folder.ts)_
614+
_See code: [src/commands/rename-folder.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/rename-folder.ts)_
615615

616616
## `internxt rename file`
617617

@@ -699,7 +699,7 @@ EXAMPLES
699699
$ internxt trash-clear
700700
```
701701

702-
_See code: [src/commands/trash-clear.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/trash-clear.ts)_
702+
_See code: [src/commands/trash-clear.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/trash-clear.ts)_
703703

704704
## `internxt trash-file`
705705

@@ -729,7 +729,7 @@ EXAMPLES
729729
$ internxt trash-file
730730
```
731731

732-
_See code: [src/commands/trash-file.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/trash-file.ts)_
732+
_See code: [src/commands/trash-file.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/trash-file.ts)_
733733

734734
## `internxt trash-folder`
735735

@@ -759,7 +759,7 @@ EXAMPLES
759759
$ internxt trash-folder
760760
```
761761

762-
_See code: [src/commands/trash-folder.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/trash-folder.ts)_
762+
_See code: [src/commands/trash-folder.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/trash-folder.ts)_
763763

764764
## `internxt trash-list`
765765

@@ -785,7 +785,7 @@ EXAMPLES
785785
$ internxt trash-list
786786
```
787787

788-
_See code: [src/commands/trash-list.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/trash-list.ts)_
788+
_See code: [src/commands/trash-list.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/trash-list.ts)_
789789

790790
## `internxt trash-restore-file`
791791

@@ -816,7 +816,7 @@ EXAMPLES
816816
$ internxt trash-restore-file
817817
```
818818

819-
_See code: [src/commands/trash-restore-file.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/trash-restore-file.ts)_
819+
_See code: [src/commands/trash-restore-file.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/trash-restore-file.ts)_
820820

821821
## `internxt trash-restore-folder`
822822

@@ -847,7 +847,7 @@ EXAMPLES
847847
$ internxt trash-restore-folder
848848
```
849849

850-
_See code: [src/commands/trash-restore-folder.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/trash-restore-folder.ts)_
850+
_See code: [src/commands/trash-restore-folder.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/trash-restore-folder.ts)_
851851

852852
## `internxt trash clear`
853853

@@ -1044,7 +1044,7 @@ EXAMPLES
10441044
$ internxt upload-file
10451045
```
10461046

1047-
_See code: [src/commands/upload-file.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/upload-file.ts)_
1047+
_See code: [src/commands/upload-file.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/upload-file.ts)_
10481048

10491049
## `internxt upload file`
10501050

@@ -1099,7 +1099,7 @@ EXAMPLES
10991099
$ internxt webdav status
11001100
```
11011101

1102-
_See code: [src/commands/webdav.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/webdav.ts)_
1102+
_See code: [src/commands/webdav.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/webdav.ts)_
11031103

11041104
## `internxt webdav-config`
11051105

@@ -1124,7 +1124,7 @@ EXAMPLES
11241124
$ internxt webdav-config
11251125
```
11261126

1127-
_See code: [src/commands/webdav-config.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/webdav-config.ts)_
1127+
_See code: [src/commands/webdav-config.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/webdav-config.ts)_
11281128

11291129
## `internxt whoami`
11301130

@@ -1144,7 +1144,7 @@ EXAMPLES
11441144
$ internxt whoami
11451145
```
11461146

1147-
_See code: [src/commands/whoami.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/whoami.ts)_
1147+
_See code: [src/commands/whoami.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/whoami.ts)_
11481148
<!-- commandsstop -->
11491149

11501150
# Current Limitations

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"author": "Internxt <hello@internxt.com>",
3-
"version": "1.4.2",
3+
"version": "1.5.0",
44
"description": "Internxt CLI to manage your encrypted storage",
55
"scripts": {
66
"build": "yarn clean && tsc",

0 commit comments

Comments
 (0)