@@ -51,7 +51,7 @@ $ npm install -g @internxt/cli
5151$ internxt COMMAND
5252running command...
5353$ internxt (--version)
54- @internxt/cli/1.5.4 win32-x64 node-v23.7.0
54+ @internxt/cli/1.5.5 win32-x64 node-v23.7.0
5555$ internxt --help [COMMAND]
5656USAGE
5757 $ internxt COMMAND
6363
6464<!-- commands -->
6565* [ ` internxt add-cert ` ] ( #internxt-add-cert )
66+ * [ ` internxt autocomplete [SHELL] ` ] ( #internxt-autocomplete-shell )
6667* [ ` internxt config ` ] ( #internxt-config )
6768* [ ` internxt create-folder ` ] ( #internxt-create-folder )
6869* [ ` internxt delete-permanently-file ` ] ( #internxt-delete-permanently-file )
@@ -119,7 +120,38 @@ EXAMPLES
119120 $ internxt add-cert
120121```
121122
122- _ See code: [ src/commands/add-cert.ts] ( https://github.com/internxt/cli/blob/v1.5.4/src/commands/add-cert.ts ) _
123+ _ See code: [ src/commands/add-cert.ts] ( https://github.com/internxt/cli/blob/v1.5.5/src/commands/add-cert.ts ) _
124+
125+ ## ` internxt autocomplete [SHELL] `
126+
127+ Display autocomplete installation instructions.
128+
129+ ```
130+ USAGE
131+ $ internxt autocomplete [SHELL] [-r]
132+
133+ ARGUMENTS
134+ SHELL (zsh|bash|powershell) Shell type
135+
136+ FLAGS
137+ -r, --refresh-cache Refresh cache (ignores displaying instructions)
138+
139+ DESCRIPTION
140+ Display autocomplete installation instructions.
141+
142+ EXAMPLES
143+ $ internxt autocomplete
144+
145+ $ internxt autocomplete bash
146+
147+ $ internxt autocomplete zsh
148+
149+ $ internxt autocomplete powershell
150+
151+ $ internxt autocomplete --refresh-cache
152+ ```
153+
154+ _ See code: [ @oclif/plugin-autocomplete ] ( https://github.com/oclif/plugin-autocomplete/blob/v3.2.34/src/commands/autocomplete/index.ts ) _
123155
124156## ` internxt config `
125157
@@ -139,7 +171,7 @@ EXAMPLES
139171 $ internxt config
140172```
141173
142- _ See code: [ src/commands/config.ts] ( https://github.com/internxt/cli/blob/v1.5.4 /src/commands/config.ts ) _
174+ _ See code: [ src/commands/config.ts] ( https://github.com/internxt/cli/blob/v1.5.5 /src/commands/config.ts ) _
143175
144176## ` internxt create-folder `
145177
@@ -168,7 +200,7 @@ EXAMPLES
168200 $ internxt create-folder
169201```
170202
171- _ See code: [ src/commands/create-folder.ts] ( https://github.com/internxt/cli/blob/v1.5.4 /src/commands/create-folder.ts ) _
203+ _ See code: [ src/commands/create-folder.ts] ( https://github.com/internxt/cli/blob/v1.5.5 /src/commands/create-folder.ts ) _
172204
173205## ` internxt delete-permanently-file `
174206
@@ -198,7 +230,7 @@ EXAMPLES
198230 $ internxt delete-permanently-file
199231```
200232
201- _ See code: [ src/commands/delete-permanently-file.ts] ( https://github.com/internxt/cli/blob/v1.5.4 /src/commands/delete-permanently-file.ts ) _
233+ _ See code: [ src/commands/delete-permanently-file.ts] ( https://github.com/internxt/cli/blob/v1.5.5 /src/commands/delete-permanently-file.ts ) _
202234
203235## ` internxt delete-permanently-folder `
204236
@@ -228,7 +260,7 @@ EXAMPLES
228260 $ internxt delete-permanently-folder
229261```
230262
231- _ See code: [ src/commands/delete-permanently-folder.ts] ( https://github.com/internxt/cli/blob/v1.5.4 /src/commands/delete-permanently-folder.ts ) _
263+ _ See code: [ src/commands/delete-permanently-folder.ts] ( https://github.com/internxt/cli/blob/v1.5.5 /src/commands/delete-permanently-folder.ts ) _
232264
233265## ` internxt delete permanently file `
234266
@@ -317,7 +349,7 @@ EXAMPLES
317349 $ internxt download-file
318350```
319351
320- _ See code: [ src/commands/download-file.ts] ( https://github.com/internxt/cli/blob/v1.5.4 /src/commands/download-file.ts ) _
352+ _ See code: [ src/commands/download-file.ts] ( https://github.com/internxt/cli/blob/v1.5.5 /src/commands/download-file.ts ) _
321353
322354## ` internxt download file `
323355
@@ -376,7 +408,7 @@ EXAMPLES
376408 $ internxt list
377409```
378410
379- _ See code: [ src/commands/list.ts] ( https://github.com/internxt/cli/blob/v1.5.4 /src/commands/list.ts ) _
411+ _ See code: [ src/commands/list.ts] ( https://github.com/internxt/cli/blob/v1.5.5 /src/commands/list.ts ) _
380412
381413## ` internxt login `
382414
@@ -405,7 +437,7 @@ EXAMPLES
405437 $ internxt login
406438```
407439
408- _ See code: [ src/commands/login.ts] ( https://github.com/internxt/cli/blob/v1.5.4 /src/commands/login.ts ) _
440+ _ See code: [ src/commands/login.ts] ( https://github.com/internxt/cli/blob/v1.5.5 /src/commands/login.ts ) _
409441
410442## ` internxt logout `
411443
@@ -425,7 +457,7 @@ EXAMPLES
425457 $ internxt logout
426458```
427459
428- _ See code: [ src/commands/logout.ts] ( https://github.com/internxt/cli/blob/v1.5.4 /src/commands/logout.ts ) _
460+ _ See code: [ src/commands/logout.ts] ( https://github.com/internxt/cli/blob/v1.5.5 /src/commands/logout.ts ) _
429461
430462## ` internxt logs `
431463
@@ -445,7 +477,7 @@ EXAMPLES
445477 $ internxt logs
446478```
447479
448- _ See code: [ src/commands/logs.ts] ( https://github.com/internxt/cli/blob/v1.5.4 /src/commands/logs.ts ) _
480+ _ See code: [ src/commands/logs.ts] ( https://github.com/internxt/cli/blob/v1.5.5 /src/commands/logs.ts ) _
449481
450482## ` internxt move-file `
451483
@@ -477,7 +509,7 @@ EXAMPLES
477509 $ internxt move-file
478510```
479511
480- _ See code: [ src/commands/move-file.ts] ( https://github.com/internxt/cli/blob/v1.5.4 /src/commands/move-file.ts ) _
512+ _ See code: [ src/commands/move-file.ts] ( https://github.com/internxt/cli/blob/v1.5.5 /src/commands/move-file.ts ) _
481513
482514## ` internxt move-folder `
483515
@@ -509,7 +541,7 @@ EXAMPLES
509541 $ internxt move-folder
510542```
511543
512- _ See code: [ src/commands/move-folder.ts] ( https://github.com/internxt/cli/blob/v1.5.4 /src/commands/move-folder.ts ) _
544+ _ See code: [ src/commands/move-folder.ts] ( https://github.com/internxt/cli/blob/v1.5.5 /src/commands/move-folder.ts ) _
513545
514546## ` internxt move file `
515547
@@ -600,7 +632,7 @@ EXAMPLES
600632 $ internxt rename-file
601633```
602634
603- _ See code: [ src/commands/rename-file.ts] ( https://github.com/internxt/cli/blob/v1.5.4 /src/commands/rename-file.ts ) _
635+ _ See code: [ src/commands/rename-file.ts] ( https://github.com/internxt/cli/blob/v1.5.5 /src/commands/rename-file.ts ) _
604636
605637## ` internxt rename-folder `
606638
@@ -631,7 +663,7 @@ EXAMPLES
631663 $ internxt rename-folder
632664```
633665
634- _ See code: [ src/commands/rename-folder.ts] ( https://github.com/internxt/cli/blob/v1.5.4 /src/commands/rename-folder.ts ) _
666+ _ See code: [ src/commands/rename-folder.ts] ( https://github.com/internxt/cli/blob/v1.5.5 /src/commands/rename-folder.ts ) _
635667
636668## ` internxt rename file `
637669
@@ -719,7 +751,7 @@ EXAMPLES
719751 $ internxt trash-clear
720752```
721753
722- _ See code: [ src/commands/trash-clear.ts] ( https://github.com/internxt/cli/blob/v1.5.4 /src/commands/trash-clear.ts ) _
754+ _ See code: [ src/commands/trash-clear.ts] ( https://github.com/internxt/cli/blob/v1.5.5 /src/commands/trash-clear.ts ) _
723755
724756## ` internxt trash-file `
725757
@@ -749,7 +781,7 @@ EXAMPLES
749781 $ internxt trash-file
750782```
751783
752- _ See code: [ src/commands/trash-file.ts] ( https://github.com/internxt/cli/blob/v1.5.4 /src/commands/trash-file.ts ) _
784+ _ See code: [ src/commands/trash-file.ts] ( https://github.com/internxt/cli/blob/v1.5.5 /src/commands/trash-file.ts ) _
753785
754786## ` internxt trash-folder `
755787
@@ -779,7 +811,7 @@ EXAMPLES
779811 $ internxt trash-folder
780812```
781813
782- _ See code: [ src/commands/trash-folder.ts] ( https://github.com/internxt/cli/blob/v1.5.4 /src/commands/trash-folder.ts ) _
814+ _ See code: [ src/commands/trash-folder.ts] ( https://github.com/internxt/cli/blob/v1.5.5 /src/commands/trash-folder.ts ) _
783815
784816## ` internxt trash-list `
785817
@@ -805,7 +837,7 @@ EXAMPLES
805837 $ internxt trash-list
806838```
807839
808- _ See code: [ src/commands/trash-list.ts] ( https://github.com/internxt/cli/blob/v1.5.4 /src/commands/trash-list.ts ) _
840+ _ See code: [ src/commands/trash-list.ts] ( https://github.com/internxt/cli/blob/v1.5.5 /src/commands/trash-list.ts ) _
809841
810842## ` internxt trash-restore-file `
811843
@@ -836,7 +868,7 @@ EXAMPLES
836868 $ internxt trash-restore-file
837869```
838870
839- _ See code: [ src/commands/trash-restore-file.ts] ( https://github.com/internxt/cli/blob/v1.5.4 /src/commands/trash-restore-file.ts ) _
871+ _ See code: [ src/commands/trash-restore-file.ts] ( https://github.com/internxt/cli/blob/v1.5.5 /src/commands/trash-restore-file.ts ) _
840872
841873## ` internxt trash-restore-folder `
842874
@@ -867,7 +899,7 @@ EXAMPLES
867899 $ internxt trash-restore-folder
868900```
869901
870- _ See code: [ src/commands/trash-restore-folder.ts] ( https://github.com/internxt/cli/blob/v1.5.4 /src/commands/trash-restore-folder.ts ) _
902+ _ See code: [ src/commands/trash-restore-folder.ts] ( https://github.com/internxt/cli/blob/v1.5.5 /src/commands/trash-restore-folder.ts ) _
871903
872904## ` internxt trash clear `
873905
@@ -1064,7 +1096,7 @@ EXAMPLES
10641096 $ internxt upload-file
10651097```
10661098
1067- _ See code: [ src/commands/upload-file.ts] ( https://github.com/internxt/cli/blob/v1.5.4 /src/commands/upload-file.ts ) _
1099+ _ See code: [ src/commands/upload-file.ts] ( https://github.com/internxt/cli/blob/v1.5.5 /src/commands/upload-file.ts ) _
10681100
10691101## ` internxt upload file `
10701102
@@ -1119,7 +1151,7 @@ EXAMPLES
11191151 $ internxt webdav status
11201152```
11211153
1122- _ See code: [ src/commands/webdav.ts] ( https://github.com/internxt/cli/blob/v1.5.4 /src/commands/webdav.ts ) _
1154+ _ See code: [ src/commands/webdav.ts] ( https://github.com/internxt/cli/blob/v1.5.5 /src/commands/webdav.ts ) _
11231155
11241156## ` internxt webdav-config `
11251157
@@ -1145,7 +1177,7 @@ EXAMPLES
11451177 $ internxt webdav-config
11461178```
11471179
1148- _ See code: [ src/commands/webdav-config.ts] ( https://github.com/internxt/cli/blob/v1.5.4 /src/commands/webdav-config.ts ) _
1180+ _ See code: [ src/commands/webdav-config.ts] ( https://github.com/internxt/cli/blob/v1.5.5 /src/commands/webdav-config.ts ) _
11491181
11501182## ` internxt whoami `
11511183
@@ -1165,7 +1197,7 @@ EXAMPLES
11651197 $ internxt whoami
11661198```
11671199
1168- _ See code: [ src/commands/whoami.ts] ( https://github.com/internxt/cli/blob/v1.5.4 /src/commands/whoami.ts ) _
1200+ _ See code: [ src/commands/whoami.ts] ( https://github.com/internxt/cli/blob/v1.5.5 /src/commands/whoami.ts ) _
11691201<!-- commandsstop -->
11701202
11711203# Current Limitations
0 commit comments