Skip to content

Commit 7dd2590

Browse files
committed
chore: bump cli version
1 parent 09f37b8 commit 7dd2590

2 files changed

Lines changed: 27 additions & 27 deletions

File tree

README.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ $ npm install -g @internxt/cli
5252
$ internxt COMMAND
5353
running command...
5454
$ internxt (--version)
55-
@internxt/cli/1.5.9 win32-x64 node-v24.3.0
55+
@internxt/cli/1.6.0 win32-x64 node-v24.3.0
5656
$ internxt --help [COMMAND]
5757
USAGE
5858
$ internxt COMMAND
@@ -126,7 +126,7 @@ EXAMPLES
126126
$ internxt add-cert
127127
```
128128

129-
_See code: [src/commands/add-cert.ts](https://github.com/internxt/cli/blob/v1.5.9/src/commands/add-cert.ts)_
129+
_See code: [src/commands/add-cert.ts](https://github.com/internxt/cli/blob/v1.6.0/src/commands/add-cert.ts)_
130130

131131
## `internxt autocomplete [SHELL]`
132132

@@ -177,7 +177,7 @@ EXAMPLES
177177
$ internxt config
178178
```
179179

180-
_See code: [src/commands/config.ts](https://github.com/internxt/cli/blob/v1.5.9/src/commands/config.ts)_
180+
_See code: [src/commands/config.ts](https://github.com/internxt/cli/blob/v1.6.0/src/commands/config.ts)_
181181

182182
## `internxt create-folder`
183183

@@ -206,7 +206,7 @@ EXAMPLES
206206
$ internxt create-folder
207207
```
208208

209-
_See code: [src/commands/create-folder.ts](https://github.com/internxt/cli/blob/v1.5.9/src/commands/create-folder.ts)_
209+
_See code: [src/commands/create-folder.ts](https://github.com/internxt/cli/blob/v1.6.0/src/commands/create-folder.ts)_
210210

211211
## `internxt delete-permanently-file`
212212

@@ -236,7 +236,7 @@ EXAMPLES
236236
$ internxt delete-permanently-file
237237
```
238238

239-
_See code: [src/commands/delete-permanently-file.ts](https://github.com/internxt/cli/blob/v1.5.9/src/commands/delete-permanently-file.ts)_
239+
_See code: [src/commands/delete-permanently-file.ts](https://github.com/internxt/cli/blob/v1.6.0/src/commands/delete-permanently-file.ts)_
240240

241241
## `internxt delete-permanently-folder`
242242

@@ -266,7 +266,7 @@ EXAMPLES
266266
$ internxt delete-permanently-folder
267267
```
268268

269-
_See code: [src/commands/delete-permanently-folder.ts](https://github.com/internxt/cli/blob/v1.5.9/src/commands/delete-permanently-folder.ts)_
269+
_See code: [src/commands/delete-permanently-folder.ts](https://github.com/internxt/cli/blob/v1.6.0/src/commands/delete-permanently-folder.ts)_
270270

271271
## `internxt delete permanently file`
272272

@@ -355,7 +355,7 @@ EXAMPLES
355355
$ internxt download-file
356356
```
357357

358-
_See code: [src/commands/download-file.ts](https://github.com/internxt/cli/blob/v1.5.9/src/commands/download-file.ts)_
358+
_See code: [src/commands/download-file.ts](https://github.com/internxt/cli/blob/v1.6.0/src/commands/download-file.ts)_
359359

360360
## `internxt download file`
361361

@@ -414,7 +414,7 @@ EXAMPLES
414414
$ internxt list
415415
```
416416

417-
_See code: [src/commands/list.ts](https://github.com/internxt/cli/blob/v1.5.9/src/commands/list.ts)_
417+
_See code: [src/commands/list.ts](https://github.com/internxt/cli/blob/v1.6.0/src/commands/list.ts)_
418418

419419
## `internxt login`
420420

@@ -442,7 +442,7 @@ EXAMPLES
442442
$ internxt login
443443
```
444444

445-
_See code: [src/commands/login.ts](https://github.com/internxt/cli/blob/v1.5.9/src/commands/login.ts)_
445+
_See code: [src/commands/login.ts](https://github.com/internxt/cli/blob/v1.6.0/src/commands/login.ts)_
446446

447447
## `internxt login-legacy`
448448

@@ -474,7 +474,7 @@ EXAMPLES
474474
$ internxt login-legacy
475475
```
476476

477-
_See code: [src/commands/login-legacy.ts](https://github.com/internxt/cli/blob/v1.5.9/src/commands/login-legacy.ts)_
477+
_See code: [src/commands/login-legacy.ts](https://github.com/internxt/cli/blob/v1.6.0/src/commands/login-legacy.ts)_
478478

479479
## `internxt logout`
480480

@@ -494,7 +494,7 @@ EXAMPLES
494494
$ internxt logout
495495
```
496496

497-
_See code: [src/commands/logout.ts](https://github.com/internxt/cli/blob/v1.5.9/src/commands/logout.ts)_
497+
_See code: [src/commands/logout.ts](https://github.com/internxt/cli/blob/v1.6.0/src/commands/logout.ts)_
498498

499499
## `internxt logs`
500500

@@ -514,7 +514,7 @@ EXAMPLES
514514
$ internxt logs
515515
```
516516

517-
_See code: [src/commands/logs.ts](https://github.com/internxt/cli/blob/v1.5.9/src/commands/logs.ts)_
517+
_See code: [src/commands/logs.ts](https://github.com/internxt/cli/blob/v1.6.0/src/commands/logs.ts)_
518518

519519
## `internxt move-file`
520520

@@ -546,7 +546,7 @@ EXAMPLES
546546
$ internxt move-file
547547
```
548548

549-
_See code: [src/commands/move-file.ts](https://github.com/internxt/cli/blob/v1.5.9/src/commands/move-file.ts)_
549+
_See code: [src/commands/move-file.ts](https://github.com/internxt/cli/blob/v1.6.0/src/commands/move-file.ts)_
550550

551551
## `internxt move-folder`
552552

@@ -578,7 +578,7 @@ EXAMPLES
578578
$ internxt move-folder
579579
```
580580

581-
_See code: [src/commands/move-folder.ts](https://github.com/internxt/cli/blob/v1.5.9/src/commands/move-folder.ts)_
581+
_See code: [src/commands/move-folder.ts](https://github.com/internxt/cli/blob/v1.6.0/src/commands/move-folder.ts)_
582582

583583
## `internxt move file`
584584

@@ -669,7 +669,7 @@ EXAMPLES
669669
$ internxt rename-file
670670
```
671671

672-
_See code: [src/commands/rename-file.ts](https://github.com/internxt/cli/blob/v1.5.9/src/commands/rename-file.ts)_
672+
_See code: [src/commands/rename-file.ts](https://github.com/internxt/cli/blob/v1.6.0/src/commands/rename-file.ts)_
673673

674674
## `internxt rename-folder`
675675

@@ -700,7 +700,7 @@ EXAMPLES
700700
$ internxt rename-folder
701701
```
702702

703-
_See code: [src/commands/rename-folder.ts](https://github.com/internxt/cli/blob/v1.5.9/src/commands/rename-folder.ts)_
703+
_See code: [src/commands/rename-folder.ts](https://github.com/internxt/cli/blob/v1.6.0/src/commands/rename-folder.ts)_
704704

705705
## `internxt rename file`
706706

@@ -788,7 +788,7 @@ EXAMPLES
788788
$ internxt trash-clear
789789
```
790790

791-
_See code: [src/commands/trash-clear.ts](https://github.com/internxt/cli/blob/v1.5.9/src/commands/trash-clear.ts)_
791+
_See code: [src/commands/trash-clear.ts](https://github.com/internxt/cli/blob/v1.6.0/src/commands/trash-clear.ts)_
792792

793793
## `internxt trash-file`
794794

@@ -818,7 +818,7 @@ EXAMPLES
818818
$ internxt trash-file
819819
```
820820

821-
_See code: [src/commands/trash-file.ts](https://github.com/internxt/cli/blob/v1.5.9/src/commands/trash-file.ts)_
821+
_See code: [src/commands/trash-file.ts](https://github.com/internxt/cli/blob/v1.6.0/src/commands/trash-file.ts)_
822822

823823
## `internxt trash-folder`
824824

@@ -848,7 +848,7 @@ EXAMPLES
848848
$ internxt trash-folder
849849
```
850850

851-
_See code: [src/commands/trash-folder.ts](https://github.com/internxt/cli/blob/v1.5.9/src/commands/trash-folder.ts)_
851+
_See code: [src/commands/trash-folder.ts](https://github.com/internxt/cli/blob/v1.6.0/src/commands/trash-folder.ts)_
852852

853853
## `internxt trash-list`
854854

@@ -874,7 +874,7 @@ EXAMPLES
874874
$ internxt trash-list
875875
```
876876

877-
_See code: [src/commands/trash-list.ts](https://github.com/internxt/cli/blob/v1.5.9/src/commands/trash-list.ts)_
877+
_See code: [src/commands/trash-list.ts](https://github.com/internxt/cli/blob/v1.6.0/src/commands/trash-list.ts)_
878878

879879
## `internxt trash-restore-file`
880880

@@ -905,7 +905,7 @@ EXAMPLES
905905
$ internxt trash-restore-file
906906
```
907907

908-
_See code: [src/commands/trash-restore-file.ts](https://github.com/internxt/cli/blob/v1.5.9/src/commands/trash-restore-file.ts)_
908+
_See code: [src/commands/trash-restore-file.ts](https://github.com/internxt/cli/blob/v1.6.0/src/commands/trash-restore-file.ts)_
909909

910910
## `internxt trash-restore-folder`
911911

@@ -936,7 +936,7 @@ EXAMPLES
936936
$ internxt trash-restore-folder
937937
```
938938

939-
_See code: [src/commands/trash-restore-folder.ts](https://github.com/internxt/cli/blob/v1.5.9/src/commands/trash-restore-folder.ts)_
939+
_See code: [src/commands/trash-restore-folder.ts](https://github.com/internxt/cli/blob/v1.6.0/src/commands/trash-restore-folder.ts)_
940940

941941
## `internxt trash clear`
942942

@@ -1133,7 +1133,7 @@ EXAMPLES
11331133
$ internxt upload-file
11341134
```
11351135

1136-
_See code: [src/commands/upload-file.ts](https://github.com/internxt/cli/blob/v1.5.9/src/commands/upload-file.ts)_
1136+
_See code: [src/commands/upload-file.ts](https://github.com/internxt/cli/blob/v1.6.0/src/commands/upload-file.ts)_
11371137

11381138
## `internxt upload file`
11391139

@@ -1188,7 +1188,7 @@ EXAMPLES
11881188
$ internxt webdav status
11891189
```
11901190

1191-
_See code: [src/commands/webdav.ts](https://github.com/internxt/cli/blob/v1.5.9/src/commands/webdav.ts)_
1191+
_See code: [src/commands/webdav.ts](https://github.com/internxt/cli/blob/v1.6.0/src/commands/webdav.ts)_
11921192

11931193
## `internxt webdav-config`
11941194

@@ -1216,7 +1216,7 @@ EXAMPLES
12161216
$ internxt webdav-config
12171217
```
12181218

1219-
_See code: [src/commands/webdav-config.ts](https://github.com/internxt/cli/blob/v1.5.9/src/commands/webdav-config.ts)_
1219+
_See code: [src/commands/webdav-config.ts](https://github.com/internxt/cli/blob/v1.6.0/src/commands/webdav-config.ts)_
12201220

12211221
## `internxt whoami`
12221222

@@ -1236,7 +1236,7 @@ EXAMPLES
12361236
$ internxt whoami
12371237
```
12381238

1239-
_See code: [src/commands/whoami.ts](https://github.com/internxt/cli/blob/v1.5.9/src/commands/whoami.ts)_
1239+
_See code: [src/commands/whoami.ts](https://github.com/internxt/cli/blob/v1.6.0/src/commands/whoami.ts)_
12401240
<!-- commandsstop -->
12411241

12421242
# 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.5.9",
3+
"version": "1.6.0",
44
"description": "Internxt CLI to manage your encrypted storage",
55
"scripts": {
66
"build": "yarn clean && tsc",

0 commit comments

Comments
 (0)