@internxt/cli 1.4.1 → 1.4.2

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 CHANGED
@@ -31,7 +31,7 @@ $ npm install -g @internxt/cli
31
31
  $ internxt COMMAND
32
32
  running command...
33
33
  $ internxt (--version)
34
- @internxt/cli/1.4.1 linux-x64 node-v20.18.1
34
+ @internxt/cli/1.4.2 linux-x64 node-v20.18.1
35
35
  $ internxt --help [COMMAND]
36
36
  USAGE
37
37
  $ internxt COMMAND
@@ -99,7 +99,7 @@ EXAMPLES
99
99
  $ internxt add-cert
100
100
  ```
101
101
 
102
- _See code: [src/commands/add-cert.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/add-cert.ts)_
102
+ _See code: [src/commands/add-cert.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/add-cert.ts)_
103
103
 
104
104
  ## `internxt config`
105
105
 
@@ -119,7 +119,7 @@ EXAMPLES
119
119
  $ internxt config
120
120
  ```
121
121
 
122
- _See code: [src/commands/config.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/config.ts)_
122
+ _See code: [src/commands/config.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/config.ts)_
123
123
 
124
124
  ## `internxt create-folder`
125
125
 
@@ -148,7 +148,7 @@ EXAMPLES
148
148
  $ internxt create-folder
149
149
  ```
150
150
 
151
- _See code: [src/commands/create-folder.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/create-folder.ts)_
151
+ _See code: [src/commands/create-folder.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/create-folder.ts)_
152
152
 
153
153
  ## `internxt delete-permanently-file`
154
154
 
@@ -178,7 +178,7 @@ EXAMPLES
178
178
  $ internxt delete-permanently-file
179
179
  ```
180
180
 
181
- _See code: [src/commands/delete-permanently-file.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/delete-permanently-file.ts)_
181
+ _See code: [src/commands/delete-permanently-file.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/delete-permanently-file.ts)_
182
182
 
183
183
  ## `internxt delete-permanently-folder`
184
184
 
@@ -208,7 +208,7 @@ EXAMPLES
208
208
  $ internxt delete-permanently-folder
209
209
  ```
210
210
 
211
- _See code: [src/commands/delete-permanently-folder.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/delete-permanently-folder.ts)_
211
+ _See code: [src/commands/delete-permanently-folder.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/delete-permanently-folder.ts)_
212
212
 
213
213
  ## `internxt delete permanently file`
214
214
 
@@ -297,7 +297,7 @@ EXAMPLES
297
297
  $ internxt download-file
298
298
  ```
299
299
 
300
- _See code: [src/commands/download-file.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/download-file.ts)_
300
+ _See code: [src/commands/download-file.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/download-file.ts)_
301
301
 
302
302
  ## `internxt download file`
303
303
 
@@ -356,7 +356,7 @@ EXAMPLES
356
356
  $ internxt list
357
357
  ```
358
358
 
359
- _See code: [src/commands/list.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/list.ts)_
359
+ _See code: [src/commands/list.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/list.ts)_
360
360
 
361
361
  ## `internxt login`
362
362
 
@@ -385,7 +385,7 @@ EXAMPLES
385
385
  $ internxt login
386
386
  ```
387
387
 
388
- _See code: [src/commands/login.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/login.ts)_
388
+ _See code: [src/commands/login.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/login.ts)_
389
389
 
390
390
  ## `internxt logout`
391
391
 
@@ -405,7 +405,7 @@ EXAMPLES
405
405
  $ internxt logout
406
406
  ```
407
407
 
408
- _See code: [src/commands/logout.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/logout.ts)_
408
+ _See code: [src/commands/logout.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/logout.ts)_
409
409
 
410
410
  ## `internxt logs`
411
411
 
@@ -425,7 +425,7 @@ EXAMPLES
425
425
  $ internxt logs
426
426
  ```
427
427
 
428
- _See code: [src/commands/logs.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/logs.ts)_
428
+ _See code: [src/commands/logs.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/logs.ts)_
429
429
 
430
430
  ## `internxt move-file`
431
431
 
@@ -457,7 +457,7 @@ EXAMPLES
457
457
  $ internxt move-file
458
458
  ```
459
459
 
460
- _See code: [src/commands/move-file.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/move-file.ts)_
460
+ _See code: [src/commands/move-file.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/move-file.ts)_
461
461
 
462
462
  ## `internxt move-folder`
463
463
 
@@ -489,7 +489,7 @@ EXAMPLES
489
489
  $ internxt move-folder
490
490
  ```
491
491
 
492
- _See code: [src/commands/move-folder.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/move-folder.ts)_
492
+ _See code: [src/commands/move-folder.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/move-folder.ts)_
493
493
 
494
494
  ## `internxt move file`
495
495
 
@@ -580,7 +580,7 @@ EXAMPLES
580
580
  $ internxt rename-file
581
581
  ```
582
582
 
583
- _See code: [src/commands/rename-file.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/rename-file.ts)_
583
+ _See code: [src/commands/rename-file.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/rename-file.ts)_
584
584
 
585
585
  ## `internxt rename-folder`
586
586
 
@@ -611,7 +611,7 @@ EXAMPLES
611
611
  $ internxt rename-folder
612
612
  ```
613
613
 
614
- _See code: [src/commands/rename-folder.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/rename-folder.ts)_
614
+ _See code: [src/commands/rename-folder.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/rename-folder.ts)_
615
615
 
616
616
  ## `internxt rename file`
617
617
 
@@ -699,7 +699,7 @@ EXAMPLES
699
699
  $ internxt trash-clear
700
700
  ```
701
701
 
702
- _See code: [src/commands/trash-clear.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/trash-clear.ts)_
702
+ _See code: [src/commands/trash-clear.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/trash-clear.ts)_
703
703
 
704
704
  ## `internxt trash-file`
705
705
 
@@ -729,7 +729,7 @@ EXAMPLES
729
729
  $ internxt trash-file
730
730
  ```
731
731
 
732
- _See code: [src/commands/trash-file.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/trash-file.ts)_
732
+ _See code: [src/commands/trash-file.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/trash-file.ts)_
733
733
 
734
734
  ## `internxt trash-folder`
735
735
 
@@ -759,7 +759,7 @@ EXAMPLES
759
759
  $ internxt trash-folder
760
760
  ```
761
761
 
762
- _See code: [src/commands/trash-folder.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/trash-folder.ts)_
762
+ _See code: [src/commands/trash-folder.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/trash-folder.ts)_
763
763
 
764
764
  ## `internxt trash-list`
765
765
 
@@ -785,7 +785,7 @@ EXAMPLES
785
785
  $ internxt trash-list
786
786
  ```
787
787
 
788
- _See code: [src/commands/trash-list.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/trash-list.ts)_
788
+ _See code: [src/commands/trash-list.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/trash-list.ts)_
789
789
 
790
790
  ## `internxt trash-restore-file`
791
791
 
@@ -816,7 +816,7 @@ EXAMPLES
816
816
  $ internxt trash-restore-file
817
817
  ```
818
818
 
819
- _See code: [src/commands/trash-restore-file.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/trash-restore-file.ts)_
819
+ _See code: [src/commands/trash-restore-file.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/trash-restore-file.ts)_
820
820
 
821
821
  ## `internxt trash-restore-folder`
822
822
 
@@ -847,7 +847,7 @@ EXAMPLES
847
847
  $ internxt trash-restore-folder
848
848
  ```
849
849
 
850
- _See code: [src/commands/trash-restore-folder.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/trash-restore-folder.ts)_
850
+ _See code: [src/commands/trash-restore-folder.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/trash-restore-folder.ts)_
851
851
 
852
852
  ## `internxt trash clear`
853
853
 
@@ -1044,7 +1044,7 @@ EXAMPLES
1044
1044
  $ internxt upload-file
1045
1045
  ```
1046
1046
 
1047
- _See code: [src/commands/upload-file.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/upload-file.ts)_
1047
+ _See code: [src/commands/upload-file.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/upload-file.ts)_
1048
1048
 
1049
1049
  ## `internxt upload file`
1050
1050
 
@@ -1099,7 +1099,7 @@ EXAMPLES
1099
1099
  $ internxt webdav status
1100
1100
  ```
1101
1101
 
1102
- _See code: [src/commands/webdav.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/webdav.ts)_
1102
+ _See code: [src/commands/webdav.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/webdav.ts)_
1103
1103
 
1104
1104
  ## `internxt webdav-config`
1105
1105
 
@@ -1124,7 +1124,7 @@ EXAMPLES
1124
1124
  $ internxt webdav-config
1125
1125
  ```
1126
1126
 
1127
- _See code: [src/commands/webdav-config.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/webdav-config.ts)_
1127
+ _See code: [src/commands/webdav-config.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/webdav-config.ts)_
1128
1128
 
1129
1129
  ## `internxt whoami`
1130
1130
 
@@ -1144,7 +1144,7 @@ EXAMPLES
1144
1144
  $ internxt whoami
1145
1145
  ```
1146
1146
 
1147
- _See code: [src/commands/whoami.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/whoami.ts)_
1147
+ _See code: [src/commands/whoami.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/whoami.ts)_
1148
1148
  <!-- commandsstop -->
1149
1149
 
1150
1150
  # Current Limitations
@@ -1257,5 +1257,5 @@
1257
1257
  ]
1258
1258
  }
1259
1259
  },
1260
- "version": "1.4.1"
1260
+ "version": "1.4.2"
1261
1261
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "author": "Internxt <hello@internxt.com>",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "Internxt CLI to manage your encrypted storage",
5
5
  "scripts": {
6
6
  "build": "yarn clean && tsc",
@@ -37,59 +37,59 @@
37
37
  "/oclif.manifest.json"
38
38
  ],
39
39
  "dependencies": {
40
- "@inquirer/prompts": "^7.2.0",
41
- "@internxt/inxt-js": "^2.0.11",
42
- "@internxt/lib": "^1.2.1",
43
- "@internxt/sdk": "^1.7.0",
44
- "@oclif/core": "^4.0.36",
45
- "@types/validator": "^13.12.2",
46
- "axios": "^1.7.9",
47
- "bip39": "^3.1.0",
48
- "body-parser": "^1.20.3",
49
- "cli-progress": "^3.12.0",
50
- "dayjs": "^1.11.13",
51
- "dotenv": "^16.4.7",
52
- "express": "^4.21.2",
53
- "express-async-handler": "^1.2.0",
54
- "express-basic-auth": "^1.2.1",
55
- "fast-xml-parser": "^4.5.0",
56
- "mime-types": "^2.1.35",
57
- "node-fetch": "^2",
58
- "openpgp": "^5.11.1",
59
- "pm2": "^5.4.3",
60
- "reflect-metadata": "^0.2.2",
61
- "selfsigned": "^2.4.1",
62
- "sequelize": "^6.37.5",
63
- "sequelize-typescript": "^2.1.6",
64
- "sqlite3": "^5.1.7",
65
- "tty-table": "^4.2.3",
66
- "winston": "^3.17.0"
40
+ "@inquirer/prompts": "7.2.0",
41
+ "@internxt/inxt-js": "2.0.11",
42
+ "@internxt/lib": "1.2.1",
43
+ "@internxt/sdk": "1.7.0",
44
+ "@oclif/core": "4.0.37",
45
+ "@types/validator": "13.12.2",
46
+ "axios": "1.7.9",
47
+ "bip39": "3.1.0",
48
+ "body-parser": "1.20.3",
49
+ "cli-progress": "3.12.0",
50
+ "dayjs": "1.11.13",
51
+ "dotenv": "16.4.7",
52
+ "express": "4.21.2",
53
+ "express-async-handler": "1.2.0",
54
+ "express-basic-auth": "1.2.1",
55
+ "fast-xml-parser": "4.5.1",
56
+ "mime-types": "2.1.35",
57
+ "node-fetch": "2.7.0",
58
+ "openpgp": "5.11.2",
59
+ "pm2": "5.4.3",
60
+ "reflect-metadata": "0.2.2",
61
+ "selfsigned": "2.4.1",
62
+ "sequelize": "6.37.5",
63
+ "sequelize-typescript": "2.1.6",
64
+ "sqlite3": "5.1.7",
65
+ "tty-table": "4.2.3",
66
+ "winston": "3.17.0"
67
67
  },
68
68
  "devDependencies": {
69
- "@internxt/eslint-config-internxt": "^2.0.0",
69
+ "@internxt/eslint-config-internxt": "2.0.0",
70
70
  "@internxt/prettier-config": "internxt/prettier-config#v1.0.2",
71
- "@oclif/test": "^4.1.4",
71
+ "@oclif/test": "4.1.4",
72
72
  "@openpgp/web-stream-tools": "0.0.11-patch-0",
73
- "@types/cli-progress": "^3.11.6",
74
- "@types/express": "^5.0.0",
75
- "@types/mime-types": "^2.1.4",
76
- "@types/node": "^22.10.2",
77
- "@types/node-fetch": "^2.6.12",
73
+ "@types/cli-progress": "3.11.6",
74
+ "@types/express": "5.0.0",
75
+ "@types/mime-types": "2.1.4",
76
+ "@types/node": "22.10.2",
77
+ "@types/node-fetch": "2.6.12",
78
78
  "@vitest/coverage-istanbul": "2.1.8",
79
- "@vitest/spy": "^2.1.8",
80
- "eslint": "^9.17.0",
81
- "husky": "^9.1.7",
82
- "lint-staged": "^15.2.11",
83
- "nock": "^13.5.6",
84
- "nodemon": "^3.1.9",
85
- "oclif": "^4.16.5",
86
- "prettier": "^3.4.2",
87
- "rimraf": "^6.0.1",
88
- "sequelize-cli": "^6.6.2",
89
- "ts-node": "^10.9.2",
90
- "typescript": "^5.7.2",
91
- "vitest": "^2.1.8",
92
- "vitest-mock-express": "^2.2.0"
79
+ "@vitest/spy": "2.1.8",
80
+ "eslint": "9.17.0",
81
+ "husky": "9.1.7",
82
+ "lint-staged": "15.2.11",
83
+ "nock": "13.5.6",
84
+ "nodemon": "3.1.9",
85
+ "oclif": "4.16.5",
86
+ "prettier": "3.4.2",
87
+ "rimraf": "6.0.1",
88
+ "sequelize-cli": "6.6.2",
89
+ "ts-node": "10.9.2",
90
+ "typescript": "5.7.2",
91
+ "vitest": "2.1.8",
92
+ "vitest-mock-express": "2.2.0"
93
93
  },
94
94
  "engines": {
95
95
  "node": ">=20.5.0"