@internxt/cli 1.3.1 → 1.3.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.3.1 darwin-x64 node-v20.12.2
34
+ @internxt/cli/1.3.2 linux-x64 node-v20.18.0
35
35
  $ internxt --help [COMMAND]
36
36
  USAGE
37
37
  $ internxt COMMAND
@@ -52,18 +52,18 @@ USAGE
52
52
  * [`internxt logs`](#internxt-logs)
53
53
  * [`internxt move-file`](#internxt-move-file)
54
54
  * [`internxt move-folder`](#internxt-move-folder)
55
- * [`internxt move file`](#internxt-move-file)
56
- * [`internxt move folder`](#internxt-move-folder)
55
+ * [`internxt move file`](#internxt-move-file-1)
56
+ * [`internxt move folder`](#internxt-move-folder-1)
57
57
  * [`internxt rename`](#internxt-rename)
58
58
  * [`internxt trash`](#internxt-trash)
59
59
  * [`internxt trash-clear`](#internxt-trash-clear)
60
60
  * [`internxt trash-list`](#internxt-trash-list)
61
61
  * [`internxt trash-restore-file`](#internxt-trash-restore-file)
62
62
  * [`internxt trash-restore-folder`](#internxt-trash-restore-folder)
63
- * [`internxt trash clear`](#internxt-trash-clear)
64
- * [`internxt trash list`](#internxt-trash-list)
65
- * [`internxt trash restore file`](#internxt-trash-restore-file)
66
- * [`internxt trash restore folder`](#internxt-trash-restore-folder)
63
+ * [`internxt trash clear`](#internxt-trash-clear-1)
64
+ * [`internxt trash list`](#internxt-trash-list-1)
65
+ * [`internxt trash restore file`](#internxt-trash-restore-file-1)
66
+ * [`internxt trash restore folder`](#internxt-trash-restore-folder-1)
67
67
  * [`internxt upload`](#internxt-upload)
68
68
  * [`internxt webdav ACTION`](#internxt-webdav-action)
69
69
  * [`internxt webdav-config ACTION`](#internxt-webdav-config-action)
@@ -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.1/src/commands/add-cert.ts)_
87
+ _See code: [src/commands/add-cert.ts](https://github.com/internxt/cli/blob/v1.3.2/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.1/src/commands/config.ts)_
116
+ _See code: [src/commands/config.ts](https://github.com/internxt/cli/blob/v1.3.2/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.1/src/commands/create-folder.ts)_
137
+ _See code: [src/commands/create-folder.ts](https://github.com/internxt/cli/blob/v1.3.2/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.1/src/commands/download.ts)_
160
+ _See code: [src/commands/download.ts](https://github.com/internxt/cli/blob/v1.3.2/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.1/src/commands/list.ts)_
194
+ _See code: [src/commands/list.ts](https://github.com/internxt/cli/blob/v1.3.2/src/commands/list.ts)_
195
195
 
196
196
  ## `internxt login`
197
197
 
@@ -199,7 +199,7 @@ Logs into an Internxt account. If the account is two-factor protected, then an e
199
199
 
200
200
  ```
201
201
  USAGE
202
- $ internxt login [-n] [-e <value>] [-p <value>] [-w 123456]
202
+ $ internxt login [-n] [-e <value>] [-p <value>] [-w <value>]
203
203
 
204
204
  FLAGS
205
205
  -e, --email=<value> The email to log in
@@ -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.1/src/commands/login.ts)_
220
+ _See code: [src/commands/login.ts](https://github.com/internxt/cli/blob/v1.3.2/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.1/src/commands/logout.ts)_
237
+ _See code: [src/commands/logout.ts](https://github.com/internxt/cli/blob/v1.3.2/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.1/src/commands/logs.ts)_
254
+ _See code: [src/commands/logs.ts](https://github.com/internxt/cli/blob/v1.3.2/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.1/src/commands/move-file.ts)_
282
+ _See code: [src/commands/move-file.ts](https://github.com/internxt/cli/blob/v1.3.2/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.1/src/commands/move-folder.ts)_
310
+ _See code: [src/commands/move-folder.ts](https://github.com/internxt/cli/blob/v1.3.2/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.1/src/commands/rename.ts)_
387
+ _See code: [src/commands/rename.ts](https://github.com/internxt/cli/blob/v1.3.2/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.1/src/commands/trash.ts)_
411
+ _See code: [src/commands/trash.ts](https://github.com/internxt/cli/blob/v1.3.2/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.1/src/commands/trash-clear.ts)_
438
+ _See code: [src/commands/trash-clear.ts](https://github.com/internxt/cli/blob/v1.3.2/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.1/src/commands/trash-list.ts)_
474
+ _See code: [src/commands/trash-list.ts](https://github.com/internxt/cli/blob/v1.3.2/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.1/src/commands/trash-restore-file.ts)_
502
+ _See code: [src/commands/trash-restore-file.ts](https://github.com/internxt/cli/blob/v1.3.2/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.1/src/commands/trash-restore-folder.ts)_
530
+ _See code: [src/commands/trash-restore-folder.ts](https://github.com/internxt/cli/blob/v1.3.2/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.1/src/commands/upload.ts)_
665
+ _See code: [src/commands/upload.ts](https://github.com/internxt/cli/blob/v1.3.2/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.1/src/commands/webdav.ts)_
688
+ _See code: [src/commands/webdav.ts](https://github.com/internxt/cli/blob/v1.3.2/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.1/src/commands/webdav-config.ts)_
716
+ _See code: [src/commands/webdav-config.ts](https://github.com/internxt/cli/blob/v1.3.2/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.1/src/commands/whoami.ts)_
733
+ _See code: [src/commands/whoami.ts](https://github.com/internxt/cli/blob/v1.3.2/src/commands/whoami.ts)_
734
734
  <!-- commandsstop -->
735
735
 
736
736
  # Current Limitations
@@ -1090,5 +1090,5 @@
1090
1090
  ]
1091
1091
  }
1092
1092
  },
1093
- "version": "1.3.1"
1093
+ "version": "1.3.2"
1094
1094
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "author": "Internxt <hello@internxt.com>",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "Internxt CLI to manage your encrypted storage",
5
5
  "scripts": {
6
6
  "build": "tsc",
package/.env DELETED
@@ -1,13 +0,0 @@
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