@@ -31,7 +31,7 @@ $ npm install -g @internxt/cli
3131$ internxt COMMAND
3232running command...
3333$ internxt (--version)
34- @internxt/cli/1.3.0 win32 -x64 node-v20.2.0
34+ @internxt/cli/1.3.1 darwin -x64 node-v20.12.2
3535$ internxt --help [COMMAND]
3636USAGE
3737 $ internxt COMMAND
@@ -52,18 +52,18 @@ USAGE
5252* [ ` internxt logs ` ] ( #internxt-logs )
5353* [ ` internxt move-file ` ] ( #internxt-move-file )
5454* [ ` internxt move-folder ` ] ( #internxt-move-folder )
55- * [ ` internxt move file ` ] ( #internxt-move-file-1 )
56- * [ ` internxt move folder ` ] ( #internxt-move-folder-1 )
55+ * [ ` internxt move file ` ] ( #internxt-move-file )
56+ * [ ` internxt move folder ` ] ( #internxt-move-folder )
5757* [ ` internxt rename ` ] ( #internxt-rename )
5858* [ ` internxt trash ` ] ( #internxt-trash )
5959* [ ` internxt trash-clear ` ] ( #internxt-trash-clear )
6060* [ ` internxt trash-list ` ] ( #internxt-trash-list )
6161* [ ` internxt trash-restore-file ` ] ( #internxt-trash-restore-file )
6262* [ ` 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 )
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 )
6767* [ ` internxt upload ` ] ( #internxt-upload )
6868* [ ` internxt webdav ACTION ` ] ( #internxt-webdav-action )
6969* [ ` internxt webdav-config ACTION ` ] ( #internxt-webdav-config-action )
@@ -84,7 +84,7 @@ EXAMPLES
8484 $ internxt add-cert
8585```
8686
87- _ See code: [ src/commands/add-cert.ts] ( https://github.com/internxt/cli/blob/v1.3.0 /src/commands/add-cert.ts ) _
87+ _ See code: [ src/commands/add-cert.ts] ( https://github.com/internxt/cli/blob/v1.3.1 /src/commands/add-cert.ts ) _
8888
8989## ` internxt config `
9090
@@ -113,7 +113,7 @@ EXAMPLES
113113 $ internxt config
114114```
115115
116- _ See code: [ src/commands/config.ts] ( https://github.com/internxt/cli/blob/v1.3.0 /src/commands/config.ts ) _
116+ _ See code: [ src/commands/config.ts] ( https://github.com/internxt/cli/blob/v1.3.1 /src/commands/config.ts ) _
117117
118118## ` internxt create-folder `
119119
@@ -134,7 +134,7 @@ EXAMPLES
134134 $ internxt create-folder
135135```
136136
137- _ See code: [ src/commands/create-folder.ts] ( https://github.com/internxt/cli/blob/v1.3.0 /src/commands/create-folder.ts ) _
137+ _ See code: [ src/commands/create-folder.ts] ( https://github.com/internxt/cli/blob/v1.3.1 /src/commands/create-folder.ts ) _
138138
139139## ` internxt download `
140140
@@ -157,7 +157,7 @@ EXAMPLES
157157 $ internxt download
158158```
159159
160- _ See code: [ src/commands/download.ts] ( https://github.com/internxt/cli/blob/v1.3.0 /src/commands/download.ts ) _
160+ _ See code: [ src/commands/download.ts] ( https://github.com/internxt/cli/blob/v1.3.1 /src/commands/download.ts ) _
161161
162162## ` internxt list `
163163
@@ -191,15 +191,15 @@ EXAMPLES
191191 $ internxt list
192192```
193193
194- _ See code: [ src/commands/list.ts] ( https://github.com/internxt/cli/blob/v1.3.0 /src/commands/list.ts ) _
194+ _ See code: [ src/commands/list.ts] ( https://github.com/internxt/cli/blob/v1.3.1 /src/commands/list.ts ) _
195195
196196## ` internxt login `
197197
198198Logs into an Internxt account. If the account is two-factor protected, then an extra code will be required.
199199
200200```
201201USAGE
202- $ internxt login [-n] [-e <value>] [-p <value>] [-w <value> ]
202+ $ internxt login [-n] [-e <value>] [-p <value>] [-w 123456 ]
203203
204204FLAGS
205205 -e, --email=<value> The email to log in
@@ -217,7 +217,7 @@ EXAMPLES
217217 $ internxt login
218218```
219219
220- _ See code: [ src/commands/login.ts] ( https://github.com/internxt/cli/blob/v1.3.0 /src/commands/login.ts ) _
220+ _ See code: [ src/commands/login.ts] ( https://github.com/internxt/cli/blob/v1.3.1 /src/commands/login.ts ) _
221221
222222## ` internxt logout `
223223
@@ -234,7 +234,7 @@ EXAMPLES
234234 $ internxt logout
235235```
236236
237- _ See code: [ src/commands/logout.ts] ( https://github.com/internxt/cli/blob/v1.3.0 /src/commands/logout.ts ) _
237+ _ See code: [ src/commands/logout.ts] ( https://github.com/internxt/cli/blob/v1.3.1 /src/commands/logout.ts ) _
238238
239239## ` internxt logs `
240240
@@ -251,7 +251,7 @@ EXAMPLES
251251 $ internxt logs
252252```
253253
254- _ See code: [ src/commands/logs.ts] ( https://github.com/internxt/cli/blob/v1.3.0 /src/commands/logs.ts ) _
254+ _ See code: [ src/commands/logs.ts] ( https://github.com/internxt/cli/blob/v1.3.1 /src/commands/logs.ts ) _
255255
256256## ` internxt move-file `
257257
@@ -279,7 +279,7 @@ EXAMPLES
279279 $ internxt move-file
280280```
281281
282- _ See code: [ src/commands/move-file.ts] ( https://github.com/internxt/cli/blob/v1.3.0 /src/commands/move-file.ts ) _
282+ _ See code: [ src/commands/move-file.ts] ( https://github.com/internxt/cli/blob/v1.3.1 /src/commands/move-file.ts ) _
283283
284284## ` internxt move-folder `
285285
@@ -307,7 +307,7 @@ EXAMPLES
307307 $ internxt move-folder
308308```
309309
310- _ See code: [ src/commands/move-folder.ts] ( https://github.com/internxt/cli/blob/v1.3.0 /src/commands/move-folder.ts ) _
310+ _ See code: [ src/commands/move-folder.ts] ( https://github.com/internxt/cli/blob/v1.3.1 /src/commands/move-folder.ts ) _
311311
312312## ` internxt move file `
313313
@@ -384,7 +384,7 @@ EXAMPLES
384384 $ internxt rename
385385```
386386
387- _ See code: [ src/commands/rename.ts] ( https://github.com/internxt/cli/blob/v1.3.0 /src/commands/rename.ts ) _
387+ _ See code: [ src/commands/rename.ts] ( https://github.com/internxt/cli/blob/v1.3.1 /src/commands/rename.ts ) _
388388
389389## ` internxt trash `
390390
@@ -408,7 +408,7 @@ EXAMPLES
408408 $ internxt trash
409409```
410410
411- _ See code: [ src/commands/trash.ts] ( https://github.com/internxt/cli/blob/v1.3.0 /src/commands/trash.ts ) _
411+ _ See code: [ src/commands/trash.ts] ( https://github.com/internxt/cli/blob/v1.3.1 /src/commands/trash.ts ) _
412412
413413## ` internxt trash-clear `
414414
@@ -435,7 +435,7 @@ EXAMPLES
435435 $ internxt trash-clear
436436```
437437
438- _ See code: [ src/commands/trash-clear.ts] ( https://github.com/internxt/cli/blob/v1.3.0 /src/commands/trash-clear.ts ) _
438+ _ See code: [ src/commands/trash-clear.ts] ( https://github.com/internxt/cli/blob/v1.3.1 /src/commands/trash-clear.ts ) _
439439
440440## ` internxt trash-list `
441441
@@ -471,7 +471,7 @@ EXAMPLES
471471 $ internxt trash-list
472472```
473473
474- _ See code: [ src/commands/trash-list.ts] ( https://github.com/internxt/cli/blob/v1.3.0 /src/commands/trash-list.ts ) _
474+ _ See code: [ src/commands/trash-list.ts] ( https://github.com/internxt/cli/blob/v1.3.1 /src/commands/trash-list.ts ) _
475475
476476## ` internxt trash-restore-file `
477477
@@ -499,7 +499,7 @@ EXAMPLES
499499 $ internxt trash-restore-file
500500```
501501
502- _ See code: [ src/commands/trash-restore-file.ts] ( https://github.com/internxt/cli/blob/v1.3.0 /src/commands/trash-restore-file.ts ) _
502+ _ See code: [ src/commands/trash-restore-file.ts] ( https://github.com/internxt/cli/blob/v1.3.1 /src/commands/trash-restore-file.ts ) _
503503
504504## ` internxt trash-restore-folder `
505505
@@ -527,7 +527,7 @@ EXAMPLES
527527 $ internxt trash-restore-folder
528528```
529529
530- _ See code: [ src/commands/trash-restore-folder.ts] ( https://github.com/internxt/cli/blob/v1.3.0 /src/commands/trash-restore-folder.ts ) _
530+ _ See code: [ src/commands/trash-restore-folder.ts] ( https://github.com/internxt/cli/blob/v1.3.1 /src/commands/trash-restore-folder.ts ) _
531531
532532## ` internxt trash clear `
533533
@@ -662,7 +662,7 @@ EXAMPLES
662662 $ internxt upload
663663```
664664
665- _ See code: [ src/commands/upload.ts] ( https://github.com/internxt/cli/blob/v1.3.0 /src/commands/upload.ts ) _
665+ _ See code: [ src/commands/upload.ts] ( https://github.com/internxt/cli/blob/v1.3.1 /src/commands/upload.ts ) _
666666
667667## ` internxt webdav ACTION `
668668
@@ -685,7 +685,7 @@ EXAMPLES
685685 $ internxt webdav status
686686```
687687
688- _ See code: [ src/commands/webdav.ts] ( https://github.com/internxt/cli/blob/v1.3.0 /src/commands/webdav.ts ) _
688+ _ See code: [ src/commands/webdav.ts] ( https://github.com/internxt/cli/blob/v1.3.1 /src/commands/webdav.ts ) _
689689
690690## ` internxt webdav-config ACTION `
691691
@@ -713,7 +713,7 @@ EXAMPLES
713713 $ internxt webdav-config change-port
714714```
715715
716- _ See code: [ src/commands/webdav-config.ts] ( https://github.com/internxt/cli/blob/v1.3.0 /src/commands/webdav-config.ts ) _
716+ _ See code: [ src/commands/webdav-config.ts] ( https://github.com/internxt/cli/blob/v1.3.1 /src/commands/webdav-config.ts ) _
717717
718718## ` internxt whoami `
719719
@@ -730,7 +730,7 @@ EXAMPLES
730730 $ internxt whoami
731731```
732732
733- _ See code: [ src/commands/whoami.ts] ( https://github.com/internxt/cli/blob/v1.3.0 /src/commands/whoami.ts ) _
733+ _ See code: [ src/commands/whoami.ts] ( https://github.com/internxt/cli/blob/v1.3.1 /src/commands/whoami.ts ) _
734734<!-- commandsstop -->
735735
736736# Current Limitations
0 commit comments