@@ -167,7 +167,7 @@ Once the import file is valid, the file can be uploaded to be scheduled for impo
167167<summary >`upload-import` example</summary >
168168
169169``` shell
170- $ stream-cli chat upload-import my-data.json 10:14:36
170+ $ stream-cli import chat upload-import my-data.json 10:14:36
171171{
172172 " created_at" : " 2022-05-16T09:02:37.991181Z" ,
173173 " path" : " s3://stream-import/1171432/7e7fbaf4-e266-4877-96da-fbacf650d0a1/my-data.json" ,
@@ -192,7 +192,7 @@ pre-existing items.
192192<summary >import modes example</summary >
193193
194194``` shell
195- $ stream-cli chat upload-import valid-data.json --mode insert 11:02:44
195+ $ stream-cli import chat upload-import valid-data.json --mode insert 11:02:44
196196{
197197 " created_at" : " 2022-05-16T09:06:26.356475Z" ,
198198 " path" : " s3://stream-import/1171432/f9460261-ce3c-4594-a236-33bbedfa85a7/valid-data.json" ,
@@ -221,7 +221,7 @@ Once an import has been created, you can monitor its status using the `get-impor
221221<summary >`get-import` example</summary >
222222
223223``` shell
224- $ stream-cli chat get-import f0077dab-84f3-48f1-9292-2bf1b48fd6f0 --watch 13:50:09
224+ $ stream-cli import chat get-import f0077dab-84f3-48f1-9292-2bf1b48fd6f0 --watch 13:50:09
225225{
226226 " import_task" : {
227227 " created_at" : " 2022-05-16T09:06:26.356475Z" ,
@@ -249,7 +249,7 @@ $ stream-cli chat get-import f0077dab-84f3-48f1-9292-2bf1b48fd6f0 --watch
249249<summary >`list-imports` example</summary >
250250
251251``` shell
252- $ stream-cli chat list-imports 130 ↵ 13:51:07
252+ $ stream-cli import chat list-imports 130 ↵ 13:51:07
253253[
254254 {
255255 " created_at" : " 2022-05-16T09:06:26.356475Z" ,
0 commit comments