@internxt/cli 1.5.6 → 1.5.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +26 -26
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -51,7 +51,7 @@ $ npm install -g @internxt/cli
|
|
|
51
51
|
$ internxt COMMAND
|
|
52
52
|
running command...
|
|
53
53
|
$ internxt (--version)
|
|
54
|
-
@internxt/cli/1.5.
|
|
54
|
+
@internxt/cli/1.5.7 linux-x64 node-v22.20.0
|
|
55
55
|
$ internxt --help [COMMAND]
|
|
56
56
|
USAGE
|
|
57
57
|
$ internxt COMMAND
|
|
@@ -120,7 +120,7 @@ EXAMPLES
|
|
|
120
120
|
$ internxt add-cert
|
|
121
121
|
```
|
|
122
122
|
|
|
123
|
-
_See code: [src/commands/add-cert.ts](https://github.com/internxt/cli/blob/v1.5.
|
|
123
|
+
_See code: [src/commands/add-cert.ts](https://github.com/internxt/cli/blob/v1.5.7/src/commands/add-cert.ts)_
|
|
124
124
|
|
|
125
125
|
## `internxt autocomplete [SHELL]`
|
|
126
126
|
|
|
@@ -151,7 +151,7 @@ EXAMPLES
|
|
|
151
151
|
$ internxt autocomplete --refresh-cache
|
|
152
152
|
```
|
|
153
153
|
|
|
154
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.
|
|
154
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.36/src/commands/autocomplete/index.ts)_
|
|
155
155
|
|
|
156
156
|
## `internxt config`
|
|
157
157
|
|
|
@@ -171,7 +171,7 @@ EXAMPLES
|
|
|
171
171
|
$ internxt config
|
|
172
172
|
```
|
|
173
173
|
|
|
174
|
-
_See code: [src/commands/config.ts](https://github.com/internxt/cli/blob/v1.5.
|
|
174
|
+
_See code: [src/commands/config.ts](https://github.com/internxt/cli/blob/v1.5.7/src/commands/config.ts)_
|
|
175
175
|
|
|
176
176
|
## `internxt create-folder`
|
|
177
177
|
|
|
@@ -200,7 +200,7 @@ EXAMPLES
|
|
|
200
200
|
$ internxt create-folder
|
|
201
201
|
```
|
|
202
202
|
|
|
203
|
-
_See code: [src/commands/create-folder.ts](https://github.com/internxt/cli/blob/v1.5.
|
|
203
|
+
_See code: [src/commands/create-folder.ts](https://github.com/internxt/cli/blob/v1.5.7/src/commands/create-folder.ts)_
|
|
204
204
|
|
|
205
205
|
## `internxt delete-permanently-file`
|
|
206
206
|
|
|
@@ -230,7 +230,7 @@ EXAMPLES
|
|
|
230
230
|
$ internxt delete-permanently-file
|
|
231
231
|
```
|
|
232
232
|
|
|
233
|
-
_See code: [src/commands/delete-permanently-file.ts](https://github.com/internxt/cli/blob/v1.5.
|
|
233
|
+
_See code: [src/commands/delete-permanently-file.ts](https://github.com/internxt/cli/blob/v1.5.7/src/commands/delete-permanently-file.ts)_
|
|
234
234
|
|
|
235
235
|
## `internxt delete-permanently-folder`
|
|
236
236
|
|
|
@@ -260,7 +260,7 @@ EXAMPLES
|
|
|
260
260
|
$ internxt delete-permanently-folder
|
|
261
261
|
```
|
|
262
262
|
|
|
263
|
-
_See code: [src/commands/delete-permanently-folder.ts](https://github.com/internxt/cli/blob/v1.5.
|
|
263
|
+
_See code: [src/commands/delete-permanently-folder.ts](https://github.com/internxt/cli/blob/v1.5.7/src/commands/delete-permanently-folder.ts)_
|
|
264
264
|
|
|
265
265
|
## `internxt delete permanently file`
|
|
266
266
|
|
|
@@ -349,7 +349,7 @@ EXAMPLES
|
|
|
349
349
|
$ internxt download-file
|
|
350
350
|
```
|
|
351
351
|
|
|
352
|
-
_See code: [src/commands/download-file.ts](https://github.com/internxt/cli/blob/v1.5.
|
|
352
|
+
_See code: [src/commands/download-file.ts](https://github.com/internxt/cli/blob/v1.5.7/src/commands/download-file.ts)_
|
|
353
353
|
|
|
354
354
|
## `internxt download file`
|
|
355
355
|
|
|
@@ -408,7 +408,7 @@ EXAMPLES
|
|
|
408
408
|
$ internxt list
|
|
409
409
|
```
|
|
410
410
|
|
|
411
|
-
_See code: [src/commands/list.ts](https://github.com/internxt/cli/blob/v1.5.
|
|
411
|
+
_See code: [src/commands/list.ts](https://github.com/internxt/cli/blob/v1.5.7/src/commands/list.ts)_
|
|
412
412
|
|
|
413
413
|
## `internxt login`
|
|
414
414
|
|
|
@@ -439,7 +439,7 @@ EXAMPLES
|
|
|
439
439
|
$ internxt login
|
|
440
440
|
```
|
|
441
441
|
|
|
442
|
-
_See code: [src/commands/login.ts](https://github.com/internxt/cli/blob/v1.5.
|
|
442
|
+
_See code: [src/commands/login.ts](https://github.com/internxt/cli/blob/v1.5.7/src/commands/login.ts)_
|
|
443
443
|
|
|
444
444
|
## `internxt logout`
|
|
445
445
|
|
|
@@ -459,7 +459,7 @@ EXAMPLES
|
|
|
459
459
|
$ internxt logout
|
|
460
460
|
```
|
|
461
461
|
|
|
462
|
-
_See code: [src/commands/logout.ts](https://github.com/internxt/cli/blob/v1.5.
|
|
462
|
+
_See code: [src/commands/logout.ts](https://github.com/internxt/cli/blob/v1.5.7/src/commands/logout.ts)_
|
|
463
463
|
|
|
464
464
|
## `internxt logs`
|
|
465
465
|
|
|
@@ -479,7 +479,7 @@ EXAMPLES
|
|
|
479
479
|
$ internxt logs
|
|
480
480
|
```
|
|
481
481
|
|
|
482
|
-
_See code: [src/commands/logs.ts](https://github.com/internxt/cli/blob/v1.5.
|
|
482
|
+
_See code: [src/commands/logs.ts](https://github.com/internxt/cli/blob/v1.5.7/src/commands/logs.ts)_
|
|
483
483
|
|
|
484
484
|
## `internxt move-file`
|
|
485
485
|
|
|
@@ -511,7 +511,7 @@ EXAMPLES
|
|
|
511
511
|
$ internxt move-file
|
|
512
512
|
```
|
|
513
513
|
|
|
514
|
-
_See code: [src/commands/move-file.ts](https://github.com/internxt/cli/blob/v1.5.
|
|
514
|
+
_See code: [src/commands/move-file.ts](https://github.com/internxt/cli/blob/v1.5.7/src/commands/move-file.ts)_
|
|
515
515
|
|
|
516
516
|
## `internxt move-folder`
|
|
517
517
|
|
|
@@ -543,7 +543,7 @@ EXAMPLES
|
|
|
543
543
|
$ internxt move-folder
|
|
544
544
|
```
|
|
545
545
|
|
|
546
|
-
_See code: [src/commands/move-folder.ts](https://github.com/internxt/cli/blob/v1.5.
|
|
546
|
+
_See code: [src/commands/move-folder.ts](https://github.com/internxt/cli/blob/v1.5.7/src/commands/move-folder.ts)_
|
|
547
547
|
|
|
548
548
|
## `internxt move file`
|
|
549
549
|
|
|
@@ -634,7 +634,7 @@ EXAMPLES
|
|
|
634
634
|
$ internxt rename-file
|
|
635
635
|
```
|
|
636
636
|
|
|
637
|
-
_See code: [src/commands/rename-file.ts](https://github.com/internxt/cli/blob/v1.5.
|
|
637
|
+
_See code: [src/commands/rename-file.ts](https://github.com/internxt/cli/blob/v1.5.7/src/commands/rename-file.ts)_
|
|
638
638
|
|
|
639
639
|
## `internxt rename-folder`
|
|
640
640
|
|
|
@@ -665,7 +665,7 @@ EXAMPLES
|
|
|
665
665
|
$ internxt rename-folder
|
|
666
666
|
```
|
|
667
667
|
|
|
668
|
-
_See code: [src/commands/rename-folder.ts](https://github.com/internxt/cli/blob/v1.5.
|
|
668
|
+
_See code: [src/commands/rename-folder.ts](https://github.com/internxt/cli/blob/v1.5.7/src/commands/rename-folder.ts)_
|
|
669
669
|
|
|
670
670
|
## `internxt rename file`
|
|
671
671
|
|
|
@@ -753,7 +753,7 @@ EXAMPLES
|
|
|
753
753
|
$ internxt trash-clear
|
|
754
754
|
```
|
|
755
755
|
|
|
756
|
-
_See code: [src/commands/trash-clear.ts](https://github.com/internxt/cli/blob/v1.5.
|
|
756
|
+
_See code: [src/commands/trash-clear.ts](https://github.com/internxt/cli/blob/v1.5.7/src/commands/trash-clear.ts)_
|
|
757
757
|
|
|
758
758
|
## `internxt trash-file`
|
|
759
759
|
|
|
@@ -783,7 +783,7 @@ EXAMPLES
|
|
|
783
783
|
$ internxt trash-file
|
|
784
784
|
```
|
|
785
785
|
|
|
786
|
-
_See code: [src/commands/trash-file.ts](https://github.com/internxt/cli/blob/v1.5.
|
|
786
|
+
_See code: [src/commands/trash-file.ts](https://github.com/internxt/cli/blob/v1.5.7/src/commands/trash-file.ts)_
|
|
787
787
|
|
|
788
788
|
## `internxt trash-folder`
|
|
789
789
|
|
|
@@ -813,7 +813,7 @@ EXAMPLES
|
|
|
813
813
|
$ internxt trash-folder
|
|
814
814
|
```
|
|
815
815
|
|
|
816
|
-
_See code: [src/commands/trash-folder.ts](https://github.com/internxt/cli/blob/v1.5.
|
|
816
|
+
_See code: [src/commands/trash-folder.ts](https://github.com/internxt/cli/blob/v1.5.7/src/commands/trash-folder.ts)_
|
|
817
817
|
|
|
818
818
|
## `internxt trash-list`
|
|
819
819
|
|
|
@@ -839,7 +839,7 @@ EXAMPLES
|
|
|
839
839
|
$ internxt trash-list
|
|
840
840
|
```
|
|
841
841
|
|
|
842
|
-
_See code: [src/commands/trash-list.ts](https://github.com/internxt/cli/blob/v1.5.
|
|
842
|
+
_See code: [src/commands/trash-list.ts](https://github.com/internxt/cli/blob/v1.5.7/src/commands/trash-list.ts)_
|
|
843
843
|
|
|
844
844
|
## `internxt trash-restore-file`
|
|
845
845
|
|
|
@@ -870,7 +870,7 @@ EXAMPLES
|
|
|
870
870
|
$ internxt trash-restore-file
|
|
871
871
|
```
|
|
872
872
|
|
|
873
|
-
_See code: [src/commands/trash-restore-file.ts](https://github.com/internxt/cli/blob/v1.5.
|
|
873
|
+
_See code: [src/commands/trash-restore-file.ts](https://github.com/internxt/cli/blob/v1.5.7/src/commands/trash-restore-file.ts)_
|
|
874
874
|
|
|
875
875
|
## `internxt trash-restore-folder`
|
|
876
876
|
|
|
@@ -901,7 +901,7 @@ EXAMPLES
|
|
|
901
901
|
$ internxt trash-restore-folder
|
|
902
902
|
```
|
|
903
903
|
|
|
904
|
-
_See code: [src/commands/trash-restore-folder.ts](https://github.com/internxt/cli/blob/v1.5.
|
|
904
|
+
_See code: [src/commands/trash-restore-folder.ts](https://github.com/internxt/cli/blob/v1.5.7/src/commands/trash-restore-folder.ts)_
|
|
905
905
|
|
|
906
906
|
## `internxt trash clear`
|
|
907
907
|
|
|
@@ -1098,7 +1098,7 @@ EXAMPLES
|
|
|
1098
1098
|
$ internxt upload-file
|
|
1099
1099
|
```
|
|
1100
1100
|
|
|
1101
|
-
_See code: [src/commands/upload-file.ts](https://github.com/internxt/cli/blob/v1.5.
|
|
1101
|
+
_See code: [src/commands/upload-file.ts](https://github.com/internxt/cli/blob/v1.5.7/src/commands/upload-file.ts)_
|
|
1102
1102
|
|
|
1103
1103
|
## `internxt upload file`
|
|
1104
1104
|
|
|
@@ -1153,7 +1153,7 @@ EXAMPLES
|
|
|
1153
1153
|
$ internxt webdav status
|
|
1154
1154
|
```
|
|
1155
1155
|
|
|
1156
|
-
_See code: [src/commands/webdav.ts](https://github.com/internxt/cli/blob/v1.5.
|
|
1156
|
+
_See code: [src/commands/webdav.ts](https://github.com/internxt/cli/blob/v1.5.7/src/commands/webdav.ts)_
|
|
1157
1157
|
|
|
1158
1158
|
## `internxt webdav-config`
|
|
1159
1159
|
|
|
@@ -1180,7 +1180,7 @@ EXAMPLES
|
|
|
1180
1180
|
$ internxt webdav-config
|
|
1181
1181
|
```
|
|
1182
1182
|
|
|
1183
|
-
_See code: [src/commands/webdav-config.ts](https://github.com/internxt/cli/blob/v1.5.
|
|
1183
|
+
_See code: [src/commands/webdav-config.ts](https://github.com/internxt/cli/blob/v1.5.7/src/commands/webdav-config.ts)_
|
|
1184
1184
|
|
|
1185
1185
|
## `internxt whoami`
|
|
1186
1186
|
|
|
@@ -1200,7 +1200,7 @@ EXAMPLES
|
|
|
1200
1200
|
$ internxt whoami
|
|
1201
1201
|
```
|
|
1202
1202
|
|
|
1203
|
-
_See code: [src/commands/whoami.ts](https://github.com/internxt/cli/blob/v1.5.
|
|
1203
|
+
_See code: [src/commands/whoami.ts](https://github.com/internxt/cli/blob/v1.5.7/src/commands/whoami.ts)_
|
|
1204
1204
|
<!-- commandsstop -->
|
|
1205
1205
|
|
|
1206
1206
|
# Current Limitations
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "Internxt <hello@internxt.com>",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.7",
|
|
4
4
|
"description": "Internxt CLI to manage your encrypted storage",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn clean && tsc",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"@internxt/inxt-js": "2.2.9",
|
|
41
41
|
"@internxt/lib": "1.3.1",
|
|
42
42
|
"@internxt/sdk": "1.11.12",
|
|
43
|
-
"@oclif/core": "4.5.
|
|
44
|
-
"@oclif/plugin-autocomplete": "3.2.
|
|
43
|
+
"@oclif/core": "4.5.5",
|
|
44
|
+
"@oclif/plugin-autocomplete": "3.2.36",
|
|
45
45
|
"axios": "1.12.2",
|
|
46
46
|
"bip39": "3.1.0",
|
|
47
47
|
"body-parser": "2.2.0",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"dotenv": "17.2.3",
|
|
51
51
|
"express": "5.1.0",
|
|
52
52
|
"express-async-handler": "1.2.0",
|
|
53
|
-
"fast-xml-parser": "5.
|
|
53
|
+
"fast-xml-parser": "5.3.0",
|
|
54
54
|
"mime-types": "3.0.1",
|
|
55
55
|
"openpgp": "6.2.2",
|
|
56
56
|
"otpauth": "9.4.1",
|
|
@@ -67,15 +67,15 @@
|
|
|
67
67
|
"@types/cli-progress": "3.11.6",
|
|
68
68
|
"@types/express": "5.0.3",
|
|
69
69
|
"@types/mime-types": "3.0.1",
|
|
70
|
-
"@types/node": "22.18.
|
|
70
|
+
"@types/node": "22.18.9",
|
|
71
71
|
"@types/range-parser": "1.2.7",
|
|
72
72
|
"@vitest/coverage-istanbul": "3.2.4",
|
|
73
73
|
"@vitest/spy": "3.2.4",
|
|
74
|
-
"eslint": "9.
|
|
74
|
+
"eslint": "9.37.0",
|
|
75
75
|
"husky": "9.1.7",
|
|
76
|
-
"lint-staged": "16.2.
|
|
76
|
+
"lint-staged": "16.2.4",
|
|
77
77
|
"nodemon": "3.1.10",
|
|
78
|
-
"oclif": "4.22.
|
|
78
|
+
"oclif": "4.22.32",
|
|
79
79
|
"prettier": "3.6.2",
|
|
80
80
|
"rimraf": "6.0.1",
|
|
81
81
|
"ts-node": "10.9.2",
|