@internxt/cli 1.3.2 → 1.3.3
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/.env +13 -0
- package/README.md +21 -21
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/.env
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
DRIVE_URL=https://drive.internxt.com
|
|
2
|
+
DRIVE_API_URL=https://drive.internxt.com/api
|
|
3
|
+
DRIVE_NEW_API_URL=https://api.internxt.com/drive
|
|
4
|
+
PAYMENTS_API_URL=https://api.internxt.com/payments
|
|
5
|
+
PHOTOS_API_URL=https://photos.internxt.com/api
|
|
6
|
+
NETWORK_URL=https://api.internxt.com
|
|
7
|
+
APP_CRYPTO_SECRET=6KYQBP847D4ATSFA
|
|
8
|
+
APP_CRYPTO_SECRET2=8Q8VMUE3BJZV87GT
|
|
9
|
+
APP_MAGIC_IV=d139cb9a2cd17092e79e1861cf9d7023
|
|
10
|
+
APP_MAGIC_SALT=38dce0391b49efba88dbc8c39ebf868f0267eb110bb0012ab27dc52a528d61b1d1ed9d76f400ff58e3240028442b1eab9bb84e111d9dadd997982dbde9dbd25e
|
|
11
|
+
RUDDERSTACK_WRITE_KEY=
|
|
12
|
+
RUDDERSTACK_DATAPLANE_URL=
|
|
13
|
+
NODE_ENV=production
|
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.3.
|
|
34
|
+
@internxt/cli/1.3.3 linux-x64 node-v20.18.0
|
|
35
35
|
$ internxt --help [COMMAND]
|
|
36
36
|
USAGE
|
|
37
37
|
$ internxt COMMAND
|
|
@@ -84,7 +84,7 @@ EXAMPLES
|
|
|
84
84
|
$ internxt add-cert
|
|
85
85
|
```
|
|
86
86
|
|
|
87
|
-
_See code: [src/commands/add-cert.ts](https://github.com/internxt/cli/blob/v1.3.
|
|
87
|
+
_See code: [src/commands/add-cert.ts](https://github.com/internxt/cli/blob/v1.3.3/src/commands/add-cert.ts)_
|
|
88
88
|
|
|
89
89
|
## `internxt config`
|
|
90
90
|
|
|
@@ -113,7 +113,7 @@ EXAMPLES
|
|
|
113
113
|
$ internxt config
|
|
114
114
|
```
|
|
115
115
|
|
|
116
|
-
_See code: [src/commands/config.ts](https://github.com/internxt/cli/blob/v1.3.
|
|
116
|
+
_See code: [src/commands/config.ts](https://github.com/internxt/cli/blob/v1.3.3/src/commands/config.ts)_
|
|
117
117
|
|
|
118
118
|
## `internxt create-folder`
|
|
119
119
|
|
|
@@ -134,7 +134,7 @@ EXAMPLES
|
|
|
134
134
|
$ internxt create-folder
|
|
135
135
|
```
|
|
136
136
|
|
|
137
|
-
_See code: [src/commands/create-folder.ts](https://github.com/internxt/cli/blob/v1.3.
|
|
137
|
+
_See code: [src/commands/create-folder.ts](https://github.com/internxt/cli/blob/v1.3.3/src/commands/create-folder.ts)_
|
|
138
138
|
|
|
139
139
|
## `internxt download`
|
|
140
140
|
|
|
@@ -157,7 +157,7 @@ EXAMPLES
|
|
|
157
157
|
$ internxt download
|
|
158
158
|
```
|
|
159
159
|
|
|
160
|
-
_See code: [src/commands/download.ts](https://github.com/internxt/cli/blob/v1.3.
|
|
160
|
+
_See code: [src/commands/download.ts](https://github.com/internxt/cli/blob/v1.3.3/src/commands/download.ts)_
|
|
161
161
|
|
|
162
162
|
## `internxt list`
|
|
163
163
|
|
|
@@ -191,7 +191,7 @@ EXAMPLES
|
|
|
191
191
|
$ internxt list
|
|
192
192
|
```
|
|
193
193
|
|
|
194
|
-
_See code: [src/commands/list.ts](https://github.com/internxt/cli/blob/v1.3.
|
|
194
|
+
_See code: [src/commands/list.ts](https://github.com/internxt/cli/blob/v1.3.3/src/commands/list.ts)_
|
|
195
195
|
|
|
196
196
|
## `internxt login`
|
|
197
197
|
|
|
@@ -217,7 +217,7 @@ EXAMPLES
|
|
|
217
217
|
$ internxt login
|
|
218
218
|
```
|
|
219
219
|
|
|
220
|
-
_See code: [src/commands/login.ts](https://github.com/internxt/cli/blob/v1.3.
|
|
220
|
+
_See code: [src/commands/login.ts](https://github.com/internxt/cli/blob/v1.3.3/src/commands/login.ts)_
|
|
221
221
|
|
|
222
222
|
## `internxt logout`
|
|
223
223
|
|
|
@@ -234,7 +234,7 @@ EXAMPLES
|
|
|
234
234
|
$ internxt logout
|
|
235
235
|
```
|
|
236
236
|
|
|
237
|
-
_See code: [src/commands/logout.ts](https://github.com/internxt/cli/blob/v1.3.
|
|
237
|
+
_See code: [src/commands/logout.ts](https://github.com/internxt/cli/blob/v1.3.3/src/commands/logout.ts)_
|
|
238
238
|
|
|
239
239
|
## `internxt logs`
|
|
240
240
|
|
|
@@ -251,7 +251,7 @@ EXAMPLES
|
|
|
251
251
|
$ internxt logs
|
|
252
252
|
```
|
|
253
253
|
|
|
254
|
-
_See code: [src/commands/logs.ts](https://github.com/internxt/cli/blob/v1.3.
|
|
254
|
+
_See code: [src/commands/logs.ts](https://github.com/internxt/cli/blob/v1.3.3/src/commands/logs.ts)_
|
|
255
255
|
|
|
256
256
|
## `internxt move-file`
|
|
257
257
|
|
|
@@ -279,7 +279,7 @@ EXAMPLES
|
|
|
279
279
|
$ internxt move-file
|
|
280
280
|
```
|
|
281
281
|
|
|
282
|
-
_See code: [src/commands/move-file.ts](https://github.com/internxt/cli/blob/v1.3.
|
|
282
|
+
_See code: [src/commands/move-file.ts](https://github.com/internxt/cli/blob/v1.3.3/src/commands/move-file.ts)_
|
|
283
283
|
|
|
284
284
|
## `internxt move-folder`
|
|
285
285
|
|
|
@@ -307,7 +307,7 @@ EXAMPLES
|
|
|
307
307
|
$ internxt move-folder
|
|
308
308
|
```
|
|
309
309
|
|
|
310
|
-
_See code: [src/commands/move-folder.ts](https://github.com/internxt/cli/blob/v1.3.
|
|
310
|
+
_See code: [src/commands/move-folder.ts](https://github.com/internxt/cli/blob/v1.3.3/src/commands/move-folder.ts)_
|
|
311
311
|
|
|
312
312
|
## `internxt move file`
|
|
313
313
|
|
|
@@ -384,7 +384,7 @@ EXAMPLES
|
|
|
384
384
|
$ internxt rename
|
|
385
385
|
```
|
|
386
386
|
|
|
387
|
-
_See code: [src/commands/rename.ts](https://github.com/internxt/cli/blob/v1.3.
|
|
387
|
+
_See code: [src/commands/rename.ts](https://github.com/internxt/cli/blob/v1.3.3/src/commands/rename.ts)_
|
|
388
388
|
|
|
389
389
|
## `internxt trash`
|
|
390
390
|
|
|
@@ -408,7 +408,7 @@ EXAMPLES
|
|
|
408
408
|
$ internxt trash
|
|
409
409
|
```
|
|
410
410
|
|
|
411
|
-
_See code: [src/commands/trash.ts](https://github.com/internxt/cli/blob/v1.3.
|
|
411
|
+
_See code: [src/commands/trash.ts](https://github.com/internxt/cli/blob/v1.3.3/src/commands/trash.ts)_
|
|
412
412
|
|
|
413
413
|
## `internxt trash-clear`
|
|
414
414
|
|
|
@@ -435,7 +435,7 @@ EXAMPLES
|
|
|
435
435
|
$ internxt trash-clear
|
|
436
436
|
```
|
|
437
437
|
|
|
438
|
-
_See code: [src/commands/trash-clear.ts](https://github.com/internxt/cli/blob/v1.3.
|
|
438
|
+
_See code: [src/commands/trash-clear.ts](https://github.com/internxt/cli/blob/v1.3.3/src/commands/trash-clear.ts)_
|
|
439
439
|
|
|
440
440
|
## `internxt trash-list`
|
|
441
441
|
|
|
@@ -471,7 +471,7 @@ EXAMPLES
|
|
|
471
471
|
$ internxt trash-list
|
|
472
472
|
```
|
|
473
473
|
|
|
474
|
-
_See code: [src/commands/trash-list.ts](https://github.com/internxt/cli/blob/v1.3.
|
|
474
|
+
_See code: [src/commands/trash-list.ts](https://github.com/internxt/cli/blob/v1.3.3/src/commands/trash-list.ts)_
|
|
475
475
|
|
|
476
476
|
## `internxt trash-restore-file`
|
|
477
477
|
|
|
@@ -499,7 +499,7 @@ EXAMPLES
|
|
|
499
499
|
$ internxt trash-restore-file
|
|
500
500
|
```
|
|
501
501
|
|
|
502
|
-
_See code: [src/commands/trash-restore-file.ts](https://github.com/internxt/cli/blob/v1.3.
|
|
502
|
+
_See code: [src/commands/trash-restore-file.ts](https://github.com/internxt/cli/blob/v1.3.3/src/commands/trash-restore-file.ts)_
|
|
503
503
|
|
|
504
504
|
## `internxt trash-restore-folder`
|
|
505
505
|
|
|
@@ -527,7 +527,7 @@ EXAMPLES
|
|
|
527
527
|
$ internxt trash-restore-folder
|
|
528
528
|
```
|
|
529
529
|
|
|
530
|
-
_See code: [src/commands/trash-restore-folder.ts](https://github.com/internxt/cli/blob/v1.3.
|
|
530
|
+
_See code: [src/commands/trash-restore-folder.ts](https://github.com/internxt/cli/blob/v1.3.3/src/commands/trash-restore-folder.ts)_
|
|
531
531
|
|
|
532
532
|
## `internxt trash clear`
|
|
533
533
|
|
|
@@ -662,7 +662,7 @@ EXAMPLES
|
|
|
662
662
|
$ internxt upload
|
|
663
663
|
```
|
|
664
664
|
|
|
665
|
-
_See code: [src/commands/upload.ts](https://github.com/internxt/cli/blob/v1.3.
|
|
665
|
+
_See code: [src/commands/upload.ts](https://github.com/internxt/cli/blob/v1.3.3/src/commands/upload.ts)_
|
|
666
666
|
|
|
667
667
|
## `internxt webdav ACTION`
|
|
668
668
|
|
|
@@ -685,7 +685,7 @@ EXAMPLES
|
|
|
685
685
|
$ internxt webdav status
|
|
686
686
|
```
|
|
687
687
|
|
|
688
|
-
_See code: [src/commands/webdav.ts](https://github.com/internxt/cli/blob/v1.3.
|
|
688
|
+
_See code: [src/commands/webdav.ts](https://github.com/internxt/cli/blob/v1.3.3/src/commands/webdav.ts)_
|
|
689
689
|
|
|
690
690
|
## `internxt webdav-config ACTION`
|
|
691
691
|
|
|
@@ -713,7 +713,7 @@ EXAMPLES
|
|
|
713
713
|
$ internxt webdav-config change-port
|
|
714
714
|
```
|
|
715
715
|
|
|
716
|
-
_See code: [src/commands/webdav-config.ts](https://github.com/internxt/cli/blob/v1.3.
|
|
716
|
+
_See code: [src/commands/webdav-config.ts](https://github.com/internxt/cli/blob/v1.3.3/src/commands/webdav-config.ts)_
|
|
717
717
|
|
|
718
718
|
## `internxt whoami`
|
|
719
719
|
|
|
@@ -730,7 +730,7 @@ EXAMPLES
|
|
|
730
730
|
$ internxt whoami
|
|
731
731
|
```
|
|
732
732
|
|
|
733
|
-
_See code: [src/commands/whoami.ts](https://github.com/internxt/cli/blob/v1.3.
|
|
733
|
+
_See code: [src/commands/whoami.ts](https://github.com/internxt/cli/blob/v1.3.3/src/commands/whoami.ts)_
|
|
734
734
|
<!-- commandsstop -->
|
|
735
735
|
|
|
736
736
|
# Current Limitations
|
package/oclif.manifest.json
CHANGED