chatbase 0.1.1 → 0.2.0
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 +43 -43
- package/oclif.manifest.json +461 -461
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -115,7 +115,7 @@ EXAMPLES
|
|
|
115
115
|
$ chatbase agents auto-retrain --enabled
|
|
116
116
|
```
|
|
117
117
|
|
|
118
|
-
_See code: [src/commands/agents/auto-retrain.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
118
|
+
_See code: [src/commands/agents/auto-retrain.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/agents/auto-retrain.ts)_
|
|
119
119
|
|
|
120
120
|
## `chatbase agents clone AGENTID`
|
|
121
121
|
|
|
@@ -145,7 +145,7 @@ EXAMPLES
|
|
|
145
145
|
$ chatbase agents clone agt_123
|
|
146
146
|
```
|
|
147
147
|
|
|
148
|
-
_See code: [src/commands/agents/clone.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
148
|
+
_See code: [src/commands/agents/clone.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/agents/clone.ts)_
|
|
149
149
|
|
|
150
150
|
## `chatbase agents create`
|
|
151
151
|
|
|
@@ -180,7 +180,7 @@ EXAMPLES
|
|
|
180
180
|
$ chatbase agents create --data @agent.json
|
|
181
181
|
```
|
|
182
182
|
|
|
183
|
-
_See code: [src/commands/agents/create.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
183
|
+
_See code: [src/commands/agents/create.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/agents/create.ts)_
|
|
184
184
|
|
|
185
185
|
## `chatbase agents delete AGENTID`
|
|
186
186
|
|
|
@@ -211,7 +211,7 @@ EXAMPLES
|
|
|
211
211
|
$ chatbase agents delete agt_123 --confirm agt_123
|
|
212
212
|
```
|
|
213
213
|
|
|
214
|
-
_See code: [src/commands/agents/delete.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
214
|
+
_See code: [src/commands/agents/delete.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/agents/delete.ts)_
|
|
215
215
|
|
|
216
216
|
## `chatbase agents get [AGENTID]`
|
|
217
217
|
|
|
@@ -246,7 +246,7 @@ EXAMPLES
|
|
|
246
246
|
$ chatbase agents get
|
|
247
247
|
```
|
|
248
248
|
|
|
249
|
-
_See code: [src/commands/agents/get.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
249
|
+
_See code: [src/commands/agents/get.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/agents/get.ts)_
|
|
250
250
|
|
|
251
251
|
## `chatbase agents list`
|
|
252
252
|
|
|
@@ -279,7 +279,7 @@ EXAMPLES
|
|
|
279
279
|
$ chatbase agents list --json
|
|
280
280
|
```
|
|
281
281
|
|
|
282
|
-
_See code: [src/commands/agents/list.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
282
|
+
_See code: [src/commands/agents/list.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/agents/list.ts)_
|
|
283
283
|
|
|
284
284
|
## `chatbase agents styles [AGENTID]`
|
|
285
285
|
|
|
@@ -316,7 +316,7 @@ EXAMPLES
|
|
|
316
316
|
$ chatbase agents styles --data @styles.json
|
|
317
317
|
```
|
|
318
318
|
|
|
319
|
-
_See code: [src/commands/agents/styles.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
319
|
+
_See code: [src/commands/agents/styles.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/agents/styles.ts)_
|
|
320
320
|
|
|
321
321
|
## `chatbase agents train [AGENTID]`
|
|
322
322
|
|
|
@@ -351,7 +351,7 @@ EXAMPLES
|
|
|
351
351
|
$ chatbase agents train
|
|
352
352
|
```
|
|
353
353
|
|
|
354
|
-
_See code: [src/commands/agents/train.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
354
|
+
_See code: [src/commands/agents/train.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/agents/train.ts)_
|
|
355
355
|
|
|
356
356
|
## `chatbase agents update [AGENTID]`
|
|
357
357
|
|
|
@@ -393,7 +393,7 @@ EXAMPLES
|
|
|
393
393
|
$ chatbase agents update agt_123 --data @agent.json
|
|
394
394
|
```
|
|
395
395
|
|
|
396
|
-
_See code: [src/commands/agents/update.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
396
|
+
_See code: [src/commands/agents/update.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/agents/update.ts)_
|
|
397
397
|
|
|
398
398
|
## `chatbase api METHOD PATH`
|
|
399
399
|
|
|
@@ -434,7 +434,7 @@ EXAMPLES
|
|
|
434
434
|
$ chatbase api PATCH /agents/agt_123 --body @patch.json
|
|
435
435
|
```
|
|
436
436
|
|
|
437
|
-
_See code: [src/commands/api.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
437
|
+
_See code: [src/commands/api.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/api.ts)_
|
|
438
438
|
|
|
439
439
|
## `chatbase auth login`
|
|
440
440
|
|
|
@@ -467,7 +467,7 @@ EXAMPLES
|
|
|
467
467
|
cat key.txt | chatbase auth login --with-token
|
|
468
468
|
```
|
|
469
469
|
|
|
470
|
-
_See code: [src/commands/auth/login.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
470
|
+
_See code: [src/commands/auth/login.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/auth/login.ts)_
|
|
471
471
|
|
|
472
472
|
## `chatbase auth logout`
|
|
473
473
|
|
|
@@ -494,7 +494,7 @@ EXAMPLES
|
|
|
494
494
|
$ chatbase auth logout
|
|
495
495
|
```
|
|
496
496
|
|
|
497
|
-
_See code: [src/commands/auth/logout.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
497
|
+
_See code: [src/commands/auth/logout.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/auth/logout.ts)_
|
|
498
498
|
|
|
499
499
|
## `chatbase auth status`
|
|
500
500
|
|
|
@@ -521,7 +521,7 @@ EXAMPLES
|
|
|
521
521
|
$ chatbase auth status
|
|
522
522
|
```
|
|
523
523
|
|
|
524
|
-
_See code: [src/commands/auth/status.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
524
|
+
_See code: [src/commands/auth/status.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/auth/status.ts)_
|
|
525
525
|
|
|
526
526
|
## `chatbase chat`
|
|
527
527
|
|
|
@@ -563,7 +563,7 @@ EXAMPLES
|
|
|
563
563
|
$ chatbase chat -a agt_123 -m "hi" --json
|
|
564
564
|
```
|
|
565
565
|
|
|
566
|
-
_See code: [src/commands/chat/index.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
566
|
+
_See code: [src/commands/chat/index.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/chat/index.ts)_
|
|
567
567
|
|
|
568
568
|
## `chatbase chat retry`
|
|
569
569
|
|
|
@@ -598,7 +598,7 @@ EXAMPLES
|
|
|
598
598
|
$ chatbase chat retry --conversation c_123 -a agt_123 --message-id msg_456 --no-stream
|
|
599
599
|
```
|
|
600
600
|
|
|
601
|
-
_See code: [src/commands/chat/retry.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
601
|
+
_See code: [src/commands/chat/retry.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/chat/retry.ts)_
|
|
602
602
|
|
|
603
603
|
## `chatbase config get KEY`
|
|
604
604
|
|
|
@@ -630,7 +630,7 @@ EXAMPLES
|
|
|
630
630
|
$ chatbase config get timeout
|
|
631
631
|
```
|
|
632
632
|
|
|
633
|
-
_See code: [src/commands/config/get.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
633
|
+
_See code: [src/commands/config/get.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/config/get.ts)_
|
|
634
634
|
|
|
635
635
|
## `chatbase config list`
|
|
636
636
|
|
|
@@ -657,7 +657,7 @@ EXAMPLES
|
|
|
657
657
|
$ chatbase config list
|
|
658
658
|
```
|
|
659
659
|
|
|
660
|
-
_See code: [src/commands/config/list.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
660
|
+
_See code: [src/commands/config/list.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/config/list.ts)_
|
|
661
661
|
|
|
662
662
|
## `chatbase config set KEY [VALUE]`
|
|
663
663
|
|
|
@@ -692,7 +692,7 @@ EXAMPLES
|
|
|
692
692
|
$ chatbase config set timeout 60000
|
|
693
693
|
```
|
|
694
694
|
|
|
695
|
-
_See code: [src/commands/config/set.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
695
|
+
_See code: [src/commands/config/set.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/config/set.ts)_
|
|
696
696
|
|
|
697
697
|
## `chatbase conversations export`
|
|
698
698
|
|
|
@@ -736,7 +736,7 @@ EXAMPLES
|
|
|
736
736
|
$ chatbase conversations export -a agt_123 --all -o export.json
|
|
737
737
|
```
|
|
738
738
|
|
|
739
|
-
_See code: [src/commands/conversations/export.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
739
|
+
_See code: [src/commands/conversations/export.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/conversations/export.ts)_
|
|
740
740
|
|
|
741
741
|
## `chatbase conversations get [CONVERSATIONID]`
|
|
742
742
|
|
|
@@ -772,7 +772,7 @@ EXAMPLES
|
|
|
772
772
|
$ chatbase conversations get --conversation conv_123 -a agt_123
|
|
773
773
|
```
|
|
774
774
|
|
|
775
|
-
_See code: [src/commands/conversations/get.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
775
|
+
_See code: [src/commands/conversations/get.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/conversations/get.ts)_
|
|
776
776
|
|
|
777
777
|
## `chatbase conversations list`
|
|
778
778
|
|
|
@@ -818,7 +818,7 @@ EXAMPLES
|
|
|
818
818
|
$ chatbase conversations list -a agt_123 --all --json
|
|
819
819
|
```
|
|
820
820
|
|
|
821
|
-
_See code: [src/commands/conversations/list.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
821
|
+
_See code: [src/commands/conversations/list.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/conversations/list.ts)_
|
|
822
822
|
|
|
823
823
|
## `chatbase conversations tool-result [CONVERSATIONID]`
|
|
824
824
|
|
|
@@ -862,7 +862,7 @@ EXAMPLES
|
|
|
862
862
|
$ chatbase conversations tool-result conv_123 --tool-call-id tc_1 -a agt_123
|
|
863
863
|
```
|
|
864
864
|
|
|
865
|
-
_See code: [src/commands/conversations/tool-result.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
865
|
+
_See code: [src/commands/conversations/tool-result.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/conversations/tool-result.ts)_
|
|
866
866
|
|
|
867
867
|
## `chatbase health`
|
|
868
868
|
|
|
@@ -891,7 +891,7 @@ EXAMPLES
|
|
|
891
891
|
$ chatbase health --json
|
|
892
892
|
```
|
|
893
893
|
|
|
894
|
-
_See code: [src/commands/health.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
894
|
+
_See code: [src/commands/health.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/health.ts)_
|
|
895
895
|
|
|
896
896
|
## `chatbase help [COMMAND]`
|
|
897
897
|
|
|
@@ -941,7 +941,7 @@ EXAMPLES
|
|
|
941
941
|
$ chatbase helpdesk statuses -a agt_123
|
|
942
942
|
```
|
|
943
943
|
|
|
944
|
-
_See code: [src/commands/helpdesk/statuses.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
944
|
+
_See code: [src/commands/helpdesk/statuses.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/helpdesk/statuses.ts)_
|
|
945
945
|
|
|
946
946
|
## `chatbase helpdesk teams`
|
|
947
947
|
|
|
@@ -971,7 +971,7 @@ EXAMPLES
|
|
|
971
971
|
$ chatbase helpdesk teams -a agt_123
|
|
972
972
|
```
|
|
973
973
|
|
|
974
|
-
_See code: [src/commands/helpdesk/teams.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
974
|
+
_See code: [src/commands/helpdesk/teams.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/helpdesk/teams.ts)_
|
|
975
975
|
|
|
976
976
|
## `chatbase messages feedback [MESSAGEID]`
|
|
977
977
|
|
|
@@ -1010,7 +1010,7 @@ EXAMPLES
|
|
|
1010
1010
|
$ chatbase messages feedback --conversation conv_123 --message msg_1 --rating clear -a agt_123
|
|
1011
1011
|
```
|
|
1012
1012
|
|
|
1013
|
-
_See code: [src/commands/messages/feedback.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
1013
|
+
_See code: [src/commands/messages/feedback.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/messages/feedback.ts)_
|
|
1014
1014
|
|
|
1015
1015
|
## `chatbase messages list`
|
|
1016
1016
|
|
|
@@ -1046,7 +1046,7 @@ EXAMPLES
|
|
|
1046
1046
|
$ chatbase messages list --conversation conv_123 -a agt_123 --all --json
|
|
1047
1047
|
```
|
|
1048
1048
|
|
|
1049
|
-
_See code: [src/commands/messages/list.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
1049
|
+
_See code: [src/commands/messages/list.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/messages/list.ts)_
|
|
1050
1050
|
|
|
1051
1051
|
## `chatbase sources create`
|
|
1052
1052
|
|
|
@@ -1093,7 +1093,7 @@ EXAMPLES
|
|
|
1093
1093
|
$ chatbase sources create --file ./guide.pdf -a agt_123
|
|
1094
1094
|
```
|
|
1095
1095
|
|
|
1096
|
-
_See code: [src/commands/sources/create.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
1096
|
+
_See code: [src/commands/sources/create.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/sources/create.ts)_
|
|
1097
1097
|
|
|
1098
1098
|
## `chatbase sources delete SOURCEID`
|
|
1099
1099
|
|
|
@@ -1126,7 +1126,7 @@ EXAMPLES
|
|
|
1126
1126
|
$ chatbase sources delete src_1 -a agt_1
|
|
1127
1127
|
```
|
|
1128
1128
|
|
|
1129
|
-
_See code: [src/commands/sources/delete.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
1129
|
+
_See code: [src/commands/sources/delete.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/sources/delete.ts)_
|
|
1130
1130
|
|
|
1131
1131
|
## `chatbase sources get SOURCEID`
|
|
1132
1132
|
|
|
@@ -1159,7 +1159,7 @@ EXAMPLES
|
|
|
1159
1159
|
$ chatbase sources get src_123 -a agt_123
|
|
1160
1160
|
```
|
|
1161
1161
|
|
|
1162
|
-
_See code: [src/commands/sources/get.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
1162
|
+
_See code: [src/commands/sources/get.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/sources/get.ts)_
|
|
1163
1163
|
|
|
1164
1164
|
## `chatbase sources list`
|
|
1165
1165
|
|
|
@@ -1196,7 +1196,7 @@ EXAMPLES
|
|
|
1196
1196
|
$ chatbase sources list -a agt_123 --all --json
|
|
1197
1197
|
```
|
|
1198
1198
|
|
|
1199
|
-
_See code: [src/commands/sources/list.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
1199
|
+
_See code: [src/commands/sources/list.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/sources/list.ts)_
|
|
1200
1200
|
|
|
1201
1201
|
## `chatbase sources restore SOURCEID`
|
|
1202
1202
|
|
|
@@ -1229,7 +1229,7 @@ EXAMPLES
|
|
|
1229
1229
|
$ chatbase sources restore src_1 -a agt_1
|
|
1230
1230
|
```
|
|
1231
1231
|
|
|
1232
|
-
_See code: [src/commands/sources/restore.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
1232
|
+
_See code: [src/commands/sources/restore.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/sources/restore.ts)_
|
|
1233
1233
|
|
|
1234
1234
|
## `chatbase sources summary`
|
|
1235
1235
|
|
|
@@ -1259,7 +1259,7 @@ EXAMPLES
|
|
|
1259
1259
|
$ chatbase sources summary -a agt_123
|
|
1260
1260
|
```
|
|
1261
1261
|
|
|
1262
|
-
_See code: [src/commands/sources/summary.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
1262
|
+
_See code: [src/commands/sources/summary.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/sources/summary.ts)_
|
|
1263
1263
|
|
|
1264
1264
|
## `chatbase sources update SOURCEID`
|
|
1265
1265
|
|
|
@@ -1297,7 +1297,7 @@ EXAMPLES
|
|
|
1297
1297
|
$ chatbase sources update src_1 --file ./updated.pdf -a agt_1
|
|
1298
1298
|
```
|
|
1299
1299
|
|
|
1300
|
-
_See code: [src/commands/sources/update.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
1300
|
+
_See code: [src/commands/sources/update.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/sources/update.ts)_
|
|
1301
1301
|
|
|
1302
1302
|
## `chatbase tickets create`
|
|
1303
1303
|
|
|
@@ -1335,7 +1335,7 @@ EXAMPLES
|
|
|
1335
1335
|
$ chatbase tickets create --subject "Export failing" --data '{"description":"Customer cannot export.","customer":{"email":"jane@example.com"}}' -a agt_123
|
|
1336
1336
|
```
|
|
1337
1337
|
|
|
1338
|
-
_See code: [src/commands/tickets/create.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
1338
|
+
_See code: [src/commands/tickets/create.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/tickets/create.ts)_
|
|
1339
1339
|
|
|
1340
1340
|
## `chatbase tickets get TICKETNUMBER`
|
|
1341
1341
|
|
|
@@ -1368,7 +1368,7 @@ EXAMPLES
|
|
|
1368
1368
|
$ chatbase tickets get 42 -a agt_123
|
|
1369
1369
|
```
|
|
1370
1370
|
|
|
1371
|
-
_See code: [src/commands/tickets/get.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
1371
|
+
_See code: [src/commands/tickets/get.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/tickets/get.ts)_
|
|
1372
1372
|
|
|
1373
1373
|
## `chatbase tickets list`
|
|
1374
1374
|
|
|
@@ -1418,7 +1418,7 @@ EXAMPLES
|
|
|
1418
1418
|
$ chatbase tickets list -a agt_123 --all --json
|
|
1419
1419
|
```
|
|
1420
1420
|
|
|
1421
|
-
_See code: [src/commands/tickets/list.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
1421
|
+
_See code: [src/commands/tickets/list.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/tickets/list.ts)_
|
|
1422
1422
|
|
|
1423
1423
|
## `chatbase tickets messages [TICKETNUMBER]`
|
|
1424
1424
|
|
|
@@ -1461,7 +1461,7 @@ EXAMPLES
|
|
|
1461
1461
|
$ chatbase tickets messages 42 -a agt_123 --all --json
|
|
1462
1462
|
```
|
|
1463
1463
|
|
|
1464
|
-
_See code: [src/commands/tickets/messages.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
1464
|
+
_See code: [src/commands/tickets/messages.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/tickets/messages.ts)_
|
|
1465
1465
|
|
|
1466
1466
|
## `chatbase tickets reply [TICKETNUMBER]`
|
|
1467
1467
|
|
|
@@ -1500,7 +1500,7 @@ EXAMPLES
|
|
|
1500
1500
|
$ chatbase tickets reply 42 -m "On it" --author-email sam@example.com -a agt_123
|
|
1501
1501
|
```
|
|
1502
1502
|
|
|
1503
|
-
_See code: [src/commands/tickets/reply.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
1503
|
+
_See code: [src/commands/tickets/reply.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/tickets/reply.ts)_
|
|
1504
1504
|
|
|
1505
1505
|
## `chatbase tickets search QUERY`
|
|
1506
1506
|
|
|
@@ -1536,7 +1536,7 @@ EXAMPLES
|
|
|
1536
1536
|
$ chatbase tickets search "refund" -a agt_123 --limit 10 --json
|
|
1537
1537
|
```
|
|
1538
1538
|
|
|
1539
|
-
_See code: [src/commands/tickets/search.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
1539
|
+
_See code: [src/commands/tickets/search.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/tickets/search.ts)_
|
|
1540
1540
|
|
|
1541
1541
|
## `chatbase tickets update TICKETNUMBER`
|
|
1542
1542
|
|
|
@@ -1572,7 +1572,7 @@ EXAMPLES
|
|
|
1572
1572
|
$ chatbase tickets update 42 --data '{"statusCategory":"closed"}' -a agt_123
|
|
1573
1573
|
```
|
|
1574
1574
|
|
|
1575
|
-
_See code: [src/commands/tickets/update.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
1575
|
+
_See code: [src/commands/tickets/update.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/tickets/update.ts)_
|
|
1576
1576
|
|
|
1577
1577
|
## `chatbase whatsapp send-template TEMPLATE`
|
|
1578
1578
|
|
|
@@ -1616,7 +1616,7 @@ EXAMPLES
|
|
|
1616
1616
|
$ chatbase whatsapp send-template order_update --to 14155552671 --language en_US --variables '{"header":{"1":"#1042"},"body":{"1":"Jane","2":"Friday"}}' -a agt_123
|
|
1617
1617
|
```
|
|
1618
1618
|
|
|
1619
|
-
_See code: [src/commands/whatsapp/send-template.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
1619
|
+
_See code: [src/commands/whatsapp/send-template.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/whatsapp/send-template.ts)_
|
|
1620
1620
|
|
|
1621
1621
|
## `chatbase whatsapp templates`
|
|
1622
1622
|
|
|
@@ -1652,5 +1652,5 @@ EXAMPLES
|
|
|
1652
1652
|
$ chatbase whatsapp templates -a agt_123 --json
|
|
1653
1653
|
```
|
|
1654
1654
|
|
|
1655
|
-
_See code: [src/commands/whatsapp/templates.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.
|
|
1655
|
+
_See code: [src/commands/whatsapp/templates.ts](https://github.com/Chatbase-co/chatbase-cli/blob/v0.2.0/src/commands/whatsapp/templates.ts)_
|
|
1656
1656
|
<!-- commandsstop -->
|