@instantkom/cli 3.145.0 → 3.146.1
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/npm-shrinkwrap.json +2 -2
- package/oclif.manifest.json +1622 -1622
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -953,10 +953,10 @@
|
|
|
953
953
|
"update.js"
|
|
954
954
|
]
|
|
955
955
|
},
|
|
956
|
-
"
|
|
956
|
+
"auth:login": {
|
|
957
957
|
"aliases": [],
|
|
958
958
|
"args": {},
|
|
959
|
-
"description": "
|
|
959
|
+
"description": "Authenticate with the instantKOM API via device authorization flow",
|
|
960
960
|
"flags": {
|
|
961
961
|
"api-key": {
|
|
962
962
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -1020,46 +1020,24 @@
|
|
|
1020
1020
|
"multiple": false,
|
|
1021
1021
|
"type": "option"
|
|
1022
1022
|
},
|
|
1023
|
-
"
|
|
1024
|
-
"description": "
|
|
1025
|
-
"name": "
|
|
1026
|
-
"
|
|
1027
|
-
"hasDynamicHelp": false,
|
|
1028
|
-
"multiple": false,
|
|
1029
|
-
"type": "option"
|
|
1030
|
-
},
|
|
1031
|
-
"limit": {
|
|
1032
|
-
"description": "Number of suggestions to generate (1-5)",
|
|
1033
|
-
"name": "limit",
|
|
1034
|
-
"hasDynamicHelp": false,
|
|
1035
|
-
"multiple": false,
|
|
1036
|
-
"type": "option"
|
|
1037
|
-
},
|
|
1038
|
-
"context-length": {
|
|
1039
|
-
"description": "Number of recent messages to use as context (1-20)",
|
|
1040
|
-
"name": "context-length",
|
|
1041
|
-
"hasDynamicHelp": false,
|
|
1042
|
-
"multiple": false,
|
|
1043
|
-
"type": "option"
|
|
1044
|
-
},
|
|
1045
|
-
"style": {
|
|
1046
|
-
"description": "Response style",
|
|
1047
|
-
"name": "style",
|
|
1023
|
+
"scope": {
|
|
1024
|
+
"description": "Requested token scope",
|
|
1025
|
+
"name": "scope",
|
|
1026
|
+
"default": "read",
|
|
1048
1027
|
"hasDynamicHelp": false,
|
|
1049
1028
|
"multiple": false,
|
|
1050
1029
|
"options": [
|
|
1051
|
-
"
|
|
1052
|
-
"
|
|
1053
|
-
"
|
|
1054
|
-
"
|
|
1055
|
-
"empathetic"
|
|
1030
|
+
"full",
|
|
1031
|
+
"send",
|
|
1032
|
+
"read",
|
|
1033
|
+
"admin"
|
|
1056
1034
|
],
|
|
1057
1035
|
"type": "option"
|
|
1058
1036
|
}
|
|
1059
1037
|
},
|
|
1060
1038
|
"hasDynamicHelp": false,
|
|
1061
1039
|
"hiddenAliases": [],
|
|
1062
|
-
"id": "
|
|
1040
|
+
"id": "auth:login",
|
|
1063
1041
|
"pluginAlias": "@instantkom/cli",
|
|
1064
1042
|
"pluginName": "@instantkom/cli",
|
|
1065
1043
|
"pluginType": "core",
|
|
@@ -1069,14 +1047,14 @@
|
|
|
1069
1047
|
"relativePath": [
|
|
1070
1048
|
"dist",
|
|
1071
1049
|
"commands",
|
|
1072
|
-
"
|
|
1073
|
-
"
|
|
1050
|
+
"auth",
|
|
1051
|
+
"login.js"
|
|
1074
1052
|
]
|
|
1075
1053
|
},
|
|
1076
|
-
"auth:
|
|
1054
|
+
"auth:logout": {
|
|
1077
1055
|
"aliases": [],
|
|
1078
1056
|
"args": {},
|
|
1079
|
-
"description": "
|
|
1057
|
+
"description": "Remove the stored API token for the current profile",
|
|
1080
1058
|
"flags": {
|
|
1081
1059
|
"api-key": {
|
|
1082
1060
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -1139,25 +1117,45 @@
|
|
|
1139
1117
|
"hasDynamicHelp": false,
|
|
1140
1118
|
"multiple": false,
|
|
1141
1119
|
"type": "option"
|
|
1142
|
-
}
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1120
|
+
}
|
|
1121
|
+
},
|
|
1122
|
+
"hasDynamicHelp": false,
|
|
1123
|
+
"hiddenAliases": [],
|
|
1124
|
+
"id": "auth:logout",
|
|
1125
|
+
"pluginAlias": "@instantkom/cli",
|
|
1126
|
+
"pluginName": "@instantkom/cli",
|
|
1127
|
+
"pluginType": "core",
|
|
1128
|
+
"strict": true,
|
|
1129
|
+
"enableJsonFlag": false,
|
|
1130
|
+
"isESM": true,
|
|
1131
|
+
"relativePath": [
|
|
1132
|
+
"dist",
|
|
1133
|
+
"commands",
|
|
1134
|
+
"auth",
|
|
1135
|
+
"logout.js"
|
|
1136
|
+
]
|
|
1137
|
+
},
|
|
1138
|
+
"autocomplete:script": {
|
|
1139
|
+
"aliases": [],
|
|
1140
|
+
"args": {
|
|
1141
|
+
"shell": {
|
|
1142
|
+
"description": "Shell type",
|
|
1143
|
+
"name": "shell",
|
|
1149
1144
|
"options": [
|
|
1150
|
-
"
|
|
1151
|
-
"
|
|
1152
|
-
"
|
|
1153
|
-
"
|
|
1145
|
+
"zsh",
|
|
1146
|
+
"bash",
|
|
1147
|
+
"fish",
|
|
1148
|
+
"powershell"
|
|
1154
1149
|
],
|
|
1155
|
-
"
|
|
1150
|
+
"required": false
|
|
1156
1151
|
}
|
|
1157
1152
|
},
|
|
1153
|
+
"description": "outputs autocomplete config script for shells",
|
|
1154
|
+
"flags": {},
|
|
1158
1155
|
"hasDynamicHelp": false,
|
|
1156
|
+
"hidden": true,
|
|
1159
1157
|
"hiddenAliases": [],
|
|
1160
|
-
"id": "
|
|
1158
|
+
"id": "autocomplete:script",
|
|
1161
1159
|
"pluginAlias": "@instantkom/cli",
|
|
1162
1160
|
"pluginName": "@instantkom/cli",
|
|
1163
1161
|
"pluginType": "core",
|
|
@@ -1167,14 +1165,14 @@
|
|
|
1167
1165
|
"relativePath": [
|
|
1168
1166
|
"dist",
|
|
1169
1167
|
"commands",
|
|
1170
|
-
"
|
|
1171
|
-
"
|
|
1168
|
+
"autocomplete",
|
|
1169
|
+
"script.js"
|
|
1172
1170
|
]
|
|
1173
1171
|
},
|
|
1174
|
-
"
|
|
1172
|
+
"ai:reply": {
|
|
1175
1173
|
"aliases": [],
|
|
1176
1174
|
"args": {},
|
|
1177
|
-
"description": "
|
|
1175
|
+
"description": "Generate AI reply suggestions for a message",
|
|
1178
1176
|
"flags": {
|
|
1179
1177
|
"api-key": {
|
|
1180
1178
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -1237,45 +1235,47 @@
|
|
|
1237
1235
|
"hasDynamicHelp": false,
|
|
1238
1236
|
"multiple": false,
|
|
1239
1237
|
"type": "option"
|
|
1240
|
-
}
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1238
|
+
},
|
|
1239
|
+
"message-id": {
|
|
1240
|
+
"description": "Message ID to use as smart-reply anchor",
|
|
1241
|
+
"name": "message-id",
|
|
1242
|
+
"required": true,
|
|
1243
|
+
"hasDynamicHelp": false,
|
|
1244
|
+
"multiple": false,
|
|
1245
|
+
"type": "option"
|
|
1246
|
+
},
|
|
1247
|
+
"limit": {
|
|
1248
|
+
"description": "Number of suggestions to generate (1-5)",
|
|
1249
|
+
"name": "limit",
|
|
1250
|
+
"hasDynamicHelp": false,
|
|
1251
|
+
"multiple": false,
|
|
1252
|
+
"type": "option"
|
|
1253
|
+
},
|
|
1254
|
+
"context-length": {
|
|
1255
|
+
"description": "Number of recent messages to use as context (1-20)",
|
|
1256
|
+
"name": "context-length",
|
|
1257
|
+
"hasDynamicHelp": false,
|
|
1258
|
+
"multiple": false,
|
|
1259
|
+
"type": "option"
|
|
1260
|
+
},
|
|
1261
|
+
"style": {
|
|
1262
|
+
"description": "Response style",
|
|
1263
|
+
"name": "style",
|
|
1264
|
+
"hasDynamicHelp": false,
|
|
1265
|
+
"multiple": false,
|
|
1264
1266
|
"options": [
|
|
1265
|
-
"
|
|
1266
|
-
"
|
|
1267
|
-
"
|
|
1268
|
-
"
|
|
1267
|
+
"professional",
|
|
1268
|
+
"friendly",
|
|
1269
|
+
"concise",
|
|
1270
|
+
"detailed",
|
|
1271
|
+
"empathetic"
|
|
1269
1272
|
],
|
|
1270
|
-
"
|
|
1273
|
+
"type": "option"
|
|
1271
1274
|
}
|
|
1272
1275
|
},
|
|
1273
|
-
"description": "outputs autocomplete config script for shells",
|
|
1274
|
-
"flags": {},
|
|
1275
1276
|
"hasDynamicHelp": false,
|
|
1276
|
-
"hidden": true,
|
|
1277
1277
|
"hiddenAliases": [],
|
|
1278
|
-
"id": "
|
|
1278
|
+
"id": "ai:reply",
|
|
1279
1279
|
"pluginAlias": "@instantkom/cli",
|
|
1280
1280
|
"pluginName": "@instantkom/cli",
|
|
1281
1281
|
"pluginType": "core",
|
|
@@ -1285,8 +1285,8 @@
|
|
|
1285
1285
|
"relativePath": [
|
|
1286
1286
|
"dist",
|
|
1287
1287
|
"commands",
|
|
1288
|
-
"
|
|
1289
|
-
"
|
|
1288
|
+
"ai",
|
|
1289
|
+
"reply.js"
|
|
1290
1290
|
]
|
|
1291
1291
|
},
|
|
1292
1292
|
"broadcast:create": {
|
|
@@ -2998,16 +2998,10 @@
|
|
|
2998
2998
|
"reply.js"
|
|
2999
2999
|
]
|
|
3000
3000
|
},
|
|
3001
|
-
"
|
|
3001
|
+
"bots:create": {
|
|
3002
3002
|
"aliases": [],
|
|
3003
|
-
"args": {
|
|
3004
|
-
|
|
3005
|
-
"description": "Configuration key to retrieve",
|
|
3006
|
-
"name": "key",
|
|
3007
|
-
"required": true
|
|
3008
|
-
}
|
|
3009
|
-
},
|
|
3010
|
-
"description": "Get a configuration value for the current profile",
|
|
3003
|
+
"args": {},
|
|
3004
|
+
"description": "Create a bot",
|
|
3011
3005
|
"flags": {
|
|
3012
3006
|
"api-key": {
|
|
3013
3007
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3070,98 +3064,68 @@
|
|
|
3070
3064
|
"hasDynamicHelp": false,
|
|
3071
3065
|
"multiple": false,
|
|
3072
3066
|
"type": "option"
|
|
3073
|
-
}
|
|
3074
|
-
},
|
|
3075
|
-
"hasDynamicHelp": false,
|
|
3076
|
-
"hiddenAliases": [],
|
|
3077
|
-
"id": "config:get",
|
|
3078
|
-
"pluginAlias": "@instantkom/cli",
|
|
3079
|
-
"pluginName": "@instantkom/cli",
|
|
3080
|
-
"pluginType": "core",
|
|
3081
|
-
"strict": true,
|
|
3082
|
-
"enableJsonFlag": false,
|
|
3083
|
-
"isESM": true,
|
|
3084
|
-
"relativePath": [
|
|
3085
|
-
"dist",
|
|
3086
|
-
"commands",
|
|
3087
|
-
"config",
|
|
3088
|
-
"get.js"
|
|
3089
|
-
]
|
|
3090
|
-
},
|
|
3091
|
-
"config:set": {
|
|
3092
|
-
"aliases": [],
|
|
3093
|
-
"args": {
|
|
3094
|
-
"key": {
|
|
3095
|
-
"description": "Configuration key to set",
|
|
3096
|
-
"name": "key",
|
|
3097
|
-
"required": true
|
|
3098
3067
|
},
|
|
3099
|
-
"
|
|
3100
|
-
"description": "
|
|
3101
|
-
"name": "
|
|
3102
|
-
"required": true
|
|
3103
|
-
}
|
|
3104
|
-
},
|
|
3105
|
-
"description": "Set a configuration value for the current profile",
|
|
3106
|
-
"flags": {
|
|
3107
|
-
"api-key": {
|
|
3108
|
-
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
3109
|
-
"env": "IKM_API_KEY",
|
|
3110
|
-
"helpGroup": "GLOBAL",
|
|
3111
|
-
"name": "api-key",
|
|
3068
|
+
"channel": {
|
|
3069
|
+
"description": "Channel ID",
|
|
3070
|
+
"name": "channel",
|
|
3071
|
+
"required": true,
|
|
3112
3072
|
"hasDynamicHelp": false,
|
|
3113
3073
|
"multiple": false,
|
|
3114
3074
|
"type": "option"
|
|
3115
3075
|
},
|
|
3116
|
-
"
|
|
3117
|
-
"description": "
|
|
3118
|
-
"
|
|
3119
|
-
"
|
|
3120
|
-
"default": "text",
|
|
3076
|
+
"name": {
|
|
3077
|
+
"description": "Bot name",
|
|
3078
|
+
"name": "name",
|
|
3079
|
+
"required": true,
|
|
3121
3080
|
"hasDynamicHelp": false,
|
|
3122
3081
|
"multiple": false,
|
|
3123
|
-
"options": [
|
|
3124
|
-
"text",
|
|
3125
|
-
"json",
|
|
3126
|
-
"yaml",
|
|
3127
|
-
"table"
|
|
3128
|
-
],
|
|
3129
3082
|
"type": "option"
|
|
3130
3083
|
},
|
|
3131
|
-
"
|
|
3132
|
-
"description": "
|
|
3133
|
-
"
|
|
3134
|
-
"
|
|
3135
|
-
"
|
|
3136
|
-
"
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
|
|
3140
|
-
|
|
3141
|
-
|
|
3142
|
-
|
|
3143
|
-
"type": "
|
|
3084
|
+
"type": {
|
|
3085
|
+
"description": "Bot type",
|
|
3086
|
+
"name": "type",
|
|
3087
|
+
"required": true,
|
|
3088
|
+
"hasDynamicHelp": false,
|
|
3089
|
+
"multiple": false,
|
|
3090
|
+
"options": [
|
|
3091
|
+
"keyword",
|
|
3092
|
+
"schedule",
|
|
3093
|
+
"event",
|
|
3094
|
+
"ai"
|
|
3095
|
+
],
|
|
3096
|
+
"type": "option"
|
|
3144
3097
|
},
|
|
3145
|
-
"
|
|
3146
|
-
"description": "
|
|
3147
|
-
"
|
|
3148
|
-
"
|
|
3149
|
-
"
|
|
3150
|
-
"type": "
|
|
3098
|
+
"message": {
|
|
3099
|
+
"description": "Bot message content",
|
|
3100
|
+
"name": "message",
|
|
3101
|
+
"hasDynamicHelp": false,
|
|
3102
|
+
"multiple": false,
|
|
3103
|
+
"type": "option"
|
|
3151
3104
|
},
|
|
3152
|
-
"
|
|
3153
|
-
"description": "
|
|
3154
|
-
"
|
|
3155
|
-
"name": "profile",
|
|
3156
|
-
"default": "default",
|
|
3105
|
+
"response": {
|
|
3106
|
+
"description": "Alias for --message",
|
|
3107
|
+
"name": "response",
|
|
3157
3108
|
"hasDynamicHelp": false,
|
|
3158
3109
|
"multiple": false,
|
|
3159
3110
|
"type": "option"
|
|
3160
3111
|
},
|
|
3161
|
-
"
|
|
3162
|
-
"description": "
|
|
3163
|
-
"
|
|
3164
|
-
"
|
|
3112
|
+
"color": {
|
|
3113
|
+
"description": "Bot color as HEX",
|
|
3114
|
+
"name": "color",
|
|
3115
|
+
"hasDynamicHelp": false,
|
|
3116
|
+
"multiple": false,
|
|
3117
|
+
"type": "option"
|
|
3118
|
+
},
|
|
3119
|
+
"tags": {
|
|
3120
|
+
"description": "Comma-separated tags",
|
|
3121
|
+
"name": "tags",
|
|
3122
|
+
"hasDynamicHelp": false,
|
|
3123
|
+
"multiple": false,
|
|
3124
|
+
"type": "option"
|
|
3125
|
+
},
|
|
3126
|
+
"data": {
|
|
3127
|
+
"description": "Additional JSON object payload",
|
|
3128
|
+
"name": "data",
|
|
3165
3129
|
"hasDynamicHelp": false,
|
|
3166
3130
|
"multiple": false,
|
|
3167
3131
|
"type": "option"
|
|
@@ -3169,7 +3133,7 @@
|
|
|
3169
3133
|
},
|
|
3170
3134
|
"hasDynamicHelp": false,
|
|
3171
3135
|
"hiddenAliases": [],
|
|
3172
|
-
"id": "
|
|
3136
|
+
"id": "bots:create",
|
|
3173
3137
|
"pluginAlias": "@instantkom/cli",
|
|
3174
3138
|
"pluginName": "@instantkom/cli",
|
|
3175
3139
|
"pluginType": "core",
|
|
@@ -3179,20 +3143,20 @@
|
|
|
3179
3143
|
"relativePath": [
|
|
3180
3144
|
"dist",
|
|
3181
3145
|
"commands",
|
|
3182
|
-
"
|
|
3183
|
-
"
|
|
3146
|
+
"bots",
|
|
3147
|
+
"create.js"
|
|
3184
3148
|
]
|
|
3185
3149
|
},
|
|
3186
|
-
"
|
|
3150
|
+
"bots:delete": {
|
|
3187
3151
|
"aliases": [],
|
|
3188
3152
|
"args": {
|
|
3189
|
-
"
|
|
3190
|
-
"description": "
|
|
3191
|
-
"name": "
|
|
3153
|
+
"id": {
|
|
3154
|
+
"description": "Bot ID",
|
|
3155
|
+
"name": "id",
|
|
3192
3156
|
"required": true
|
|
3193
3157
|
}
|
|
3194
3158
|
},
|
|
3195
|
-
"description": "
|
|
3159
|
+
"description": "Delete a bot",
|
|
3196
3160
|
"flags": {
|
|
3197
3161
|
"api-key": {
|
|
3198
3162
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3259,7 +3223,7 @@
|
|
|
3259
3223
|
},
|
|
3260
3224
|
"hasDynamicHelp": false,
|
|
3261
3225
|
"hiddenAliases": [],
|
|
3262
|
-
"id": "
|
|
3226
|
+
"id": "bots:delete",
|
|
3263
3227
|
"pluginAlias": "@instantkom/cli",
|
|
3264
3228
|
"pluginName": "@instantkom/cli",
|
|
3265
3229
|
"pluginType": "core",
|
|
@@ -3269,14 +3233,20 @@
|
|
|
3269
3233
|
"relativePath": [
|
|
3270
3234
|
"dist",
|
|
3271
3235
|
"commands",
|
|
3272
|
-
"
|
|
3273
|
-
"
|
|
3236
|
+
"bots",
|
|
3237
|
+
"delete.js"
|
|
3274
3238
|
]
|
|
3275
3239
|
},
|
|
3276
|
-
"
|
|
3240
|
+
"bots:get": {
|
|
3277
3241
|
"aliases": [],
|
|
3278
|
-
"args": {
|
|
3279
|
-
|
|
3242
|
+
"args": {
|
|
3243
|
+
"id": {
|
|
3244
|
+
"description": "Bot ID",
|
|
3245
|
+
"name": "id",
|
|
3246
|
+
"required": true
|
|
3247
|
+
}
|
|
3248
|
+
},
|
|
3249
|
+
"description": "Get a bot by ID",
|
|
3280
3250
|
"flags": {
|
|
3281
3251
|
"api-key": {
|
|
3282
3252
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3339,41 +3309,11 @@
|
|
|
3339
3309
|
"hasDynamicHelp": false,
|
|
3340
3310
|
"multiple": false,
|
|
3341
3311
|
"type": "option"
|
|
3342
|
-
},
|
|
3343
|
-
"channel": {
|
|
3344
|
-
"description": "Channel ID",
|
|
3345
|
-
"name": "channel",
|
|
3346
|
-
"required": true,
|
|
3347
|
-
"hasDynamicHelp": false,
|
|
3348
|
-
"multiple": false,
|
|
3349
|
-
"type": "option"
|
|
3350
|
-
},
|
|
3351
|
-
"identifier": {
|
|
3352
|
-
"description": "Unique contact identifier",
|
|
3353
|
-
"name": "identifier",
|
|
3354
|
-
"required": true,
|
|
3355
|
-
"hasDynamicHelp": false,
|
|
3356
|
-
"multiple": false,
|
|
3357
|
-
"type": "option"
|
|
3358
|
-
},
|
|
3359
|
-
"name": {
|
|
3360
|
-
"description": "Contact name",
|
|
3361
|
-
"name": "name",
|
|
3362
|
-
"hasDynamicHelp": false,
|
|
3363
|
-
"multiple": false,
|
|
3364
|
-
"type": "option"
|
|
3365
|
-
},
|
|
3366
|
-
"data": {
|
|
3367
|
-
"description": "Additional JSON object payload",
|
|
3368
|
-
"name": "data",
|
|
3369
|
-
"hasDynamicHelp": false,
|
|
3370
|
-
"multiple": false,
|
|
3371
|
-
"type": "option"
|
|
3372
3312
|
}
|
|
3373
3313
|
},
|
|
3374
3314
|
"hasDynamicHelp": false,
|
|
3375
3315
|
"hiddenAliases": [],
|
|
3376
|
-
"id": "
|
|
3316
|
+
"id": "bots:get",
|
|
3377
3317
|
"pluginAlias": "@instantkom/cli",
|
|
3378
3318
|
"pluginName": "@instantkom/cli",
|
|
3379
3319
|
"pluginType": "core",
|
|
@@ -3383,20 +3323,14 @@
|
|
|
3383
3323
|
"relativePath": [
|
|
3384
3324
|
"dist",
|
|
3385
3325
|
"commands",
|
|
3386
|
-
"
|
|
3387
|
-
"
|
|
3326
|
+
"bots",
|
|
3327
|
+
"get.js"
|
|
3388
3328
|
]
|
|
3389
3329
|
},
|
|
3390
|
-
"
|
|
3330
|
+
"bots:list": {
|
|
3391
3331
|
"aliases": [],
|
|
3392
|
-
"args": {
|
|
3393
|
-
|
|
3394
|
-
"description": "Contact ID",
|
|
3395
|
-
"name": "id",
|
|
3396
|
-
"required": true
|
|
3397
|
-
}
|
|
3398
|
-
},
|
|
3399
|
-
"description": "Delete a contact",
|
|
3332
|
+
"args": {},
|
|
3333
|
+
"description": "List bots",
|
|
3400
3334
|
"flags": {
|
|
3401
3335
|
"api-key": {
|
|
3402
3336
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3459,11 +3393,66 @@
|
|
|
3459
3393
|
"hasDynamicHelp": false,
|
|
3460
3394
|
"multiple": false,
|
|
3461
3395
|
"type": "option"
|
|
3396
|
+
},
|
|
3397
|
+
"page": {
|
|
3398
|
+
"description": "Page number",
|
|
3399
|
+
"name": "page",
|
|
3400
|
+
"default": 1,
|
|
3401
|
+
"hasDynamicHelp": false,
|
|
3402
|
+
"multiple": false,
|
|
3403
|
+
"type": "option"
|
|
3404
|
+
},
|
|
3405
|
+
"limit": {
|
|
3406
|
+
"description": "Items per page",
|
|
3407
|
+
"name": "limit",
|
|
3408
|
+
"default": 20,
|
|
3409
|
+
"hasDynamicHelp": false,
|
|
3410
|
+
"multiple": false,
|
|
3411
|
+
"type": "option"
|
|
3412
|
+
},
|
|
3413
|
+
"channel": {
|
|
3414
|
+
"description": "Filter by channel ID",
|
|
3415
|
+
"name": "channel",
|
|
3416
|
+
"hasDynamicHelp": false,
|
|
3417
|
+
"multiple": false,
|
|
3418
|
+
"type": "option"
|
|
3419
|
+
},
|
|
3420
|
+
"type": {
|
|
3421
|
+
"description": "Filter by bot type",
|
|
3422
|
+
"name": "type",
|
|
3423
|
+
"hasDynamicHelp": false,
|
|
3424
|
+
"multiple": false,
|
|
3425
|
+
"type": "option"
|
|
3426
|
+
},
|
|
3427
|
+
"search": {
|
|
3428
|
+
"description": "Search in bot name or message",
|
|
3429
|
+
"name": "search",
|
|
3430
|
+
"hasDynamicHelp": false,
|
|
3431
|
+
"multiple": false,
|
|
3432
|
+
"type": "option"
|
|
3433
|
+
},
|
|
3434
|
+
"tags": {
|
|
3435
|
+
"description": "Comma-separated tag IDs",
|
|
3436
|
+
"name": "tags",
|
|
3437
|
+
"hasDynamicHelp": false,
|
|
3438
|
+
"multiple": false,
|
|
3439
|
+
"type": "option"
|
|
3440
|
+
},
|
|
3441
|
+
"tag-match": {
|
|
3442
|
+
"description": "Tag match mode",
|
|
3443
|
+
"name": "tag-match",
|
|
3444
|
+
"hasDynamicHelp": false,
|
|
3445
|
+
"multiple": false,
|
|
3446
|
+
"options": [
|
|
3447
|
+
"any",
|
|
3448
|
+
"all"
|
|
3449
|
+
],
|
|
3450
|
+
"type": "option"
|
|
3462
3451
|
}
|
|
3463
3452
|
},
|
|
3464
3453
|
"hasDynamicHelp": false,
|
|
3465
3454
|
"hiddenAliases": [],
|
|
3466
|
-
"id": "
|
|
3455
|
+
"id": "bots:list",
|
|
3467
3456
|
"pluginAlias": "@instantkom/cli",
|
|
3468
3457
|
"pluginName": "@instantkom/cli",
|
|
3469
3458
|
"pluginType": "core",
|
|
@@ -3473,14 +3462,20 @@
|
|
|
3473
3462
|
"relativePath": [
|
|
3474
3463
|
"dist",
|
|
3475
3464
|
"commands",
|
|
3476
|
-
"
|
|
3477
|
-
"
|
|
3465
|
+
"bots",
|
|
3466
|
+
"list.js"
|
|
3478
3467
|
]
|
|
3479
3468
|
},
|
|
3480
|
-
"
|
|
3469
|
+
"bots:matches": {
|
|
3481
3470
|
"aliases": [],
|
|
3482
|
-
"args": {
|
|
3483
|
-
|
|
3471
|
+
"args": {
|
|
3472
|
+
"id": {
|
|
3473
|
+
"description": "Bot ID",
|
|
3474
|
+
"name": "id",
|
|
3475
|
+
"required": true
|
|
3476
|
+
}
|
|
3477
|
+
},
|
|
3478
|
+
"description": "List bot match history",
|
|
3484
3479
|
"flags": {
|
|
3485
3480
|
"api-key": {
|
|
3486
3481
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3544,28 +3539,6 @@
|
|
|
3544
3539
|
"multiple": false,
|
|
3545
3540
|
"type": "option"
|
|
3546
3541
|
},
|
|
3547
|
-
"file": {
|
|
3548
|
-
"description": "CSV output file path",
|
|
3549
|
-
"name": "file",
|
|
3550
|
-
"required": true,
|
|
3551
|
-
"hasDynamicHelp": false,
|
|
3552
|
-
"multiple": false,
|
|
3553
|
-
"type": "option"
|
|
3554
|
-
},
|
|
3555
|
-
"channel": {
|
|
3556
|
-
"description": "Filter by channel ID",
|
|
3557
|
-
"name": "channel",
|
|
3558
|
-
"hasDynamicHelp": false,
|
|
3559
|
-
"multiple": false,
|
|
3560
|
-
"type": "option"
|
|
3561
|
-
},
|
|
3562
|
-
"search": {
|
|
3563
|
-
"description": "Search by name or identifier",
|
|
3564
|
-
"name": "search",
|
|
3565
|
-
"hasDynamicHelp": false,
|
|
3566
|
-
"multiple": false,
|
|
3567
|
-
"type": "option"
|
|
3568
|
-
},
|
|
3569
3542
|
"page": {
|
|
3570
3543
|
"description": "Page number",
|
|
3571
3544
|
"name": "page",
|
|
@@ -3577,7 +3550,14 @@
|
|
|
3577
3550
|
"limit": {
|
|
3578
3551
|
"description": "Items per page",
|
|
3579
3552
|
"name": "limit",
|
|
3580
|
-
"default":
|
|
3553
|
+
"default": 50,
|
|
3554
|
+
"hasDynamicHelp": false,
|
|
3555
|
+
"multiple": false,
|
|
3556
|
+
"type": "option"
|
|
3557
|
+
},
|
|
3558
|
+
"search": {
|
|
3559
|
+
"description": "Search in matches",
|
|
3560
|
+
"name": "search",
|
|
3581
3561
|
"hasDynamicHelp": false,
|
|
3582
3562
|
"multiple": false,
|
|
3583
3563
|
"type": "option"
|
|
@@ -3585,7 +3565,7 @@
|
|
|
3585
3565
|
},
|
|
3586
3566
|
"hasDynamicHelp": false,
|
|
3587
3567
|
"hiddenAliases": [],
|
|
3588
|
-
"id": "
|
|
3568
|
+
"id": "bots:matches",
|
|
3589
3569
|
"pluginAlias": "@instantkom/cli",
|
|
3590
3570
|
"pluginName": "@instantkom/cli",
|
|
3591
3571
|
"pluginType": "core",
|
|
@@ -3595,20 +3575,20 @@
|
|
|
3595
3575
|
"relativePath": [
|
|
3596
3576
|
"dist",
|
|
3597
3577
|
"commands",
|
|
3598
|
-
"
|
|
3599
|
-
"
|
|
3578
|
+
"bots",
|
|
3579
|
+
"matches.js"
|
|
3600
3580
|
]
|
|
3601
3581
|
},
|
|
3602
|
-
"
|
|
3582
|
+
"bots:update": {
|
|
3603
3583
|
"aliases": [],
|
|
3604
3584
|
"args": {
|
|
3605
3585
|
"id": {
|
|
3606
|
-
"description": "
|
|
3586
|
+
"description": "Bot ID",
|
|
3607
3587
|
"name": "id",
|
|
3608
3588
|
"required": true
|
|
3609
3589
|
}
|
|
3610
3590
|
},
|
|
3611
|
-
"description": "
|
|
3591
|
+
"description": "Update a bot",
|
|
3612
3592
|
"flags": {
|
|
3613
3593
|
"api-key": {
|
|
3614
3594
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3671,11 +3651,66 @@
|
|
|
3671
3651
|
"hasDynamicHelp": false,
|
|
3672
3652
|
"multiple": false,
|
|
3673
3653
|
"type": "option"
|
|
3654
|
+
},
|
|
3655
|
+
"name": {
|
|
3656
|
+
"description": "Bot name",
|
|
3657
|
+
"name": "name",
|
|
3658
|
+
"hasDynamicHelp": false,
|
|
3659
|
+
"multiple": false,
|
|
3660
|
+
"type": "option"
|
|
3661
|
+
},
|
|
3662
|
+
"type": {
|
|
3663
|
+
"description": "Bot type",
|
|
3664
|
+
"name": "type",
|
|
3665
|
+
"hasDynamicHelp": false,
|
|
3666
|
+
"multiple": false,
|
|
3667
|
+
"options": [
|
|
3668
|
+
"keyword",
|
|
3669
|
+
"schedule",
|
|
3670
|
+
"event",
|
|
3671
|
+
"ai"
|
|
3672
|
+
],
|
|
3673
|
+
"type": "option"
|
|
3674
|
+
},
|
|
3675
|
+
"message": {
|
|
3676
|
+
"description": "Bot message content",
|
|
3677
|
+
"name": "message",
|
|
3678
|
+
"hasDynamicHelp": false,
|
|
3679
|
+
"multiple": false,
|
|
3680
|
+
"type": "option"
|
|
3681
|
+
},
|
|
3682
|
+
"response": {
|
|
3683
|
+
"description": "Alias for --message",
|
|
3684
|
+
"name": "response",
|
|
3685
|
+
"hasDynamicHelp": false,
|
|
3686
|
+
"multiple": false,
|
|
3687
|
+
"type": "option"
|
|
3688
|
+
},
|
|
3689
|
+
"color": {
|
|
3690
|
+
"description": "Bot color as HEX",
|
|
3691
|
+
"name": "color",
|
|
3692
|
+
"hasDynamicHelp": false,
|
|
3693
|
+
"multiple": false,
|
|
3694
|
+
"type": "option"
|
|
3695
|
+
},
|
|
3696
|
+
"tags": {
|
|
3697
|
+
"description": "Comma-separated tags",
|
|
3698
|
+
"name": "tags",
|
|
3699
|
+
"hasDynamicHelp": false,
|
|
3700
|
+
"multiple": false,
|
|
3701
|
+
"type": "option"
|
|
3702
|
+
},
|
|
3703
|
+
"data": {
|
|
3704
|
+
"description": "Additional JSON object payload",
|
|
3705
|
+
"name": "data",
|
|
3706
|
+
"hasDynamicHelp": false,
|
|
3707
|
+
"multiple": false,
|
|
3708
|
+
"type": "option"
|
|
3674
3709
|
}
|
|
3675
3710
|
},
|
|
3676
3711
|
"hasDynamicHelp": false,
|
|
3677
3712
|
"hiddenAliases": [],
|
|
3678
|
-
"id": "
|
|
3713
|
+
"id": "bots:update",
|
|
3679
3714
|
"pluginAlias": "@instantkom/cli",
|
|
3680
3715
|
"pluginName": "@instantkom/cli",
|
|
3681
3716
|
"pluginType": "core",
|
|
@@ -3685,14 +3720,20 @@
|
|
|
3685
3720
|
"relativePath": [
|
|
3686
3721
|
"dist",
|
|
3687
3722
|
"commands",
|
|
3688
|
-
"
|
|
3689
|
-
"
|
|
3723
|
+
"bots",
|
|
3724
|
+
"update.js"
|
|
3690
3725
|
]
|
|
3691
3726
|
},
|
|
3692
|
-
"
|
|
3727
|
+
"config:get": {
|
|
3693
3728
|
"aliases": [],
|
|
3694
|
-
"args": {
|
|
3695
|
-
|
|
3729
|
+
"args": {
|
|
3730
|
+
"key": {
|
|
3731
|
+
"description": "Configuration key to retrieve",
|
|
3732
|
+
"name": "key",
|
|
3733
|
+
"required": true
|
|
3734
|
+
}
|
|
3735
|
+
},
|
|
3736
|
+
"description": "Get a configuration value for the current profile",
|
|
3696
3737
|
"flags": {
|
|
3697
3738
|
"api-key": {
|
|
3698
3739
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3755,27 +3796,11 @@
|
|
|
3755
3796
|
"hasDynamicHelp": false,
|
|
3756
3797
|
"multiple": false,
|
|
3757
3798
|
"type": "option"
|
|
3758
|
-
},
|
|
3759
|
-
"file": {
|
|
3760
|
-
"description": "CSV file path",
|
|
3761
|
-
"name": "file",
|
|
3762
|
-
"required": true,
|
|
3763
|
-
"hasDynamicHelp": false,
|
|
3764
|
-
"multiple": false,
|
|
3765
|
-
"type": "option"
|
|
3766
|
-
},
|
|
3767
|
-
"channel": {
|
|
3768
|
-
"description": "Channel ID",
|
|
3769
|
-
"name": "channel",
|
|
3770
|
-
"required": true,
|
|
3771
|
-
"hasDynamicHelp": false,
|
|
3772
|
-
"multiple": false,
|
|
3773
|
-
"type": "option"
|
|
3774
3799
|
}
|
|
3775
3800
|
},
|
|
3776
3801
|
"hasDynamicHelp": false,
|
|
3777
3802
|
"hiddenAliases": [],
|
|
3778
|
-
"id": "
|
|
3803
|
+
"id": "config:get",
|
|
3779
3804
|
"pluginAlias": "@instantkom/cli",
|
|
3780
3805
|
"pluginName": "@instantkom/cli",
|
|
3781
3806
|
"pluginType": "core",
|
|
@@ -3785,14 +3810,25 @@
|
|
|
3785
3810
|
"relativePath": [
|
|
3786
3811
|
"dist",
|
|
3787
3812
|
"commands",
|
|
3788
|
-
"
|
|
3789
|
-
"
|
|
3813
|
+
"config",
|
|
3814
|
+
"get.js"
|
|
3790
3815
|
]
|
|
3791
3816
|
},
|
|
3792
|
-
"
|
|
3817
|
+
"config:set": {
|
|
3793
3818
|
"aliases": [],
|
|
3794
|
-
"args": {
|
|
3795
|
-
|
|
3819
|
+
"args": {
|
|
3820
|
+
"key": {
|
|
3821
|
+
"description": "Configuration key to set",
|
|
3822
|
+
"name": "key",
|
|
3823
|
+
"required": true
|
|
3824
|
+
},
|
|
3825
|
+
"value": {
|
|
3826
|
+
"description": "Value to assign",
|
|
3827
|
+
"name": "value",
|
|
3828
|
+
"required": true
|
|
3829
|
+
}
|
|
3830
|
+
},
|
|
3831
|
+
"description": "Set a configuration value for the current profile",
|
|
3796
3832
|
"flags": {
|
|
3797
3833
|
"api-key": {
|
|
3798
3834
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3855,98 +3891,207 @@
|
|
|
3855
3891
|
"hasDynamicHelp": false,
|
|
3856
3892
|
"multiple": false,
|
|
3857
3893
|
"type": "option"
|
|
3858
|
-
}
|
|
3859
|
-
|
|
3860
|
-
|
|
3861
|
-
|
|
3894
|
+
}
|
|
3895
|
+
},
|
|
3896
|
+
"hasDynamicHelp": false,
|
|
3897
|
+
"hiddenAliases": [],
|
|
3898
|
+
"id": "config:set",
|
|
3899
|
+
"pluginAlias": "@instantkom/cli",
|
|
3900
|
+
"pluginName": "@instantkom/cli",
|
|
3901
|
+
"pluginType": "core",
|
|
3902
|
+
"strict": true,
|
|
3903
|
+
"enableJsonFlag": false,
|
|
3904
|
+
"isESM": true,
|
|
3905
|
+
"relativePath": [
|
|
3906
|
+
"dist",
|
|
3907
|
+
"commands",
|
|
3908
|
+
"config",
|
|
3909
|
+
"set.js"
|
|
3910
|
+
]
|
|
3911
|
+
},
|
|
3912
|
+
"config:unset": {
|
|
3913
|
+
"aliases": [],
|
|
3914
|
+
"args": {
|
|
3915
|
+
"key": {
|
|
3916
|
+
"description": "Configuration key to remove",
|
|
3917
|
+
"name": "key",
|
|
3918
|
+
"required": true
|
|
3919
|
+
}
|
|
3920
|
+
},
|
|
3921
|
+
"description": "Remove a configuration key from the current profile",
|
|
3922
|
+
"flags": {
|
|
3923
|
+
"api-key": {
|
|
3924
|
+
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
3925
|
+
"env": "IKM_API_KEY",
|
|
3926
|
+
"helpGroup": "GLOBAL",
|
|
3927
|
+
"name": "api-key",
|
|
3862
3928
|
"hasDynamicHelp": false,
|
|
3863
3929
|
"multiple": false,
|
|
3864
3930
|
"type": "option"
|
|
3865
3931
|
},
|
|
3866
|
-
"
|
|
3867
|
-
"description": "
|
|
3868
|
-
"
|
|
3932
|
+
"format": {
|
|
3933
|
+
"description": "Output format: text, json, yaml, or table",
|
|
3934
|
+
"helpGroup": "GLOBAL",
|
|
3935
|
+
"name": "format",
|
|
3936
|
+
"default": "text",
|
|
3869
3937
|
"hasDynamicHelp": false,
|
|
3870
3938
|
"multiple": false,
|
|
3939
|
+
"options": [
|
|
3940
|
+
"text",
|
|
3941
|
+
"json",
|
|
3942
|
+
"yaml",
|
|
3943
|
+
"table"
|
|
3944
|
+
],
|
|
3871
3945
|
"type": "option"
|
|
3872
3946
|
},
|
|
3873
|
-
"
|
|
3874
|
-
"description": "
|
|
3875
|
-
"
|
|
3876
|
-
"
|
|
3947
|
+
"json": {
|
|
3948
|
+
"description": "Output in JSON format (alias for --format=json)",
|
|
3949
|
+
"helpGroup": "GLOBAL",
|
|
3950
|
+
"name": "json",
|
|
3951
|
+
"allowNo": false,
|
|
3952
|
+
"type": "boolean"
|
|
3953
|
+
},
|
|
3954
|
+
"quiet": {
|
|
3955
|
+
"description": "Suppress all output except errors",
|
|
3956
|
+
"helpGroup": "GLOBAL",
|
|
3957
|
+
"name": "quiet",
|
|
3958
|
+
"allowNo": false,
|
|
3959
|
+
"type": "boolean"
|
|
3960
|
+
},
|
|
3961
|
+
"no-color": {
|
|
3962
|
+
"description": "Disable color output",
|
|
3963
|
+
"helpGroup": "GLOBAL",
|
|
3964
|
+
"name": "no-color",
|
|
3965
|
+
"allowNo": false,
|
|
3966
|
+
"type": "boolean"
|
|
3967
|
+
},
|
|
3968
|
+
"profile": {
|
|
3969
|
+
"description": "Named configuration profile to use",
|
|
3970
|
+
"helpGroup": "GLOBAL",
|
|
3971
|
+
"name": "profile",
|
|
3972
|
+
"default": "default",
|
|
3877
3973
|
"hasDynamicHelp": false,
|
|
3878
3974
|
"multiple": false,
|
|
3879
3975
|
"type": "option"
|
|
3880
3976
|
},
|
|
3881
|
-
"
|
|
3882
|
-
"description": "
|
|
3883
|
-
"
|
|
3884
|
-
"
|
|
3977
|
+
"api-url": {
|
|
3978
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
3979
|
+
"helpGroup": "GLOBAL",
|
|
3980
|
+
"name": "api-url",
|
|
3981
|
+
"hasDynamicHelp": false,
|
|
3982
|
+
"multiple": false,
|
|
3983
|
+
"type": "option"
|
|
3984
|
+
}
|
|
3985
|
+
},
|
|
3986
|
+
"hasDynamicHelp": false,
|
|
3987
|
+
"hiddenAliases": [],
|
|
3988
|
+
"id": "config:unset",
|
|
3989
|
+
"pluginAlias": "@instantkom/cli",
|
|
3990
|
+
"pluginName": "@instantkom/cli",
|
|
3991
|
+
"pluginType": "core",
|
|
3992
|
+
"strict": true,
|
|
3993
|
+
"enableJsonFlag": false,
|
|
3994
|
+
"isESM": true,
|
|
3995
|
+
"relativePath": [
|
|
3996
|
+
"dist",
|
|
3997
|
+
"commands",
|
|
3998
|
+
"config",
|
|
3999
|
+
"unset.js"
|
|
4000
|
+
]
|
|
4001
|
+
},
|
|
4002
|
+
"contacts:create": {
|
|
4003
|
+
"aliases": [],
|
|
4004
|
+
"args": {},
|
|
4005
|
+
"description": "Create a contact",
|
|
4006
|
+
"flags": {
|
|
4007
|
+
"api-key": {
|
|
4008
|
+
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
4009
|
+
"env": "IKM_API_KEY",
|
|
4010
|
+
"helpGroup": "GLOBAL",
|
|
4011
|
+
"name": "api-key",
|
|
3885
4012
|
"hasDynamicHelp": false,
|
|
3886
4013
|
"multiple": false,
|
|
3887
4014
|
"type": "option"
|
|
3888
4015
|
},
|
|
3889
|
-
"
|
|
3890
|
-
"description": "
|
|
3891
|
-
"
|
|
4016
|
+
"format": {
|
|
4017
|
+
"description": "Output format: text, json, yaml, or table",
|
|
4018
|
+
"helpGroup": "GLOBAL",
|
|
4019
|
+
"name": "format",
|
|
4020
|
+
"default": "text",
|
|
3892
4021
|
"hasDynamicHelp": false,
|
|
3893
4022
|
"multiple": false,
|
|
3894
4023
|
"options": [
|
|
3895
|
-
"
|
|
3896
|
-
"
|
|
4024
|
+
"text",
|
|
4025
|
+
"json",
|
|
4026
|
+
"yaml",
|
|
4027
|
+
"table"
|
|
3897
4028
|
],
|
|
3898
4029
|
"type": "option"
|
|
3899
4030
|
},
|
|
3900
|
-
"
|
|
3901
|
-
"description": "
|
|
3902
|
-
"
|
|
4031
|
+
"json": {
|
|
4032
|
+
"description": "Output in JSON format (alias for --format=json)",
|
|
4033
|
+
"helpGroup": "GLOBAL",
|
|
4034
|
+
"name": "json",
|
|
4035
|
+
"allowNo": false,
|
|
4036
|
+
"type": "boolean"
|
|
4037
|
+
},
|
|
4038
|
+
"quiet": {
|
|
4039
|
+
"description": "Suppress all output except errors",
|
|
4040
|
+
"helpGroup": "GLOBAL",
|
|
4041
|
+
"name": "quiet",
|
|
4042
|
+
"allowNo": false,
|
|
4043
|
+
"type": "boolean"
|
|
4044
|
+
},
|
|
4045
|
+
"no-color": {
|
|
4046
|
+
"description": "Disable color output",
|
|
4047
|
+
"helpGroup": "GLOBAL",
|
|
4048
|
+
"name": "no-color",
|
|
4049
|
+
"allowNo": false,
|
|
4050
|
+
"type": "boolean"
|
|
4051
|
+
},
|
|
4052
|
+
"profile": {
|
|
4053
|
+
"description": "Named configuration profile to use",
|
|
4054
|
+
"helpGroup": "GLOBAL",
|
|
4055
|
+
"name": "profile",
|
|
4056
|
+
"default": "default",
|
|
3903
4057
|
"hasDynamicHelp": false,
|
|
3904
4058
|
"multiple": false,
|
|
3905
|
-
"options": [
|
|
3906
|
-
"0",
|
|
3907
|
-
"1"
|
|
3908
|
-
],
|
|
3909
4059
|
"type": "option"
|
|
3910
4060
|
},
|
|
3911
|
-
"
|
|
3912
|
-
"description": "
|
|
3913
|
-
"
|
|
4061
|
+
"api-url": {
|
|
4062
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
4063
|
+
"helpGroup": "GLOBAL",
|
|
4064
|
+
"name": "api-url",
|
|
3914
4065
|
"hasDynamicHelp": false,
|
|
3915
4066
|
"multiple": false,
|
|
3916
4067
|
"type": "option"
|
|
3917
4068
|
},
|
|
3918
|
-
"
|
|
3919
|
-
"description": "
|
|
3920
|
-
"name": "
|
|
4069
|
+
"channel": {
|
|
4070
|
+
"description": "Channel ID",
|
|
4071
|
+
"name": "channel",
|
|
4072
|
+
"required": true,
|
|
3921
4073
|
"hasDynamicHelp": false,
|
|
3922
4074
|
"multiple": false,
|
|
3923
4075
|
"type": "option"
|
|
3924
4076
|
},
|
|
3925
|
-
"
|
|
3926
|
-
"description": "
|
|
3927
|
-
"name": "
|
|
4077
|
+
"identifier": {
|
|
4078
|
+
"description": "Unique contact identifier",
|
|
4079
|
+
"name": "identifier",
|
|
4080
|
+
"required": true,
|
|
3928
4081
|
"hasDynamicHelp": false,
|
|
3929
4082
|
"multiple": false,
|
|
3930
|
-
"options": [
|
|
3931
|
-
"any",
|
|
3932
|
-
"all"
|
|
3933
|
-
],
|
|
3934
4083
|
"type": "option"
|
|
3935
4084
|
},
|
|
3936
|
-
"
|
|
3937
|
-
"description": "
|
|
3938
|
-
"name": "
|
|
4085
|
+
"name": {
|
|
4086
|
+
"description": "Contact name",
|
|
4087
|
+
"name": "name",
|
|
3939
4088
|
"hasDynamicHelp": false,
|
|
3940
4089
|
"multiple": false,
|
|
3941
|
-
"options": [
|
|
3942
|
-
"true",
|
|
3943
|
-
"false"
|
|
3944
|
-
],
|
|
3945
4090
|
"type": "option"
|
|
3946
4091
|
},
|
|
3947
|
-
"
|
|
3948
|
-
"description": "
|
|
3949
|
-
"name": "
|
|
4092
|
+
"data": {
|
|
4093
|
+
"description": "Additional JSON object payload",
|
|
4094
|
+
"name": "data",
|
|
3950
4095
|
"hasDynamicHelp": false,
|
|
3951
4096
|
"multiple": false,
|
|
3952
4097
|
"type": "option"
|
|
@@ -3954,7 +4099,7 @@
|
|
|
3954
4099
|
},
|
|
3955
4100
|
"hasDynamicHelp": false,
|
|
3956
4101
|
"hiddenAliases": [],
|
|
3957
|
-
"id": "contacts:
|
|
4102
|
+
"id": "contacts:create",
|
|
3958
4103
|
"pluginAlias": "@instantkom/cli",
|
|
3959
4104
|
"pluginName": "@instantkom/cli",
|
|
3960
4105
|
"pluginType": "core",
|
|
@@ -3965,10 +4110,10 @@
|
|
|
3965
4110
|
"dist",
|
|
3966
4111
|
"commands",
|
|
3967
4112
|
"contacts",
|
|
3968
|
-
"
|
|
4113
|
+
"create.js"
|
|
3969
4114
|
]
|
|
3970
4115
|
},
|
|
3971
|
-
"contacts:
|
|
4116
|
+
"contacts:delete": {
|
|
3972
4117
|
"aliases": [],
|
|
3973
4118
|
"args": {
|
|
3974
4119
|
"id": {
|
|
@@ -3977,7 +4122,7 @@
|
|
|
3977
4122
|
"required": true
|
|
3978
4123
|
}
|
|
3979
4124
|
},
|
|
3980
|
-
"description": "
|
|
4125
|
+
"description": "Delete a contact",
|
|
3981
4126
|
"flags": {
|
|
3982
4127
|
"api-key": {
|
|
3983
4128
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4040,32 +4185,11 @@
|
|
|
4040
4185
|
"hasDynamicHelp": false,
|
|
4041
4186
|
"multiple": false,
|
|
4042
4187
|
"type": "option"
|
|
4043
|
-
},
|
|
4044
|
-
"identifier": {
|
|
4045
|
-
"description": "Unique contact identifier",
|
|
4046
|
-
"name": "identifier",
|
|
4047
|
-
"hasDynamicHelp": false,
|
|
4048
|
-
"multiple": false,
|
|
4049
|
-
"type": "option"
|
|
4050
|
-
},
|
|
4051
|
-
"name": {
|
|
4052
|
-
"description": "Contact name",
|
|
4053
|
-
"name": "name",
|
|
4054
|
-
"hasDynamicHelp": false,
|
|
4055
|
-
"multiple": false,
|
|
4056
|
-
"type": "option"
|
|
4057
|
-
},
|
|
4058
|
-
"data": {
|
|
4059
|
-
"description": "Additional JSON object payload",
|
|
4060
|
-
"name": "data",
|
|
4061
|
-
"hasDynamicHelp": false,
|
|
4062
|
-
"multiple": false,
|
|
4063
|
-
"type": "option"
|
|
4064
4188
|
}
|
|
4065
4189
|
},
|
|
4066
4190
|
"hasDynamicHelp": false,
|
|
4067
4191
|
"hiddenAliases": [],
|
|
4068
|
-
"id": "contacts:
|
|
4192
|
+
"id": "contacts:delete",
|
|
4069
4193
|
"pluginAlias": "@instantkom/cli",
|
|
4070
4194
|
"pluginName": "@instantkom/cli",
|
|
4071
4195
|
"pluginType": "core",
|
|
@@ -4076,13 +4200,13 @@
|
|
|
4076
4200
|
"dist",
|
|
4077
4201
|
"commands",
|
|
4078
4202
|
"contacts",
|
|
4079
|
-
"
|
|
4203
|
+
"delete.js"
|
|
4080
4204
|
]
|
|
4081
4205
|
},
|
|
4082
|
-
"
|
|
4206
|
+
"contacts:export": {
|
|
4083
4207
|
"aliases": [],
|
|
4084
4208
|
"args": {},
|
|
4085
|
-
"description": "
|
|
4209
|
+
"description": "Export contacts to CSV",
|
|
4086
4210
|
"flags": {
|
|
4087
4211
|
"api-key": {
|
|
4088
4212
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4146,67 +4270,40 @@
|
|
|
4146
4270
|
"multiple": false,
|
|
4147
4271
|
"type": "option"
|
|
4148
4272
|
},
|
|
4149
|
-
"
|
|
4150
|
-
"description": "
|
|
4151
|
-
"name": "
|
|
4152
|
-
"required": true,
|
|
4153
|
-
"hasDynamicHelp": false,
|
|
4154
|
-
"multiple": false,
|
|
4155
|
-
"type": "option"
|
|
4156
|
-
},
|
|
4157
|
-
"name": {
|
|
4158
|
-
"description": "Bot name",
|
|
4159
|
-
"name": "name",
|
|
4160
|
-
"required": true,
|
|
4161
|
-
"hasDynamicHelp": false,
|
|
4162
|
-
"multiple": false,
|
|
4163
|
-
"type": "option"
|
|
4164
|
-
},
|
|
4165
|
-
"type": {
|
|
4166
|
-
"description": "Bot type",
|
|
4167
|
-
"name": "type",
|
|
4273
|
+
"file": {
|
|
4274
|
+
"description": "CSV output file path",
|
|
4275
|
+
"name": "file",
|
|
4168
4276
|
"required": true,
|
|
4169
4277
|
"hasDynamicHelp": false,
|
|
4170
4278
|
"multiple": false,
|
|
4171
|
-
"options": [
|
|
4172
|
-
"keyword",
|
|
4173
|
-
"schedule",
|
|
4174
|
-
"event",
|
|
4175
|
-
"ai"
|
|
4176
|
-
],
|
|
4177
4279
|
"type": "option"
|
|
4178
4280
|
},
|
|
4179
|
-
"
|
|
4180
|
-
"description": "
|
|
4181
|
-
"name": "
|
|
4182
|
-
"hasDynamicHelp": false,
|
|
4183
|
-
"multiple": false,
|
|
4184
|
-
"type": "option"
|
|
4185
|
-
},
|
|
4186
|
-
"response": {
|
|
4187
|
-
"description": "Alias for --message",
|
|
4188
|
-
"name": "response",
|
|
4281
|
+
"channel": {
|
|
4282
|
+
"description": "Filter by channel ID",
|
|
4283
|
+
"name": "channel",
|
|
4189
4284
|
"hasDynamicHelp": false,
|
|
4190
4285
|
"multiple": false,
|
|
4191
4286
|
"type": "option"
|
|
4192
4287
|
},
|
|
4193
|
-
"
|
|
4194
|
-
"description": "
|
|
4195
|
-
"name": "
|
|
4288
|
+
"search": {
|
|
4289
|
+
"description": "Search by name or identifier",
|
|
4290
|
+
"name": "search",
|
|
4196
4291
|
"hasDynamicHelp": false,
|
|
4197
4292
|
"multiple": false,
|
|
4198
4293
|
"type": "option"
|
|
4199
4294
|
},
|
|
4200
|
-
"
|
|
4201
|
-
"description": "
|
|
4202
|
-
"name": "
|
|
4295
|
+
"page": {
|
|
4296
|
+
"description": "Page number",
|
|
4297
|
+
"name": "page",
|
|
4298
|
+
"default": 1,
|
|
4203
4299
|
"hasDynamicHelp": false,
|
|
4204
4300
|
"multiple": false,
|
|
4205
4301
|
"type": "option"
|
|
4206
4302
|
},
|
|
4207
|
-
"
|
|
4208
|
-
"description": "
|
|
4209
|
-
"name": "
|
|
4303
|
+
"limit": {
|
|
4304
|
+
"description": "Items per page",
|
|
4305
|
+
"name": "limit",
|
|
4306
|
+
"default": 100,
|
|
4210
4307
|
"hasDynamicHelp": false,
|
|
4211
4308
|
"multiple": false,
|
|
4212
4309
|
"type": "option"
|
|
@@ -4214,7 +4311,7 @@
|
|
|
4214
4311
|
},
|
|
4215
4312
|
"hasDynamicHelp": false,
|
|
4216
4313
|
"hiddenAliases": [],
|
|
4217
|
-
"id": "
|
|
4314
|
+
"id": "contacts:export",
|
|
4218
4315
|
"pluginAlias": "@instantkom/cli",
|
|
4219
4316
|
"pluginName": "@instantkom/cli",
|
|
4220
4317
|
"pluginType": "core",
|
|
@@ -4224,20 +4321,20 @@
|
|
|
4224
4321
|
"relativePath": [
|
|
4225
4322
|
"dist",
|
|
4226
4323
|
"commands",
|
|
4227
|
-
"
|
|
4228
|
-
"
|
|
4324
|
+
"contacts",
|
|
4325
|
+
"export.js"
|
|
4229
4326
|
]
|
|
4230
4327
|
},
|
|
4231
|
-
"
|
|
4328
|
+
"contacts:get": {
|
|
4232
4329
|
"aliases": [],
|
|
4233
4330
|
"args": {
|
|
4234
4331
|
"id": {
|
|
4235
|
-
"description": "
|
|
4332
|
+
"description": "Contact ID",
|
|
4236
4333
|
"name": "id",
|
|
4237
4334
|
"required": true
|
|
4238
4335
|
}
|
|
4239
4336
|
},
|
|
4240
|
-
"description": "
|
|
4337
|
+
"description": "Get a contact by ID",
|
|
4241
4338
|
"flags": {
|
|
4242
4339
|
"api-key": {
|
|
4243
4340
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4304,7 +4401,7 @@
|
|
|
4304
4401
|
},
|
|
4305
4402
|
"hasDynamicHelp": false,
|
|
4306
4403
|
"hiddenAliases": [],
|
|
4307
|
-
"id": "
|
|
4404
|
+
"id": "contacts:get",
|
|
4308
4405
|
"pluginAlias": "@instantkom/cli",
|
|
4309
4406
|
"pluginName": "@instantkom/cli",
|
|
4310
4407
|
"pluginType": "core",
|
|
@@ -4314,20 +4411,14 @@
|
|
|
4314
4411
|
"relativePath": [
|
|
4315
4412
|
"dist",
|
|
4316
4413
|
"commands",
|
|
4317
|
-
"
|
|
4318
|
-
"
|
|
4414
|
+
"contacts",
|
|
4415
|
+
"get.js"
|
|
4319
4416
|
]
|
|
4320
4417
|
},
|
|
4321
|
-
"
|
|
4418
|
+
"contacts:import": {
|
|
4322
4419
|
"aliases": [],
|
|
4323
|
-
"args": {
|
|
4324
|
-
|
|
4325
|
-
"description": "Bot ID",
|
|
4326
|
-
"name": "id",
|
|
4327
|
-
"required": true
|
|
4328
|
-
}
|
|
4329
|
-
},
|
|
4330
|
-
"description": "Get a bot by ID",
|
|
4420
|
+
"args": {},
|
|
4421
|
+
"description": "Import contacts from CSV",
|
|
4331
4422
|
"flags": {
|
|
4332
4423
|
"api-key": {
|
|
4333
4424
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4390,11 +4481,27 @@
|
|
|
4390
4481
|
"hasDynamicHelp": false,
|
|
4391
4482
|
"multiple": false,
|
|
4392
4483
|
"type": "option"
|
|
4484
|
+
},
|
|
4485
|
+
"file": {
|
|
4486
|
+
"description": "CSV file path",
|
|
4487
|
+
"name": "file",
|
|
4488
|
+
"required": true,
|
|
4489
|
+
"hasDynamicHelp": false,
|
|
4490
|
+
"multiple": false,
|
|
4491
|
+
"type": "option"
|
|
4492
|
+
},
|
|
4493
|
+
"channel": {
|
|
4494
|
+
"description": "Channel ID",
|
|
4495
|
+
"name": "channel",
|
|
4496
|
+
"required": true,
|
|
4497
|
+
"hasDynamicHelp": false,
|
|
4498
|
+
"multiple": false,
|
|
4499
|
+
"type": "option"
|
|
4393
4500
|
}
|
|
4394
4501
|
},
|
|
4395
4502
|
"hasDynamicHelp": false,
|
|
4396
4503
|
"hiddenAliases": [],
|
|
4397
|
-
"id": "
|
|
4504
|
+
"id": "contacts:import",
|
|
4398
4505
|
"pluginAlias": "@instantkom/cli",
|
|
4399
4506
|
"pluginName": "@instantkom/cli",
|
|
4400
4507
|
"pluginType": "core",
|
|
@@ -4404,14 +4511,14 @@
|
|
|
4404
4511
|
"relativePath": [
|
|
4405
4512
|
"dist",
|
|
4406
4513
|
"commands",
|
|
4407
|
-
"
|
|
4408
|
-
"
|
|
4514
|
+
"contacts",
|
|
4515
|
+
"import.js"
|
|
4409
4516
|
]
|
|
4410
4517
|
},
|
|
4411
|
-
"
|
|
4518
|
+
"contacts:list": {
|
|
4412
4519
|
"aliases": [],
|
|
4413
4520
|
"args": {},
|
|
4414
|
-
"description": "List
|
|
4521
|
+
"description": "List contacts",
|
|
4415
4522
|
"flags": {
|
|
4416
4523
|
"api-key": {
|
|
4417
4524
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4475,6 +4582,20 @@
|
|
|
4475
4582
|
"multiple": false,
|
|
4476
4583
|
"type": "option"
|
|
4477
4584
|
},
|
|
4585
|
+
"channel": {
|
|
4586
|
+
"description": "Filter by channel ID",
|
|
4587
|
+
"name": "channel",
|
|
4588
|
+
"hasDynamicHelp": false,
|
|
4589
|
+
"multiple": false,
|
|
4590
|
+
"type": "option"
|
|
4591
|
+
},
|
|
4592
|
+
"search": {
|
|
4593
|
+
"description": "Search by name or identifier",
|
|
4594
|
+
"name": "search",
|
|
4595
|
+
"hasDynamicHelp": false,
|
|
4596
|
+
"multiple": false,
|
|
4597
|
+
"type": "option"
|
|
4598
|
+
},
|
|
4478
4599
|
"page": {
|
|
4479
4600
|
"description": "Page number",
|
|
4480
4601
|
"name": "page",
|
|
@@ -4491,23 +4612,31 @@
|
|
|
4491
4612
|
"multiple": false,
|
|
4492
4613
|
"type": "option"
|
|
4493
4614
|
},
|
|
4494
|
-
"
|
|
4495
|
-
"description": "Filter by
|
|
4496
|
-
"name": "
|
|
4615
|
+
"optin-status": {
|
|
4616
|
+
"description": "Filter by opt-in status",
|
|
4617
|
+
"name": "optin-status",
|
|
4497
4618
|
"hasDynamicHelp": false,
|
|
4498
4619
|
"multiple": false,
|
|
4620
|
+
"options": [
|
|
4621
|
+
"0",
|
|
4622
|
+
"1"
|
|
4623
|
+
],
|
|
4499
4624
|
"type": "option"
|
|
4500
4625
|
},
|
|
4501
|
-
"
|
|
4502
|
-
"description": "Filter by
|
|
4503
|
-
"name": "
|
|
4626
|
+
"blocked": {
|
|
4627
|
+
"description": "Filter by blocked status: 1 blocked, 0 not blocked",
|
|
4628
|
+
"name": "blocked",
|
|
4504
4629
|
"hasDynamicHelp": false,
|
|
4505
4630
|
"multiple": false,
|
|
4631
|
+
"options": [
|
|
4632
|
+
"0",
|
|
4633
|
+
"1"
|
|
4634
|
+
],
|
|
4506
4635
|
"type": "option"
|
|
4507
4636
|
},
|
|
4508
|
-
"
|
|
4509
|
-
"description": "
|
|
4510
|
-
"name": "
|
|
4637
|
+
"segment": {
|
|
4638
|
+
"description": "Filter by segment ID",
|
|
4639
|
+
"name": "segment",
|
|
4511
4640
|
"hasDynamicHelp": false,
|
|
4512
4641
|
"multiple": false,
|
|
4513
4642
|
"type": "option"
|
|
@@ -4529,116 +4658,21 @@
|
|
|
4529
4658
|
"all"
|
|
4530
4659
|
],
|
|
4531
4660
|
"type": "option"
|
|
4532
|
-
}
|
|
4533
|
-
},
|
|
4534
|
-
"hasDynamicHelp": false,
|
|
4535
|
-
"hiddenAliases": [],
|
|
4536
|
-
"id": "bots:list",
|
|
4537
|
-
"pluginAlias": "@instantkom/cli",
|
|
4538
|
-
"pluginName": "@instantkom/cli",
|
|
4539
|
-
"pluginType": "core",
|
|
4540
|
-
"strict": true,
|
|
4541
|
-
"enableJsonFlag": false,
|
|
4542
|
-
"isESM": true,
|
|
4543
|
-
"relativePath": [
|
|
4544
|
-
"dist",
|
|
4545
|
-
"commands",
|
|
4546
|
-
"bots",
|
|
4547
|
-
"list.js"
|
|
4548
|
-
]
|
|
4549
|
-
},
|
|
4550
|
-
"bots:matches": {
|
|
4551
|
-
"aliases": [],
|
|
4552
|
-
"args": {
|
|
4553
|
-
"id": {
|
|
4554
|
-
"description": "Bot ID",
|
|
4555
|
-
"name": "id",
|
|
4556
|
-
"required": true
|
|
4557
|
-
}
|
|
4558
|
-
},
|
|
4559
|
-
"description": "List bot match history",
|
|
4560
|
-
"flags": {
|
|
4561
|
-
"api-key": {
|
|
4562
|
-
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
4563
|
-
"env": "IKM_API_KEY",
|
|
4564
|
-
"helpGroup": "GLOBAL",
|
|
4565
|
-
"name": "api-key",
|
|
4566
|
-
"hasDynamicHelp": false,
|
|
4567
|
-
"multiple": false,
|
|
4568
|
-
"type": "option"
|
|
4569
4661
|
},
|
|
4570
|
-
"
|
|
4571
|
-
"description": "
|
|
4572
|
-
"
|
|
4573
|
-
"name": "format",
|
|
4574
|
-
"default": "text",
|
|
4662
|
+
"spam": {
|
|
4663
|
+
"description": "Filter by spam status",
|
|
4664
|
+
"name": "spam",
|
|
4575
4665
|
"hasDynamicHelp": false,
|
|
4576
4666
|
"multiple": false,
|
|
4577
4667
|
"options": [
|
|
4578
|
-
"
|
|
4579
|
-
"
|
|
4580
|
-
"yaml",
|
|
4581
|
-
"table"
|
|
4668
|
+
"true",
|
|
4669
|
+
"false"
|
|
4582
4670
|
],
|
|
4583
4671
|
"type": "option"
|
|
4584
4672
|
},
|
|
4585
|
-
"
|
|
4586
|
-
"description": "
|
|
4587
|
-
"
|
|
4588
|
-
"name": "json",
|
|
4589
|
-
"allowNo": false,
|
|
4590
|
-
"type": "boolean"
|
|
4591
|
-
},
|
|
4592
|
-
"quiet": {
|
|
4593
|
-
"description": "Suppress all output except errors",
|
|
4594
|
-
"helpGroup": "GLOBAL",
|
|
4595
|
-
"name": "quiet",
|
|
4596
|
-
"allowNo": false,
|
|
4597
|
-
"type": "boolean"
|
|
4598
|
-
},
|
|
4599
|
-
"no-color": {
|
|
4600
|
-
"description": "Disable color output",
|
|
4601
|
-
"helpGroup": "GLOBAL",
|
|
4602
|
-
"name": "no-color",
|
|
4603
|
-
"allowNo": false,
|
|
4604
|
-
"type": "boolean"
|
|
4605
|
-
},
|
|
4606
|
-
"profile": {
|
|
4607
|
-
"description": "Named configuration profile to use",
|
|
4608
|
-
"helpGroup": "GLOBAL",
|
|
4609
|
-
"name": "profile",
|
|
4610
|
-
"default": "default",
|
|
4611
|
-
"hasDynamicHelp": false,
|
|
4612
|
-
"multiple": false,
|
|
4613
|
-
"type": "option"
|
|
4614
|
-
},
|
|
4615
|
-
"api-url": {
|
|
4616
|
-
"description": "Override the API base URL (e.g. for staging)",
|
|
4617
|
-
"helpGroup": "GLOBAL",
|
|
4618
|
-
"name": "api-url",
|
|
4619
|
-
"hasDynamicHelp": false,
|
|
4620
|
-
"multiple": false,
|
|
4621
|
-
"type": "option"
|
|
4622
|
-
},
|
|
4623
|
-
"page": {
|
|
4624
|
-
"description": "Page number",
|
|
4625
|
-
"name": "page",
|
|
4626
|
-
"default": 1,
|
|
4627
|
-
"hasDynamicHelp": false,
|
|
4628
|
-
"multiple": false,
|
|
4629
|
-
"type": "option"
|
|
4630
|
-
},
|
|
4631
|
-
"limit": {
|
|
4632
|
-
"description": "Items per page",
|
|
4633
|
-
"name": "limit",
|
|
4634
|
-
"default": 50,
|
|
4635
|
-
"hasDynamicHelp": false,
|
|
4636
|
-
"multiple": false,
|
|
4637
|
-
"type": "option"
|
|
4638
|
-
},
|
|
4639
|
-
"search": {
|
|
4640
|
-
"description": "Search in matches",
|
|
4641
|
-
"name": "search",
|
|
4673
|
+
"trust-level": {
|
|
4674
|
+
"description": "Comma-separated trust levels",
|
|
4675
|
+
"name": "trust-level",
|
|
4642
4676
|
"hasDynamicHelp": false,
|
|
4643
4677
|
"multiple": false,
|
|
4644
4678
|
"type": "option"
|
|
@@ -4646,7 +4680,7 @@
|
|
|
4646
4680
|
},
|
|
4647
4681
|
"hasDynamicHelp": false,
|
|
4648
4682
|
"hiddenAliases": [],
|
|
4649
|
-
"id": "
|
|
4683
|
+
"id": "contacts:list",
|
|
4650
4684
|
"pluginAlias": "@instantkom/cli",
|
|
4651
4685
|
"pluginName": "@instantkom/cli",
|
|
4652
4686
|
"pluginType": "core",
|
|
@@ -4656,20 +4690,20 @@
|
|
|
4656
4690
|
"relativePath": [
|
|
4657
4691
|
"dist",
|
|
4658
4692
|
"commands",
|
|
4659
|
-
"
|
|
4660
|
-
"
|
|
4693
|
+
"contacts",
|
|
4694
|
+
"list.js"
|
|
4661
4695
|
]
|
|
4662
4696
|
},
|
|
4663
|
-
"
|
|
4697
|
+
"contacts:update": {
|
|
4664
4698
|
"aliases": [],
|
|
4665
4699
|
"args": {
|
|
4666
4700
|
"id": {
|
|
4667
|
-
"description": "
|
|
4701
|
+
"description": "Contact ID",
|
|
4668
4702
|
"name": "id",
|
|
4669
4703
|
"required": true
|
|
4670
4704
|
}
|
|
4671
4705
|
},
|
|
4672
|
-
"description": "Update a
|
|
4706
|
+
"description": "Update a contact",
|
|
4673
4707
|
"flags": {
|
|
4674
4708
|
"api-key": {
|
|
4675
4709
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4733,50 +4767,16 @@
|
|
|
4733
4767
|
"multiple": false,
|
|
4734
4768
|
"type": "option"
|
|
4735
4769
|
},
|
|
4736
|
-
"
|
|
4737
|
-
"description": "
|
|
4738
|
-
"name": "
|
|
4739
|
-
"hasDynamicHelp": false,
|
|
4740
|
-
"multiple": false,
|
|
4741
|
-
"type": "option"
|
|
4742
|
-
},
|
|
4743
|
-
"type": {
|
|
4744
|
-
"description": "Bot type",
|
|
4745
|
-
"name": "type",
|
|
4746
|
-
"hasDynamicHelp": false,
|
|
4747
|
-
"multiple": false,
|
|
4748
|
-
"options": [
|
|
4749
|
-
"keyword",
|
|
4750
|
-
"schedule",
|
|
4751
|
-
"event",
|
|
4752
|
-
"ai"
|
|
4753
|
-
],
|
|
4754
|
-
"type": "option"
|
|
4755
|
-
},
|
|
4756
|
-
"message": {
|
|
4757
|
-
"description": "Bot message content",
|
|
4758
|
-
"name": "message",
|
|
4759
|
-
"hasDynamicHelp": false,
|
|
4760
|
-
"multiple": false,
|
|
4761
|
-
"type": "option"
|
|
4762
|
-
},
|
|
4763
|
-
"response": {
|
|
4764
|
-
"description": "Alias for --message",
|
|
4765
|
-
"name": "response",
|
|
4766
|
-
"hasDynamicHelp": false,
|
|
4767
|
-
"multiple": false,
|
|
4768
|
-
"type": "option"
|
|
4769
|
-
},
|
|
4770
|
-
"color": {
|
|
4771
|
-
"description": "Bot color as HEX",
|
|
4772
|
-
"name": "color",
|
|
4770
|
+
"identifier": {
|
|
4771
|
+
"description": "Unique contact identifier",
|
|
4772
|
+
"name": "identifier",
|
|
4773
4773
|
"hasDynamicHelp": false,
|
|
4774
4774
|
"multiple": false,
|
|
4775
4775
|
"type": "option"
|
|
4776
4776
|
},
|
|
4777
|
-
"
|
|
4778
|
-
"description": "
|
|
4779
|
-
"name": "
|
|
4777
|
+
"name": {
|
|
4778
|
+
"description": "Contact name",
|
|
4779
|
+
"name": "name",
|
|
4780
4780
|
"hasDynamicHelp": false,
|
|
4781
4781
|
"multiple": false,
|
|
4782
4782
|
"type": "option"
|
|
@@ -4791,7 +4791,7 @@
|
|
|
4791
4791
|
},
|
|
4792
4792
|
"hasDynamicHelp": false,
|
|
4793
4793
|
"hiddenAliases": [],
|
|
4794
|
-
"id": "
|
|
4794
|
+
"id": "contacts:update",
|
|
4795
4795
|
"pluginAlias": "@instantkom/cli",
|
|
4796
4796
|
"pluginName": "@instantkom/cli",
|
|
4797
4797
|
"pluginType": "core",
|
|
@@ -4801,7 +4801,7 @@
|
|
|
4801
4801
|
"relativePath": [
|
|
4802
4802
|
"dist",
|
|
4803
4803
|
"commands",
|
|
4804
|
-
"
|
|
4804
|
+
"contacts",
|
|
4805
4805
|
"update.js"
|
|
4806
4806
|
]
|
|
4807
4807
|
},
|
|
@@ -10223,256 +10223,8 @@
|
|
|
10223
10223
|
},
|
|
10224
10224
|
"templates:validate-import": {
|
|
10225
10225
|
"aliases": [],
|
|
10226
|
-
"args": {},
|
|
10227
|
-
"description": "Validate templates import JSON",
|
|
10228
|
-
"flags": {
|
|
10229
|
-
"api-key": {
|
|
10230
|
-
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
10231
|
-
"env": "IKM_API_KEY",
|
|
10232
|
-
"helpGroup": "GLOBAL",
|
|
10233
|
-
"name": "api-key",
|
|
10234
|
-
"hasDynamicHelp": false,
|
|
10235
|
-
"multiple": false,
|
|
10236
|
-
"type": "option"
|
|
10237
|
-
},
|
|
10238
|
-
"format": {
|
|
10239
|
-
"description": "Output format: text, json, yaml, or table",
|
|
10240
|
-
"helpGroup": "GLOBAL",
|
|
10241
|
-
"name": "format",
|
|
10242
|
-
"default": "text",
|
|
10243
|
-
"hasDynamicHelp": false,
|
|
10244
|
-
"multiple": false,
|
|
10245
|
-
"options": [
|
|
10246
|
-
"text",
|
|
10247
|
-
"json",
|
|
10248
|
-
"yaml",
|
|
10249
|
-
"table"
|
|
10250
|
-
],
|
|
10251
|
-
"type": "option"
|
|
10252
|
-
},
|
|
10253
|
-
"json": {
|
|
10254
|
-
"description": "Output in JSON format (alias for --format=json)",
|
|
10255
|
-
"helpGroup": "GLOBAL",
|
|
10256
|
-
"name": "json",
|
|
10257
|
-
"allowNo": false,
|
|
10258
|
-
"type": "boolean"
|
|
10259
|
-
},
|
|
10260
|
-
"quiet": {
|
|
10261
|
-
"description": "Suppress all output except errors",
|
|
10262
|
-
"helpGroup": "GLOBAL",
|
|
10263
|
-
"name": "quiet",
|
|
10264
|
-
"allowNo": false,
|
|
10265
|
-
"type": "boolean"
|
|
10266
|
-
},
|
|
10267
|
-
"no-color": {
|
|
10268
|
-
"description": "Disable color output",
|
|
10269
|
-
"helpGroup": "GLOBAL",
|
|
10270
|
-
"name": "no-color",
|
|
10271
|
-
"allowNo": false,
|
|
10272
|
-
"type": "boolean"
|
|
10273
|
-
},
|
|
10274
|
-
"profile": {
|
|
10275
|
-
"description": "Named configuration profile to use",
|
|
10276
|
-
"helpGroup": "GLOBAL",
|
|
10277
|
-
"name": "profile",
|
|
10278
|
-
"default": "default",
|
|
10279
|
-
"hasDynamicHelp": false,
|
|
10280
|
-
"multiple": false,
|
|
10281
|
-
"type": "option"
|
|
10282
|
-
},
|
|
10283
|
-
"api-url": {
|
|
10284
|
-
"description": "Override the API base URL (e.g. for staging)",
|
|
10285
|
-
"helpGroup": "GLOBAL",
|
|
10286
|
-
"name": "api-url",
|
|
10287
|
-
"hasDynamicHelp": false,
|
|
10288
|
-
"multiple": false,
|
|
10289
|
-
"type": "option"
|
|
10290
|
-
},
|
|
10291
|
-
"file": {
|
|
10292
|
-
"description": "JSON file path",
|
|
10293
|
-
"name": "file",
|
|
10294
|
-
"required": true,
|
|
10295
|
-
"hasDynamicHelp": false,
|
|
10296
|
-
"multiple": false,
|
|
10297
|
-
"type": "option"
|
|
10298
|
-
},
|
|
10299
|
-
"channel": {
|
|
10300
|
-
"description": "Target channel ID",
|
|
10301
|
-
"name": "channel",
|
|
10302
|
-
"required": true,
|
|
10303
|
-
"hasDynamicHelp": false,
|
|
10304
|
-
"multiple": false,
|
|
10305
|
-
"type": "option"
|
|
10306
|
-
}
|
|
10307
|
-
},
|
|
10308
|
-
"hasDynamicHelp": false,
|
|
10309
|
-
"hiddenAliases": [],
|
|
10310
|
-
"id": "templates:validate-import",
|
|
10311
|
-
"pluginAlias": "@instantkom/cli",
|
|
10312
|
-
"pluginName": "@instantkom/cli",
|
|
10313
|
-
"pluginType": "core",
|
|
10314
|
-
"strict": true,
|
|
10315
|
-
"enableJsonFlag": false,
|
|
10316
|
-
"isESM": true,
|
|
10317
|
-
"relativePath": [
|
|
10318
|
-
"dist",
|
|
10319
|
-
"commands",
|
|
10320
|
-
"templates",
|
|
10321
|
-
"validate-import.js"
|
|
10322
|
-
]
|
|
10323
|
-
},
|
|
10324
|
-
"tickets:create": {
|
|
10325
|
-
"aliases": [],
|
|
10326
|
-
"args": {},
|
|
10327
|
-
"description": "Create a ticket",
|
|
10328
|
-
"flags": {
|
|
10329
|
-
"api-key": {
|
|
10330
|
-
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
10331
|
-
"env": "IKM_API_KEY",
|
|
10332
|
-
"helpGroup": "GLOBAL",
|
|
10333
|
-
"name": "api-key",
|
|
10334
|
-
"hasDynamicHelp": false,
|
|
10335
|
-
"multiple": false,
|
|
10336
|
-
"type": "option"
|
|
10337
|
-
},
|
|
10338
|
-
"format": {
|
|
10339
|
-
"description": "Output format: text, json, yaml, or table",
|
|
10340
|
-
"helpGroup": "GLOBAL",
|
|
10341
|
-
"name": "format",
|
|
10342
|
-
"default": "text",
|
|
10343
|
-
"hasDynamicHelp": false,
|
|
10344
|
-
"multiple": false,
|
|
10345
|
-
"options": [
|
|
10346
|
-
"text",
|
|
10347
|
-
"json",
|
|
10348
|
-
"yaml",
|
|
10349
|
-
"table"
|
|
10350
|
-
],
|
|
10351
|
-
"type": "option"
|
|
10352
|
-
},
|
|
10353
|
-
"json": {
|
|
10354
|
-
"description": "Output in JSON format (alias for --format=json)",
|
|
10355
|
-
"helpGroup": "GLOBAL",
|
|
10356
|
-
"name": "json",
|
|
10357
|
-
"allowNo": false,
|
|
10358
|
-
"type": "boolean"
|
|
10359
|
-
},
|
|
10360
|
-
"quiet": {
|
|
10361
|
-
"description": "Suppress all output except errors",
|
|
10362
|
-
"helpGroup": "GLOBAL",
|
|
10363
|
-
"name": "quiet",
|
|
10364
|
-
"allowNo": false,
|
|
10365
|
-
"type": "boolean"
|
|
10366
|
-
},
|
|
10367
|
-
"no-color": {
|
|
10368
|
-
"description": "Disable color output",
|
|
10369
|
-
"helpGroup": "GLOBAL",
|
|
10370
|
-
"name": "no-color",
|
|
10371
|
-
"allowNo": false,
|
|
10372
|
-
"type": "boolean"
|
|
10373
|
-
},
|
|
10374
|
-
"profile": {
|
|
10375
|
-
"description": "Named configuration profile to use",
|
|
10376
|
-
"helpGroup": "GLOBAL",
|
|
10377
|
-
"name": "profile",
|
|
10378
|
-
"default": "default",
|
|
10379
|
-
"hasDynamicHelp": false,
|
|
10380
|
-
"multiple": false,
|
|
10381
|
-
"type": "option"
|
|
10382
|
-
},
|
|
10383
|
-
"api-url": {
|
|
10384
|
-
"description": "Override the API base URL (e.g. for staging)",
|
|
10385
|
-
"helpGroup": "GLOBAL",
|
|
10386
|
-
"name": "api-url",
|
|
10387
|
-
"hasDynamicHelp": false,
|
|
10388
|
-
"multiple": false,
|
|
10389
|
-
"type": "option"
|
|
10390
|
-
},
|
|
10391
|
-
"channel": {
|
|
10392
|
-
"description": "Channel ID",
|
|
10393
|
-
"name": "channel",
|
|
10394
|
-
"required": true,
|
|
10395
|
-
"hasDynamicHelp": false,
|
|
10396
|
-
"multiple": false,
|
|
10397
|
-
"type": "option"
|
|
10398
|
-
},
|
|
10399
|
-
"subject": {
|
|
10400
|
-
"description": "Ticket subject",
|
|
10401
|
-
"name": "subject",
|
|
10402
|
-
"required": true,
|
|
10403
|
-
"hasDynamicHelp": false,
|
|
10404
|
-
"multiple": false,
|
|
10405
|
-
"type": "option"
|
|
10406
|
-
},
|
|
10407
|
-
"recipient": {
|
|
10408
|
-
"description": "Existing recipient ID",
|
|
10409
|
-
"name": "recipient",
|
|
10410
|
-
"hasDynamicHelp": false,
|
|
10411
|
-
"multiple": false,
|
|
10412
|
-
"type": "option"
|
|
10413
|
-
},
|
|
10414
|
-
"email": {
|
|
10415
|
-
"description": "Customer email",
|
|
10416
|
-
"name": "email",
|
|
10417
|
-
"hasDynamicHelp": false,
|
|
10418
|
-
"multiple": false,
|
|
10419
|
-
"type": "option"
|
|
10420
|
-
},
|
|
10421
|
-
"name": {
|
|
10422
|
-
"description": "Customer name",
|
|
10423
|
-
"name": "name",
|
|
10424
|
-
"hasDynamicHelp": false,
|
|
10425
|
-
"multiple": false,
|
|
10426
|
-
"type": "option"
|
|
10427
|
-
},
|
|
10428
|
-
"priority": {
|
|
10429
|
-
"description": "Ticket priority",
|
|
10430
|
-
"name": "priority",
|
|
10431
|
-
"hasDynamicHelp": false,
|
|
10432
|
-
"multiple": false,
|
|
10433
|
-
"type": "option"
|
|
10434
|
-
},
|
|
10435
|
-
"source": {
|
|
10436
|
-
"description": "Ticket source",
|
|
10437
|
-
"name": "source",
|
|
10438
|
-
"hasDynamicHelp": false,
|
|
10439
|
-
"multiple": false,
|
|
10440
|
-
"type": "option"
|
|
10441
|
-
},
|
|
10442
|
-
"data": {
|
|
10443
|
-
"description": "Additional JSON object payload",
|
|
10444
|
-
"name": "data",
|
|
10445
|
-
"hasDynamicHelp": false,
|
|
10446
|
-
"multiple": false,
|
|
10447
|
-
"type": "option"
|
|
10448
|
-
}
|
|
10449
|
-
},
|
|
10450
|
-
"hasDynamicHelp": false,
|
|
10451
|
-
"hiddenAliases": [],
|
|
10452
|
-
"id": "tickets:create",
|
|
10453
|
-
"pluginAlias": "@instantkom/cli",
|
|
10454
|
-
"pluginName": "@instantkom/cli",
|
|
10455
|
-
"pluginType": "core",
|
|
10456
|
-
"strict": true,
|
|
10457
|
-
"enableJsonFlag": false,
|
|
10458
|
-
"isESM": true,
|
|
10459
|
-
"relativePath": [
|
|
10460
|
-
"dist",
|
|
10461
|
-
"commands",
|
|
10462
|
-
"tickets",
|
|
10463
|
-
"create.js"
|
|
10464
|
-
]
|
|
10465
|
-
},
|
|
10466
|
-
"tickets:delete": {
|
|
10467
|
-
"aliases": [],
|
|
10468
|
-
"args": {
|
|
10469
|
-
"id": {
|
|
10470
|
-
"description": "Ticket ID",
|
|
10471
|
-
"name": "id",
|
|
10472
|
-
"required": true
|
|
10473
|
-
}
|
|
10474
|
-
},
|
|
10475
|
-
"description": "Delete a ticket",
|
|
10226
|
+
"args": {},
|
|
10227
|
+
"description": "Validate templates import JSON",
|
|
10476
10228
|
"flags": {
|
|
10477
10229
|
"api-key": {
|
|
10478
10230
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10536,8 +10288,16 @@
|
|
|
10536
10288
|
"multiple": false,
|
|
10537
10289
|
"type": "option"
|
|
10538
10290
|
},
|
|
10291
|
+
"file": {
|
|
10292
|
+
"description": "JSON file path",
|
|
10293
|
+
"name": "file",
|
|
10294
|
+
"required": true,
|
|
10295
|
+
"hasDynamicHelp": false,
|
|
10296
|
+
"multiple": false,
|
|
10297
|
+
"type": "option"
|
|
10298
|
+
},
|
|
10539
10299
|
"channel": {
|
|
10540
|
-
"description": "
|
|
10300
|
+
"description": "Target channel ID",
|
|
10541
10301
|
"name": "channel",
|
|
10542
10302
|
"required": true,
|
|
10543
10303
|
"hasDynamicHelp": false,
|
|
@@ -10547,7 +10307,7 @@
|
|
|
10547
10307
|
},
|
|
10548
10308
|
"hasDynamicHelp": false,
|
|
10549
10309
|
"hiddenAliases": [],
|
|
10550
|
-
"id": "
|
|
10310
|
+
"id": "templates:validate-import",
|
|
10551
10311
|
"pluginAlias": "@instantkom/cli",
|
|
10552
10312
|
"pluginName": "@instantkom/cli",
|
|
10553
10313
|
"pluginType": "core",
|
|
@@ -10557,20 +10317,14 @@
|
|
|
10557
10317
|
"relativePath": [
|
|
10558
10318
|
"dist",
|
|
10559
10319
|
"commands",
|
|
10560
|
-
"
|
|
10561
|
-
"
|
|
10320
|
+
"templates",
|
|
10321
|
+
"validate-import.js"
|
|
10562
10322
|
]
|
|
10563
10323
|
},
|
|
10564
|
-
"
|
|
10324
|
+
"webhooks:add": {
|
|
10565
10325
|
"aliases": [],
|
|
10566
|
-
"args": {
|
|
10567
|
-
|
|
10568
|
-
"description": "Ticket ID",
|
|
10569
|
-
"name": "id",
|
|
10570
|
-
"required": true
|
|
10571
|
-
}
|
|
10572
|
-
},
|
|
10573
|
-
"description": "Get a ticket by ID",
|
|
10326
|
+
"args": {},
|
|
10327
|
+
"description": "Add a webhook subscription",
|
|
10574
10328
|
"flags": {
|
|
10575
10329
|
"api-key": {
|
|
10576
10330
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10634,9 +10388,24 @@
|
|
|
10634
10388
|
"multiple": false,
|
|
10635
10389
|
"type": "option"
|
|
10636
10390
|
},
|
|
10637
|
-
"
|
|
10638
|
-
"description": "
|
|
10639
|
-
"name": "
|
|
10391
|
+
"event": {
|
|
10392
|
+
"description": "Webhook event to subscribe to",
|
|
10393
|
+
"name": "event",
|
|
10394
|
+
"required": true,
|
|
10395
|
+
"hasDynamicHelp": false,
|
|
10396
|
+
"multiple": false,
|
|
10397
|
+
"options": [
|
|
10398
|
+
"new_contact",
|
|
10399
|
+
"new_message",
|
|
10400
|
+
"broadcast_sent",
|
|
10401
|
+
"contact_updated",
|
|
10402
|
+
"contact_opted_out"
|
|
10403
|
+
],
|
|
10404
|
+
"type": "option"
|
|
10405
|
+
},
|
|
10406
|
+
"url": {
|
|
10407
|
+
"description": "HTTPS target URL that receives webhook POSTs",
|
|
10408
|
+
"name": "url",
|
|
10640
10409
|
"required": true,
|
|
10641
10410
|
"hasDynamicHelp": false,
|
|
10642
10411
|
"multiple": false,
|
|
@@ -10645,7 +10414,7 @@
|
|
|
10645
10414
|
},
|
|
10646
10415
|
"hasDynamicHelp": false,
|
|
10647
10416
|
"hiddenAliases": [],
|
|
10648
|
-
"id": "
|
|
10417
|
+
"id": "webhooks:add",
|
|
10649
10418
|
"pluginAlias": "@instantkom/cli",
|
|
10650
10419
|
"pluginName": "@instantkom/cli",
|
|
10651
10420
|
"pluginType": "core",
|
|
@@ -10655,14 +10424,14 @@
|
|
|
10655
10424
|
"relativePath": [
|
|
10656
10425
|
"dist",
|
|
10657
10426
|
"commands",
|
|
10658
|
-
"
|
|
10659
|
-
"
|
|
10427
|
+
"webhooks",
|
|
10428
|
+
"add.js"
|
|
10660
10429
|
]
|
|
10661
10430
|
},
|
|
10662
|
-
"
|
|
10431
|
+
"webhooks:events": {
|
|
10663
10432
|
"aliases": [],
|
|
10664
10433
|
"args": {},
|
|
10665
|
-
"description": "List
|
|
10434
|
+
"description": "List supported webhook event names",
|
|
10666
10435
|
"flags": {
|
|
10667
10436
|
"api-key": {
|
|
10668
10437
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10725,35 +10494,11 @@
|
|
|
10725
10494
|
"hasDynamicHelp": false,
|
|
10726
10495
|
"multiple": false,
|
|
10727
10496
|
"type": "option"
|
|
10728
|
-
},
|
|
10729
|
-
"channel": {
|
|
10730
|
-
"description": "Channel ID",
|
|
10731
|
-
"name": "channel",
|
|
10732
|
-
"required": true,
|
|
10733
|
-
"hasDynamicHelp": false,
|
|
10734
|
-
"multiple": false,
|
|
10735
|
-
"type": "option"
|
|
10736
|
-
},
|
|
10737
|
-
"limit": {
|
|
10738
|
-
"description": "Maximum tickets to return",
|
|
10739
|
-
"name": "limit",
|
|
10740
|
-
"default": 500,
|
|
10741
|
-
"hasDynamicHelp": false,
|
|
10742
|
-
"multiple": false,
|
|
10743
|
-
"type": "option"
|
|
10744
|
-
},
|
|
10745
|
-
"offset": {
|
|
10746
|
-
"description": "Number of tickets to skip",
|
|
10747
|
-
"name": "offset",
|
|
10748
|
-
"default": 0,
|
|
10749
|
-
"hasDynamicHelp": false,
|
|
10750
|
-
"multiple": false,
|
|
10751
|
-
"type": "option"
|
|
10752
10497
|
}
|
|
10753
10498
|
},
|
|
10754
10499
|
"hasDynamicHelp": false,
|
|
10755
10500
|
"hiddenAliases": [],
|
|
10756
|
-
"id": "
|
|
10501
|
+
"id": "webhooks:events",
|
|
10757
10502
|
"pluginAlias": "@instantkom/cli",
|
|
10758
10503
|
"pluginName": "@instantkom/cli",
|
|
10759
10504
|
"pluginType": "core",
|
|
@@ -10763,20 +10508,14 @@
|
|
|
10763
10508
|
"relativePath": [
|
|
10764
10509
|
"dist",
|
|
10765
10510
|
"commands",
|
|
10766
|
-
"
|
|
10767
|
-
"
|
|
10511
|
+
"webhooks",
|
|
10512
|
+
"events.js"
|
|
10768
10513
|
]
|
|
10769
10514
|
},
|
|
10770
|
-
"
|
|
10515
|
+
"webhooks:list": {
|
|
10771
10516
|
"aliases": [],
|
|
10772
|
-
"args": {
|
|
10773
|
-
|
|
10774
|
-
"description": "Ticket ID",
|
|
10775
|
-
"name": "id",
|
|
10776
|
-
"required": true
|
|
10777
|
-
}
|
|
10778
|
-
},
|
|
10779
|
-
"description": "Send a real support reply on a ticket. Delivers the message to the customer and records it in both the ticket history and the Nachrichtenprotokoll. Provide raw body text only; the ticket system auto-prepends the personalised salutation and auto-appends the localised footer for email-channel tickets. Adding your own greetings causes duplicated headers/footers.",
|
|
10517
|
+
"args": {},
|
|
10518
|
+
"description": "List webhook subscriptions",
|
|
10780
10519
|
"flags": {
|
|
10781
10520
|
"api-key": {
|
|
10782
10521
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10839,25 +10578,11 @@
|
|
|
10839
10578
|
"hasDynamicHelp": false,
|
|
10840
10579
|
"multiple": false,
|
|
10841
10580
|
"type": "option"
|
|
10842
|
-
},
|
|
10843
|
-
"message": {
|
|
10844
|
-
"description": "Reply body (raw text, no salutation or sign-off)",
|
|
10845
|
-
"name": "message",
|
|
10846
|
-
"required": true,
|
|
10847
|
-
"hasDynamicHelp": false,
|
|
10848
|
-
"multiple": false,
|
|
10849
|
-
"type": "option"
|
|
10850
|
-
},
|
|
10851
|
-
"close": {
|
|
10852
|
-
"description": "Close the ticket after sending the reply",
|
|
10853
|
-
"name": "close",
|
|
10854
|
-
"allowNo": false,
|
|
10855
|
-
"type": "boolean"
|
|
10856
10581
|
}
|
|
10857
10582
|
},
|
|
10858
10583
|
"hasDynamicHelp": false,
|
|
10859
10584
|
"hiddenAliases": [],
|
|
10860
|
-
"id": "
|
|
10585
|
+
"id": "webhooks:list",
|
|
10861
10586
|
"pluginAlias": "@instantkom/cli",
|
|
10862
10587
|
"pluginName": "@instantkom/cli",
|
|
10863
10588
|
"pluginType": "core",
|
|
@@ -10867,20 +10592,14 @@
|
|
|
10867
10592
|
"relativePath": [
|
|
10868
10593
|
"dist",
|
|
10869
10594
|
"commands",
|
|
10870
|
-
"
|
|
10871
|
-
"
|
|
10595
|
+
"webhooks",
|
|
10596
|
+
"list.js"
|
|
10872
10597
|
]
|
|
10873
10598
|
},
|
|
10874
|
-
"
|
|
10599
|
+
"webhooks:logs": {
|
|
10875
10600
|
"aliases": [],
|
|
10876
|
-
"args": {
|
|
10877
|
-
|
|
10878
|
-
"description": "Ticket ID",
|
|
10879
|
-
"name": "id",
|
|
10880
|
-
"required": true
|
|
10881
|
-
}
|
|
10882
|
-
},
|
|
10883
|
-
"description": "Update a ticket",
|
|
10601
|
+
"args": {},
|
|
10602
|
+
"description": "Explain webhook log availability",
|
|
10884
10603
|
"flags": {
|
|
10885
10604
|
"api-key": {
|
|
10886
10605
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10943,60 +10662,11 @@
|
|
|
10943
10662
|
"hasDynamicHelp": false,
|
|
10944
10663
|
"multiple": false,
|
|
10945
10664
|
"type": "option"
|
|
10946
|
-
},
|
|
10947
|
-
"channel": {
|
|
10948
|
-
"description": "Channel ID",
|
|
10949
|
-
"name": "channel",
|
|
10950
|
-
"required": true,
|
|
10951
|
-
"hasDynamicHelp": false,
|
|
10952
|
-
"multiple": false,
|
|
10953
|
-
"type": "option"
|
|
10954
|
-
},
|
|
10955
|
-
"subject": {
|
|
10956
|
-
"description": "Ticket subject",
|
|
10957
|
-
"name": "subject",
|
|
10958
|
-
"hasDynamicHelp": false,
|
|
10959
|
-
"multiple": false,
|
|
10960
|
-
"type": "option"
|
|
10961
|
-
},
|
|
10962
|
-
"priority": {
|
|
10963
|
-
"description": "Ticket priority",
|
|
10964
|
-
"name": "priority",
|
|
10965
|
-
"hasDynamicHelp": false,
|
|
10966
|
-
"multiple": false,
|
|
10967
|
-
"type": "option"
|
|
10968
|
-
},
|
|
10969
|
-
"status": {
|
|
10970
|
-
"description": "Ticket status",
|
|
10971
|
-
"name": "status",
|
|
10972
|
-
"hasDynamicHelp": false,
|
|
10973
|
-
"multiple": false,
|
|
10974
|
-
"type": "option"
|
|
10975
|
-
},
|
|
10976
|
-
"assigned-to": {
|
|
10977
|
-
"description": "User ID to assign the ticket to (use -1 or omit to leave unchanged)",
|
|
10978
|
-
"name": "assigned-to",
|
|
10979
|
-
"hasDynamicHelp": false,
|
|
10980
|
-
"multiple": false,
|
|
10981
|
-
"type": "option"
|
|
10982
|
-
},
|
|
10983
|
-
"notify": {
|
|
10984
|
-
"description": "Trigger the legacy notification chain for transitions that have one. On --assigned-to change: fires TICKET_ASSIGN (assignee email plus optional customer reply via tickets_assign_reply_sts). On --status closed transition: fires TICKET_CLOSE (optional customer reply via tickets_close_reply_sts). Defaults to true. Use --no-notify for silent updates.",
|
|
10985
|
-
"name": "notify",
|
|
10986
|
-
"allowNo": true,
|
|
10987
|
-
"type": "boolean"
|
|
10988
|
-
},
|
|
10989
|
-
"data": {
|
|
10990
|
-
"description": "Additional JSON object payload",
|
|
10991
|
-
"name": "data",
|
|
10992
|
-
"hasDynamicHelp": false,
|
|
10993
|
-
"multiple": false,
|
|
10994
|
-
"type": "option"
|
|
10995
10665
|
}
|
|
10996
10666
|
},
|
|
10997
10667
|
"hasDynamicHelp": false,
|
|
10998
10668
|
"hiddenAliases": [],
|
|
10999
|
-
"id": "
|
|
10669
|
+
"id": "webhooks:logs",
|
|
11000
10670
|
"pluginAlias": "@instantkom/cli",
|
|
11001
10671
|
"pluginName": "@instantkom/cli",
|
|
11002
10672
|
"pluginType": "core",
|
|
@@ -11006,14 +10676,20 @@
|
|
|
11006
10676
|
"relativePath": [
|
|
11007
10677
|
"dist",
|
|
11008
10678
|
"commands",
|
|
11009
|
-
"
|
|
11010
|
-
"
|
|
10679
|
+
"webhooks",
|
|
10680
|
+
"logs.js"
|
|
11011
10681
|
]
|
|
11012
10682
|
},
|
|
11013
|
-
"webhooks:
|
|
10683
|
+
"webhooks:remove": {
|
|
11014
10684
|
"aliases": [],
|
|
11015
|
-
"args": {
|
|
11016
|
-
|
|
10685
|
+
"args": {
|
|
10686
|
+
"id": {
|
|
10687
|
+
"description": "Webhook subscription ID",
|
|
10688
|
+
"name": "id",
|
|
10689
|
+
"required": true
|
|
10690
|
+
}
|
|
10691
|
+
},
|
|
10692
|
+
"description": "Remove a webhook subscription",
|
|
11017
10693
|
"flags": {
|
|
11018
10694
|
"api-key": {
|
|
11019
10695
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11076,34 +10752,11 @@
|
|
|
11076
10752
|
"hasDynamicHelp": false,
|
|
11077
10753
|
"multiple": false,
|
|
11078
10754
|
"type": "option"
|
|
11079
|
-
},
|
|
11080
|
-
"event": {
|
|
11081
|
-
"description": "Webhook event to subscribe to",
|
|
11082
|
-
"name": "event",
|
|
11083
|
-
"required": true,
|
|
11084
|
-
"hasDynamicHelp": false,
|
|
11085
|
-
"multiple": false,
|
|
11086
|
-
"options": [
|
|
11087
|
-
"new_contact",
|
|
11088
|
-
"new_message",
|
|
11089
|
-
"broadcast_sent",
|
|
11090
|
-
"contact_updated",
|
|
11091
|
-
"contact_opted_out"
|
|
11092
|
-
],
|
|
11093
|
-
"type": "option"
|
|
11094
|
-
},
|
|
11095
|
-
"url": {
|
|
11096
|
-
"description": "HTTPS target URL that receives webhook POSTs",
|
|
11097
|
-
"name": "url",
|
|
11098
|
-
"required": true,
|
|
11099
|
-
"hasDynamicHelp": false,
|
|
11100
|
-
"multiple": false,
|
|
11101
|
-
"type": "option"
|
|
11102
10755
|
}
|
|
11103
10756
|
},
|
|
11104
10757
|
"hasDynamicHelp": false,
|
|
11105
10758
|
"hiddenAliases": [],
|
|
11106
|
-
"id": "webhooks:
|
|
10759
|
+
"id": "webhooks:remove",
|
|
11107
10760
|
"pluginAlias": "@instantkom/cli",
|
|
11108
10761
|
"pluginName": "@instantkom/cli",
|
|
11109
10762
|
"pluginType": "core",
|
|
@@ -11114,13 +10767,13 @@
|
|
|
11114
10767
|
"dist",
|
|
11115
10768
|
"commands",
|
|
11116
10769
|
"webhooks",
|
|
11117
|
-
"
|
|
10770
|
+
"remove.js"
|
|
11118
10771
|
]
|
|
11119
10772
|
},
|
|
11120
|
-
"webhooks:
|
|
10773
|
+
"webhooks:test": {
|
|
11121
10774
|
"aliases": [],
|
|
11122
10775
|
"args": {},
|
|
11123
|
-
"description": "
|
|
10776
|
+
"description": "Send a test webhook payload to a URL",
|
|
11124
10777
|
"flags": {
|
|
11125
10778
|
"api-key": {
|
|
11126
10779
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11183,11 +10836,34 @@
|
|
|
11183
10836
|
"hasDynamicHelp": false,
|
|
11184
10837
|
"multiple": false,
|
|
11185
10838
|
"type": "option"
|
|
10839
|
+
},
|
|
10840
|
+
"url": {
|
|
10841
|
+
"description": "Webhook URL to call",
|
|
10842
|
+
"name": "url",
|
|
10843
|
+
"required": true,
|
|
10844
|
+
"hasDynamicHelp": false,
|
|
10845
|
+
"multiple": false,
|
|
10846
|
+
"type": "option"
|
|
10847
|
+
},
|
|
10848
|
+
"event": {
|
|
10849
|
+
"description": "Event name",
|
|
10850
|
+
"name": "event",
|
|
10851
|
+
"default": "cli.test",
|
|
10852
|
+
"hasDynamicHelp": false,
|
|
10853
|
+
"multiple": false,
|
|
10854
|
+
"type": "option"
|
|
10855
|
+
},
|
|
10856
|
+
"payload": {
|
|
10857
|
+
"description": "Payload JSON",
|
|
10858
|
+
"name": "payload",
|
|
10859
|
+
"hasDynamicHelp": false,
|
|
10860
|
+
"multiple": false,
|
|
10861
|
+
"type": "option"
|
|
11186
10862
|
}
|
|
11187
10863
|
},
|
|
11188
10864
|
"hasDynamicHelp": false,
|
|
11189
10865
|
"hiddenAliases": [],
|
|
11190
|
-
"id": "webhooks:
|
|
10866
|
+
"id": "webhooks:test",
|
|
11191
10867
|
"pluginAlias": "@instantkom/cli",
|
|
11192
10868
|
"pluginName": "@instantkom/cli",
|
|
11193
10869
|
"pluginType": "core",
|
|
@@ -11198,13 +10874,13 @@
|
|
|
11198
10874
|
"dist",
|
|
11199
10875
|
"commands",
|
|
11200
10876
|
"webhooks",
|
|
11201
|
-
"
|
|
10877
|
+
"test.js"
|
|
11202
10878
|
]
|
|
11203
10879
|
},
|
|
11204
|
-
"
|
|
10880
|
+
"tickets:create": {
|
|
11205
10881
|
"aliases": [],
|
|
11206
10882
|
"args": {},
|
|
11207
|
-
"description": "
|
|
10883
|
+
"description": "Create a ticket",
|
|
11208
10884
|
"flags": {
|
|
11209
10885
|
"api-key": {
|
|
11210
10886
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11267,11 +10943,69 @@
|
|
|
11267
10943
|
"hasDynamicHelp": false,
|
|
11268
10944
|
"multiple": false,
|
|
11269
10945
|
"type": "option"
|
|
10946
|
+
},
|
|
10947
|
+
"channel": {
|
|
10948
|
+
"description": "Channel ID",
|
|
10949
|
+
"name": "channel",
|
|
10950
|
+
"required": true,
|
|
10951
|
+
"hasDynamicHelp": false,
|
|
10952
|
+
"multiple": false,
|
|
10953
|
+
"type": "option"
|
|
10954
|
+
},
|
|
10955
|
+
"subject": {
|
|
10956
|
+
"description": "Ticket subject",
|
|
10957
|
+
"name": "subject",
|
|
10958
|
+
"required": true,
|
|
10959
|
+
"hasDynamicHelp": false,
|
|
10960
|
+
"multiple": false,
|
|
10961
|
+
"type": "option"
|
|
10962
|
+
},
|
|
10963
|
+
"recipient": {
|
|
10964
|
+
"description": "Existing recipient ID",
|
|
10965
|
+
"name": "recipient",
|
|
10966
|
+
"hasDynamicHelp": false,
|
|
10967
|
+
"multiple": false,
|
|
10968
|
+
"type": "option"
|
|
10969
|
+
},
|
|
10970
|
+
"email": {
|
|
10971
|
+
"description": "Customer email",
|
|
10972
|
+
"name": "email",
|
|
10973
|
+
"hasDynamicHelp": false,
|
|
10974
|
+
"multiple": false,
|
|
10975
|
+
"type": "option"
|
|
10976
|
+
},
|
|
10977
|
+
"name": {
|
|
10978
|
+
"description": "Customer name",
|
|
10979
|
+
"name": "name",
|
|
10980
|
+
"hasDynamicHelp": false,
|
|
10981
|
+
"multiple": false,
|
|
10982
|
+
"type": "option"
|
|
10983
|
+
},
|
|
10984
|
+
"priority": {
|
|
10985
|
+
"description": "Ticket priority",
|
|
10986
|
+
"name": "priority",
|
|
10987
|
+
"hasDynamicHelp": false,
|
|
10988
|
+
"multiple": false,
|
|
10989
|
+
"type": "option"
|
|
10990
|
+
},
|
|
10991
|
+
"source": {
|
|
10992
|
+
"description": "Ticket source",
|
|
10993
|
+
"name": "source",
|
|
10994
|
+
"hasDynamicHelp": false,
|
|
10995
|
+
"multiple": false,
|
|
10996
|
+
"type": "option"
|
|
10997
|
+
},
|
|
10998
|
+
"data": {
|
|
10999
|
+
"description": "Additional JSON object payload",
|
|
11000
|
+
"name": "data",
|
|
11001
|
+
"hasDynamicHelp": false,
|
|
11002
|
+
"multiple": false,
|
|
11003
|
+
"type": "option"
|
|
11270
11004
|
}
|
|
11271
11005
|
},
|
|
11272
11006
|
"hasDynamicHelp": false,
|
|
11273
11007
|
"hiddenAliases": [],
|
|
11274
|
-
"id": "
|
|
11008
|
+
"id": "tickets:create",
|
|
11275
11009
|
"pluginAlias": "@instantkom/cli",
|
|
11276
11010
|
"pluginName": "@instantkom/cli",
|
|
11277
11011
|
"pluginType": "core",
|
|
@@ -11281,14 +11015,20 @@
|
|
|
11281
11015
|
"relativePath": [
|
|
11282
11016
|
"dist",
|
|
11283
11017
|
"commands",
|
|
11284
|
-
"
|
|
11285
|
-
"
|
|
11018
|
+
"tickets",
|
|
11019
|
+
"create.js"
|
|
11286
11020
|
]
|
|
11287
11021
|
},
|
|
11288
|
-
"
|
|
11022
|
+
"tickets:delete": {
|
|
11289
11023
|
"aliases": [],
|
|
11290
|
-
"args": {
|
|
11291
|
-
|
|
11024
|
+
"args": {
|
|
11025
|
+
"id": {
|
|
11026
|
+
"description": "Ticket ID",
|
|
11027
|
+
"name": "id",
|
|
11028
|
+
"required": true
|
|
11029
|
+
}
|
|
11030
|
+
},
|
|
11031
|
+
"description": "Delete a ticket",
|
|
11292
11032
|
"flags": {
|
|
11293
11033
|
"api-key": {
|
|
11294
11034
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11351,11 +11091,19 @@
|
|
|
11351
11091
|
"hasDynamicHelp": false,
|
|
11352
11092
|
"multiple": false,
|
|
11353
11093
|
"type": "option"
|
|
11094
|
+
},
|
|
11095
|
+
"channel": {
|
|
11096
|
+
"description": "Channel ID",
|
|
11097
|
+
"name": "channel",
|
|
11098
|
+
"required": true,
|
|
11099
|
+
"hasDynamicHelp": false,
|
|
11100
|
+
"multiple": false,
|
|
11101
|
+
"type": "option"
|
|
11354
11102
|
}
|
|
11355
11103
|
},
|
|
11356
11104
|
"hasDynamicHelp": false,
|
|
11357
11105
|
"hiddenAliases": [],
|
|
11358
|
-
"id": "
|
|
11106
|
+
"id": "tickets:delete",
|
|
11359
11107
|
"pluginAlias": "@instantkom/cli",
|
|
11360
11108
|
"pluginName": "@instantkom/cli",
|
|
11361
11109
|
"pluginType": "core",
|
|
@@ -11365,20 +11113,20 @@
|
|
|
11365
11113
|
"relativePath": [
|
|
11366
11114
|
"dist",
|
|
11367
11115
|
"commands",
|
|
11368
|
-
"
|
|
11369
|
-
"
|
|
11116
|
+
"tickets",
|
|
11117
|
+
"delete.js"
|
|
11370
11118
|
]
|
|
11371
11119
|
},
|
|
11372
|
-
"
|
|
11120
|
+
"tickets:get": {
|
|
11373
11121
|
"aliases": [],
|
|
11374
11122
|
"args": {
|
|
11375
11123
|
"id": {
|
|
11376
|
-
"description": "
|
|
11124
|
+
"description": "Ticket ID",
|
|
11377
11125
|
"name": "id",
|
|
11378
11126
|
"required": true
|
|
11379
11127
|
}
|
|
11380
11128
|
},
|
|
11381
|
-
"description": "
|
|
11129
|
+
"description": "Get a ticket by ID",
|
|
11382
11130
|
"flags": {
|
|
11383
11131
|
"api-key": {
|
|
11384
11132
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11441,11 +11189,19 @@
|
|
|
11441
11189
|
"hasDynamicHelp": false,
|
|
11442
11190
|
"multiple": false,
|
|
11443
11191
|
"type": "option"
|
|
11192
|
+
},
|
|
11193
|
+
"channel": {
|
|
11194
|
+
"description": "Channel ID",
|
|
11195
|
+
"name": "channel",
|
|
11196
|
+
"required": true,
|
|
11197
|
+
"hasDynamicHelp": false,
|
|
11198
|
+
"multiple": false,
|
|
11199
|
+
"type": "option"
|
|
11444
11200
|
}
|
|
11445
11201
|
},
|
|
11446
11202
|
"hasDynamicHelp": false,
|
|
11447
11203
|
"hiddenAliases": [],
|
|
11448
|
-
"id": "
|
|
11204
|
+
"id": "tickets:get",
|
|
11449
11205
|
"pluginAlias": "@instantkom/cli",
|
|
11450
11206
|
"pluginName": "@instantkom/cli",
|
|
11451
11207
|
"pluginType": "core",
|
|
@@ -11455,14 +11211,14 @@
|
|
|
11455
11211
|
"relativePath": [
|
|
11456
11212
|
"dist",
|
|
11457
11213
|
"commands",
|
|
11458
|
-
"
|
|
11459
|
-
"
|
|
11214
|
+
"tickets",
|
|
11215
|
+
"get.js"
|
|
11460
11216
|
]
|
|
11461
11217
|
},
|
|
11462
|
-
"
|
|
11218
|
+
"tickets:list": {
|
|
11463
11219
|
"aliases": [],
|
|
11464
11220
|
"args": {},
|
|
11465
|
-
"description": "
|
|
11221
|
+
"description": "List tickets for a channel",
|
|
11466
11222
|
"flags": {
|
|
11467
11223
|
"api-key": {
|
|
11468
11224
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11526,25 +11282,26 @@
|
|
|
11526
11282
|
"multiple": false,
|
|
11527
11283
|
"type": "option"
|
|
11528
11284
|
},
|
|
11529
|
-
"
|
|
11530
|
-
"description": "
|
|
11531
|
-
"name": "
|
|
11285
|
+
"channel": {
|
|
11286
|
+
"description": "Channel ID",
|
|
11287
|
+
"name": "channel",
|
|
11532
11288
|
"required": true,
|
|
11533
11289
|
"hasDynamicHelp": false,
|
|
11534
11290
|
"multiple": false,
|
|
11535
11291
|
"type": "option"
|
|
11536
11292
|
},
|
|
11537
|
-
"
|
|
11538
|
-
"description": "
|
|
11539
|
-
"name": "
|
|
11540
|
-
"default":
|
|
11293
|
+
"limit": {
|
|
11294
|
+
"description": "Maximum tickets to return",
|
|
11295
|
+
"name": "limit",
|
|
11296
|
+
"default": 500,
|
|
11541
11297
|
"hasDynamicHelp": false,
|
|
11542
11298
|
"multiple": false,
|
|
11543
11299
|
"type": "option"
|
|
11544
11300
|
},
|
|
11545
|
-
"
|
|
11546
|
-
"description": "
|
|
11547
|
-
"name": "
|
|
11301
|
+
"offset": {
|
|
11302
|
+
"description": "Number of tickets to skip",
|
|
11303
|
+
"name": "offset",
|
|
11304
|
+
"default": 0,
|
|
11548
11305
|
"hasDynamicHelp": false,
|
|
11549
11306
|
"multiple": false,
|
|
11550
11307
|
"type": "option"
|
|
@@ -11552,7 +11309,7 @@
|
|
|
11552
11309
|
},
|
|
11553
11310
|
"hasDynamicHelp": false,
|
|
11554
11311
|
"hiddenAliases": [],
|
|
11555
|
-
"id": "
|
|
11312
|
+
"id": "tickets:list",
|
|
11556
11313
|
"pluginAlias": "@instantkom/cli",
|
|
11557
11314
|
"pluginName": "@instantkom/cli",
|
|
11558
11315
|
"pluginType": "core",
|
|
@@ -11562,14 +11319,20 @@
|
|
|
11562
11319
|
"relativePath": [
|
|
11563
11320
|
"dist",
|
|
11564
11321
|
"commands",
|
|
11565
|
-
"
|
|
11566
|
-
"
|
|
11322
|
+
"tickets",
|
|
11323
|
+
"list.js"
|
|
11567
11324
|
]
|
|
11568
11325
|
},
|
|
11569
|
-
"
|
|
11326
|
+
"tickets:reply": {
|
|
11570
11327
|
"aliases": [],
|
|
11571
|
-
"args": {
|
|
11572
|
-
|
|
11328
|
+
"args": {
|
|
11329
|
+
"id": {
|
|
11330
|
+
"description": "Ticket ID",
|
|
11331
|
+
"name": "id",
|
|
11332
|
+
"required": true
|
|
11333
|
+
}
|
|
11334
|
+
},
|
|
11335
|
+
"description": "Send a real support reply on a ticket. Delivers the message to the customer and records it in both the ticket history and the Nachrichtenprotokoll. Provide raw body text only; the ticket system auto-prepends the personalised salutation and auto-appends the localised footer for email-channel tickets. Adding your own greetings causes duplicated headers/footers.",
|
|
11573
11336
|
"flags": {
|
|
11574
11337
|
"api-key": {
|
|
11575
11338
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11633,39 +11396,24 @@
|
|
|
11633
11396
|
"multiple": false,
|
|
11634
11397
|
"type": "option"
|
|
11635
11398
|
},
|
|
11636
|
-
"
|
|
11637
|
-
"description": "
|
|
11638
|
-
"name": "
|
|
11639
|
-
"required": true,
|
|
11640
|
-
"hasDynamicHelp": false,
|
|
11641
|
-
"multiple": false,
|
|
11642
|
-
"options": [
|
|
11643
|
-
"full",
|
|
11644
|
-
"send",
|
|
11645
|
-
"read",
|
|
11646
|
-
"admin"
|
|
11647
|
-
],
|
|
11648
|
-
"type": "option"
|
|
11649
|
-
},
|
|
11650
|
-
"name": {
|
|
11651
|
-
"description": "Token name (stored in apis2.nm)",
|
|
11652
|
-
"name": "name",
|
|
11399
|
+
"message": {
|
|
11400
|
+
"description": "Reply body (raw text, no salutation or sign-off)",
|
|
11401
|
+
"name": "message",
|
|
11653
11402
|
"required": true,
|
|
11654
11403
|
"hasDynamicHelp": false,
|
|
11655
11404
|
"multiple": false,
|
|
11656
11405
|
"type": "option"
|
|
11657
11406
|
},
|
|
11658
|
-
"
|
|
11659
|
-
"description": "
|
|
11660
|
-
"name": "
|
|
11661
|
-
"
|
|
11662
|
-
"
|
|
11663
|
-
"type": "option"
|
|
11407
|
+
"close": {
|
|
11408
|
+
"description": "Close the ticket after sending the reply",
|
|
11409
|
+
"name": "close",
|
|
11410
|
+
"allowNo": false,
|
|
11411
|
+
"type": "boolean"
|
|
11664
11412
|
}
|
|
11665
11413
|
},
|
|
11666
11414
|
"hasDynamicHelp": false,
|
|
11667
11415
|
"hiddenAliases": [],
|
|
11668
|
-
"id": "
|
|
11416
|
+
"id": "tickets:reply",
|
|
11669
11417
|
"pluginAlias": "@instantkom/cli",
|
|
11670
11418
|
"pluginName": "@instantkom/cli",
|
|
11671
11419
|
"pluginType": "core",
|
|
@@ -11675,15 +11423,20 @@
|
|
|
11675
11423
|
"relativePath": [
|
|
11676
11424
|
"dist",
|
|
11677
11425
|
"commands",
|
|
11678
|
-
"
|
|
11679
|
-
"
|
|
11680
|
-
"create.js"
|
|
11426
|
+
"tickets",
|
|
11427
|
+
"reply.js"
|
|
11681
11428
|
]
|
|
11682
11429
|
},
|
|
11683
|
-
"
|
|
11430
|
+
"tickets:update": {
|
|
11684
11431
|
"aliases": [],
|
|
11685
|
-
"args": {
|
|
11686
|
-
|
|
11432
|
+
"args": {
|
|
11433
|
+
"id": {
|
|
11434
|
+
"description": "Ticket ID",
|
|
11435
|
+
"name": "id",
|
|
11436
|
+
"required": true
|
|
11437
|
+
}
|
|
11438
|
+
},
|
|
11439
|
+
"description": "Update a ticket",
|
|
11687
11440
|
"flags": {
|
|
11688
11441
|
"api-key": {
|
|
11689
11442
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11746,11 +11499,60 @@
|
|
|
11746
11499
|
"hasDynamicHelp": false,
|
|
11747
11500
|
"multiple": false,
|
|
11748
11501
|
"type": "option"
|
|
11502
|
+
},
|
|
11503
|
+
"channel": {
|
|
11504
|
+
"description": "Channel ID",
|
|
11505
|
+
"name": "channel",
|
|
11506
|
+
"required": true,
|
|
11507
|
+
"hasDynamicHelp": false,
|
|
11508
|
+
"multiple": false,
|
|
11509
|
+
"type": "option"
|
|
11510
|
+
},
|
|
11511
|
+
"subject": {
|
|
11512
|
+
"description": "Ticket subject",
|
|
11513
|
+
"name": "subject",
|
|
11514
|
+
"hasDynamicHelp": false,
|
|
11515
|
+
"multiple": false,
|
|
11516
|
+
"type": "option"
|
|
11517
|
+
},
|
|
11518
|
+
"priority": {
|
|
11519
|
+
"description": "Ticket priority",
|
|
11520
|
+
"name": "priority",
|
|
11521
|
+
"hasDynamicHelp": false,
|
|
11522
|
+
"multiple": false,
|
|
11523
|
+
"type": "option"
|
|
11524
|
+
},
|
|
11525
|
+
"status": {
|
|
11526
|
+
"description": "Ticket status",
|
|
11527
|
+
"name": "status",
|
|
11528
|
+
"hasDynamicHelp": false,
|
|
11529
|
+
"multiple": false,
|
|
11530
|
+
"type": "option"
|
|
11531
|
+
},
|
|
11532
|
+
"assigned-to": {
|
|
11533
|
+
"description": "User ID to assign the ticket to (use -1 or omit to leave unchanged)",
|
|
11534
|
+
"name": "assigned-to",
|
|
11535
|
+
"hasDynamicHelp": false,
|
|
11536
|
+
"multiple": false,
|
|
11537
|
+
"type": "option"
|
|
11538
|
+
},
|
|
11539
|
+
"notify": {
|
|
11540
|
+
"description": "Trigger the legacy notification chain for transitions that have one. On --assigned-to change: fires TICKET_ASSIGN (assignee email plus optional customer reply via tickets_assign_reply_sts). On --status closed transition: fires TICKET_CLOSE (optional customer reply via tickets_close_reply_sts). Defaults to true. Use --no-notify for silent updates.",
|
|
11541
|
+
"name": "notify",
|
|
11542
|
+
"allowNo": true,
|
|
11543
|
+
"type": "boolean"
|
|
11544
|
+
},
|
|
11545
|
+
"data": {
|
|
11546
|
+
"description": "Additional JSON object payload",
|
|
11547
|
+
"name": "data",
|
|
11548
|
+
"hasDynamicHelp": false,
|
|
11549
|
+
"multiple": false,
|
|
11550
|
+
"type": "option"
|
|
11749
11551
|
}
|
|
11750
11552
|
},
|
|
11751
11553
|
"hasDynamicHelp": false,
|
|
11752
11554
|
"hiddenAliases": [],
|
|
11753
|
-
"id": "
|
|
11555
|
+
"id": "tickets:update",
|
|
11754
11556
|
"pluginAlias": "@instantkom/cli",
|
|
11755
11557
|
"pluginName": "@instantkom/cli",
|
|
11756
11558
|
"pluginType": "core",
|
|
@@ -11760,21 +11562,14 @@
|
|
|
11760
11562
|
"relativePath": [
|
|
11761
11563
|
"dist",
|
|
11762
11564
|
"commands",
|
|
11763
|
-
"
|
|
11764
|
-
"
|
|
11765
|
-
"list.js"
|
|
11565
|
+
"tickets",
|
|
11566
|
+
"update.js"
|
|
11766
11567
|
]
|
|
11767
11568
|
},
|
|
11768
|
-
"auth:tokens:
|
|
11569
|
+
"auth:tokens:create": {
|
|
11769
11570
|
"aliases": [],
|
|
11770
|
-
"args": {
|
|
11771
|
-
|
|
11772
|
-
"description": "Token ID to revoke",
|
|
11773
|
-
"name": "id",
|
|
11774
|
-
"required": true
|
|
11775
|
-
}
|
|
11776
|
-
},
|
|
11777
|
-
"description": "Delete an API token by ID",
|
|
11571
|
+
"args": {},
|
|
11572
|
+
"description": "Create a new scoped API token",
|
|
11778
11573
|
"flags": {
|
|
11779
11574
|
"api-key": {
|
|
11780
11575
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11837,11 +11632,40 @@
|
|
|
11837
11632
|
"hasDynamicHelp": false,
|
|
11838
11633
|
"multiple": false,
|
|
11839
11634
|
"type": "option"
|
|
11635
|
+
},
|
|
11636
|
+
"scope": {
|
|
11637
|
+
"description": "Token scope",
|
|
11638
|
+
"name": "scope",
|
|
11639
|
+
"required": true,
|
|
11640
|
+
"hasDynamicHelp": false,
|
|
11641
|
+
"multiple": false,
|
|
11642
|
+
"options": [
|
|
11643
|
+
"full",
|
|
11644
|
+
"send",
|
|
11645
|
+
"read",
|
|
11646
|
+
"admin"
|
|
11647
|
+
],
|
|
11648
|
+
"type": "option"
|
|
11649
|
+
},
|
|
11650
|
+
"name": {
|
|
11651
|
+
"description": "Token name (stored in apis2.nm)",
|
|
11652
|
+
"name": "name",
|
|
11653
|
+
"required": true,
|
|
11654
|
+
"hasDynamicHelp": false,
|
|
11655
|
+
"multiple": false,
|
|
11656
|
+
"type": "option"
|
|
11657
|
+
},
|
|
11658
|
+
"expires-in": {
|
|
11659
|
+
"description": "Token lifetime in seconds (omit for non-expiring)",
|
|
11660
|
+
"name": "expires-in",
|
|
11661
|
+
"hasDynamicHelp": false,
|
|
11662
|
+
"multiple": false,
|
|
11663
|
+
"type": "option"
|
|
11840
11664
|
}
|
|
11841
11665
|
},
|
|
11842
11666
|
"hasDynamicHelp": false,
|
|
11843
11667
|
"hiddenAliases": [],
|
|
11844
|
-
"id": "auth:tokens:
|
|
11668
|
+
"id": "auth:tokens:create",
|
|
11845
11669
|
"pluginAlias": "@instantkom/cli",
|
|
11846
11670
|
"pluginName": "@instantkom/cli",
|
|
11847
11671
|
"pluginType": "core",
|
|
@@ -11853,24 +11677,13 @@
|
|
|
11853
11677
|
"commands",
|
|
11854
11678
|
"auth",
|
|
11855
11679
|
"tokens",
|
|
11856
|
-
"
|
|
11680
|
+
"create.js"
|
|
11857
11681
|
]
|
|
11858
11682
|
},
|
|
11859
|
-
"
|
|
11683
|
+
"auth:tokens:list": {
|
|
11860
11684
|
"aliases": [],
|
|
11861
|
-
"args": {
|
|
11862
|
-
|
|
11863
|
-
"description": "Contact ID",
|
|
11864
|
-
"name": "contactId",
|
|
11865
|
-
"required": true
|
|
11866
|
-
},
|
|
11867
|
-
"fieldId": {
|
|
11868
|
-
"description": "Custom field ID",
|
|
11869
|
-
"name": "fieldId",
|
|
11870
|
-
"required": true
|
|
11871
|
-
}
|
|
11872
|
-
},
|
|
11873
|
-
"description": "Delete one custom field value from a contact",
|
|
11685
|
+
"args": {},
|
|
11686
|
+
"description": "List all API tokens for the current account",
|
|
11874
11687
|
"flags": {
|
|
11875
11688
|
"api-key": {
|
|
11876
11689
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11937,7 +11750,7 @@
|
|
|
11937
11750
|
},
|
|
11938
11751
|
"hasDynamicHelp": false,
|
|
11939
11752
|
"hiddenAliases": [],
|
|
11940
|
-
"id": "
|
|
11753
|
+
"id": "auth:tokens:list",
|
|
11941
11754
|
"pluginAlias": "@instantkom/cli",
|
|
11942
11755
|
"pluginName": "@instantkom/cli",
|
|
11943
11756
|
"pluginType": "core",
|
|
@@ -11947,21 +11760,21 @@
|
|
|
11947
11760
|
"relativePath": [
|
|
11948
11761
|
"dist",
|
|
11949
11762
|
"commands",
|
|
11950
|
-
"
|
|
11951
|
-
"
|
|
11952
|
-
"
|
|
11763
|
+
"auth",
|
|
11764
|
+
"tokens",
|
|
11765
|
+
"list.js"
|
|
11953
11766
|
]
|
|
11954
11767
|
},
|
|
11955
|
-
"
|
|
11768
|
+
"auth:tokens:revoke": {
|
|
11956
11769
|
"aliases": [],
|
|
11957
11770
|
"args": {
|
|
11958
|
-
"
|
|
11959
|
-
"description": "
|
|
11960
|
-
"name": "
|
|
11771
|
+
"id": {
|
|
11772
|
+
"description": "Token ID to revoke",
|
|
11773
|
+
"name": "id",
|
|
11961
11774
|
"required": true
|
|
11962
11775
|
}
|
|
11963
11776
|
},
|
|
11964
|
-
"description": "
|
|
11777
|
+
"description": "Delete an API token by ID",
|
|
11965
11778
|
"flags": {
|
|
11966
11779
|
"api-key": {
|
|
11967
11780
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12028,7 +11841,7 @@
|
|
|
12028
11841
|
},
|
|
12029
11842
|
"hasDynamicHelp": false,
|
|
12030
11843
|
"hiddenAliases": [],
|
|
12031
|
-
"id": "
|
|
11844
|
+
"id": "auth:tokens:revoke",
|
|
12032
11845
|
"pluginAlias": "@instantkom/cli",
|
|
12033
11846
|
"pluginName": "@instantkom/cli",
|
|
12034
11847
|
"pluginType": "core",
|
|
@@ -12038,26 +11851,21 @@
|
|
|
12038
11851
|
"relativePath": [
|
|
12039
11852
|
"dist",
|
|
12040
11853
|
"commands",
|
|
12041
|
-
"
|
|
12042
|
-
"
|
|
12043
|
-
"
|
|
11854
|
+
"auth",
|
|
11855
|
+
"tokens",
|
|
11856
|
+
"revoke.js"
|
|
12044
11857
|
]
|
|
12045
11858
|
},
|
|
12046
|
-
"
|
|
11859
|
+
"bots:env-vars:bots": {
|
|
12047
11860
|
"aliases": [],
|
|
12048
11861
|
"args": {
|
|
12049
|
-
"
|
|
12050
|
-
"description": "
|
|
12051
|
-
"name": "
|
|
12052
|
-
"required": true
|
|
12053
|
-
},
|
|
12054
|
-
"fieldId": {
|
|
12055
|
-
"description": "Custom field ID",
|
|
12056
|
-
"name": "fieldId",
|
|
11862
|
+
"id": {
|
|
11863
|
+
"description": "Environment variable ID",
|
|
11864
|
+
"name": "id",
|
|
12057
11865
|
"required": true
|
|
12058
11866
|
}
|
|
12059
11867
|
},
|
|
12060
|
-
"description": "
|
|
11868
|
+
"description": "List bots using a bot environment variable",
|
|
12061
11869
|
"flags": {
|
|
12062
11870
|
"api-key": {
|
|
12063
11871
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12120,19 +11928,11 @@
|
|
|
12120
11928
|
"hasDynamicHelp": false,
|
|
12121
11929
|
"multiple": false,
|
|
12122
11930
|
"type": "option"
|
|
12123
|
-
},
|
|
12124
|
-
"value": {
|
|
12125
|
-
"description": "Custom field value",
|
|
12126
|
-
"name": "value",
|
|
12127
|
-
"required": true,
|
|
12128
|
-
"hasDynamicHelp": false,
|
|
12129
|
-
"multiple": false,
|
|
12130
|
-
"type": "option"
|
|
12131
11931
|
}
|
|
12132
11932
|
},
|
|
12133
11933
|
"hasDynamicHelp": false,
|
|
12134
11934
|
"hiddenAliases": [],
|
|
12135
|
-
"id": "
|
|
11935
|
+
"id": "bots:env-vars:bots",
|
|
12136
11936
|
"pluginAlias": "@instantkom/cli",
|
|
12137
11937
|
"pluginName": "@instantkom/cli",
|
|
12138
11938
|
"pluginType": "core",
|
|
@@ -12142,21 +11942,15 @@
|
|
|
12142
11942
|
"relativePath": [
|
|
12143
11943
|
"dist",
|
|
12144
11944
|
"commands",
|
|
12145
|
-
"
|
|
12146
|
-
"
|
|
12147
|
-
"
|
|
11945
|
+
"bots",
|
|
11946
|
+
"env-vars",
|
|
11947
|
+
"bots.js"
|
|
12148
11948
|
]
|
|
12149
11949
|
},
|
|
12150
|
-
"
|
|
11950
|
+
"bots:env-vars:create": {
|
|
12151
11951
|
"aliases": [],
|
|
12152
|
-
"args": {
|
|
12153
|
-
|
|
12154
|
-
"description": "Contact ID",
|
|
12155
|
-
"name": "contactId",
|
|
12156
|
-
"required": true
|
|
12157
|
-
}
|
|
12158
|
-
},
|
|
12159
|
-
"description": "Set multiple custom field values for a contact",
|
|
11952
|
+
"args": {},
|
|
11953
|
+
"description": "Create a bot environment variable",
|
|
12160
11954
|
"flags": {
|
|
12161
11955
|
"api-key": {
|
|
12162
11956
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12220,16 +12014,24 @@
|
|
|
12220
12014
|
"multiple": false,
|
|
12221
12015
|
"type": "option"
|
|
12222
12016
|
},
|
|
12223
|
-
"
|
|
12224
|
-
"description": "
|
|
12225
|
-
"name": "
|
|
12017
|
+
"key": {
|
|
12018
|
+
"description": "Variable key (max 16 chars, letters, digits, underscore)",
|
|
12019
|
+
"name": "key",
|
|
12020
|
+
"required": true,
|
|
12226
12021
|
"hasDynamicHelp": false,
|
|
12227
12022
|
"multiple": false,
|
|
12228
12023
|
"type": "option"
|
|
12229
12024
|
},
|
|
12230
|
-
"
|
|
12231
|
-
"description": "
|
|
12232
|
-
"name": "
|
|
12025
|
+
"description": {
|
|
12026
|
+
"description": "Variable description",
|
|
12027
|
+
"name": "description",
|
|
12028
|
+
"hasDynamicHelp": false,
|
|
12029
|
+
"multiple": false,
|
|
12030
|
+
"type": "option"
|
|
12031
|
+
},
|
|
12032
|
+
"color": {
|
|
12033
|
+
"description": "Variable color as HEX",
|
|
12034
|
+
"name": "color",
|
|
12233
12035
|
"hasDynamicHelp": false,
|
|
12234
12036
|
"multiple": false,
|
|
12235
12037
|
"type": "option"
|
|
@@ -12244,7 +12046,7 @@
|
|
|
12244
12046
|
},
|
|
12245
12047
|
"hasDynamicHelp": false,
|
|
12246
12048
|
"hiddenAliases": [],
|
|
12247
|
-
"id": "
|
|
12049
|
+
"id": "bots:env-vars:create",
|
|
12248
12050
|
"pluginAlias": "@instantkom/cli",
|
|
12249
12051
|
"pluginName": "@instantkom/cli",
|
|
12250
12052
|
"pluginType": "core",
|
|
@@ -12254,26 +12056,21 @@
|
|
|
12254
12056
|
"relativePath": [
|
|
12255
12057
|
"dist",
|
|
12256
12058
|
"commands",
|
|
12257
|
-
"
|
|
12258
|
-
"
|
|
12259
|
-
"
|
|
12059
|
+
"bots",
|
|
12060
|
+
"env-vars",
|
|
12061
|
+
"create.js"
|
|
12260
12062
|
]
|
|
12261
12063
|
},
|
|
12262
|
-
"
|
|
12064
|
+
"bots:env-vars:delete": {
|
|
12263
12065
|
"aliases": [],
|
|
12264
12066
|
"args": {
|
|
12265
|
-
"
|
|
12266
|
-
"description": "
|
|
12267
|
-
"name": "
|
|
12268
|
-
"required": true
|
|
12269
|
-
},
|
|
12270
|
-
"tagId": {
|
|
12271
|
-
"description": "Tag ID",
|
|
12272
|
-
"name": "tagId",
|
|
12067
|
+
"id": {
|
|
12068
|
+
"description": "Environment variable ID",
|
|
12069
|
+
"name": "id",
|
|
12273
12070
|
"required": true
|
|
12274
12071
|
}
|
|
12275
12072
|
},
|
|
12276
|
-
"description": "
|
|
12073
|
+
"description": "Delete a bot environment variable",
|
|
12277
12074
|
"flags": {
|
|
12278
12075
|
"api-key": {
|
|
12279
12076
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12340,7 +12137,7 @@
|
|
|
12340
12137
|
},
|
|
12341
12138
|
"hasDynamicHelp": false,
|
|
12342
12139
|
"hiddenAliases": [],
|
|
12343
|
-
"id": "
|
|
12140
|
+
"id": "bots:env-vars:delete",
|
|
12344
12141
|
"pluginAlias": "@instantkom/cli",
|
|
12345
12142
|
"pluginName": "@instantkom/cli",
|
|
12346
12143
|
"pluginType": "core",
|
|
@@ -12350,21 +12147,21 @@
|
|
|
12350
12147
|
"relativePath": [
|
|
12351
12148
|
"dist",
|
|
12352
12149
|
"commands",
|
|
12353
|
-
"
|
|
12354
|
-
"
|
|
12355
|
-
"
|
|
12150
|
+
"bots",
|
|
12151
|
+
"env-vars",
|
|
12152
|
+
"delete.js"
|
|
12356
12153
|
]
|
|
12357
12154
|
},
|
|
12358
|
-
"
|
|
12155
|
+
"bots:env-vars:get": {
|
|
12359
12156
|
"aliases": [],
|
|
12360
12157
|
"args": {
|
|
12361
|
-
"
|
|
12362
|
-
"description": "
|
|
12363
|
-
"name": "
|
|
12158
|
+
"id": {
|
|
12159
|
+
"description": "Environment variable ID",
|
|
12160
|
+
"name": "id",
|
|
12364
12161
|
"required": true
|
|
12365
12162
|
}
|
|
12366
12163
|
},
|
|
12367
|
-
"description": "
|
|
12164
|
+
"description": "Get a bot environment variable",
|
|
12368
12165
|
"flags": {
|
|
12369
12166
|
"api-key": {
|
|
12370
12167
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12431,7 +12228,7 @@
|
|
|
12431
12228
|
},
|
|
12432
12229
|
"hasDynamicHelp": false,
|
|
12433
12230
|
"hiddenAliases": [],
|
|
12434
|
-
"id": "
|
|
12231
|
+
"id": "bots:env-vars:get",
|
|
12435
12232
|
"pluginAlias": "@instantkom/cli",
|
|
12436
12233
|
"pluginName": "@instantkom/cli",
|
|
12437
12234
|
"pluginType": "core",
|
|
@@ -12441,26 +12238,15 @@
|
|
|
12441
12238
|
"relativePath": [
|
|
12442
12239
|
"dist",
|
|
12443
12240
|
"commands",
|
|
12444
|
-
"
|
|
12445
|
-
"
|
|
12446
|
-
"
|
|
12241
|
+
"bots",
|
|
12242
|
+
"env-vars",
|
|
12243
|
+
"get.js"
|
|
12447
12244
|
]
|
|
12448
12245
|
},
|
|
12449
|
-
"
|
|
12246
|
+
"bots:env-vars:list": {
|
|
12450
12247
|
"aliases": [],
|
|
12451
|
-
"args": {
|
|
12452
|
-
|
|
12453
|
-
"description": "Contact ID",
|
|
12454
|
-
"name": "contactId",
|
|
12455
|
-
"required": true
|
|
12456
|
-
},
|
|
12457
|
-
"tagId": {
|
|
12458
|
-
"description": "Tag ID",
|
|
12459
|
-
"name": "tagId",
|
|
12460
|
-
"required": true
|
|
12461
|
-
}
|
|
12462
|
-
},
|
|
12463
|
-
"description": "Remove a tag from a contact",
|
|
12248
|
+
"args": {},
|
|
12249
|
+
"description": "List bot environment variables",
|
|
12464
12250
|
"flags": {
|
|
12465
12251
|
"api-key": {
|
|
12466
12252
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12507,19 +12293,49 @@
|
|
|
12507
12293
|
"allowNo": false,
|
|
12508
12294
|
"type": "boolean"
|
|
12509
12295
|
},
|
|
12510
|
-
"profile": {
|
|
12511
|
-
"description": "Named configuration profile to use",
|
|
12512
|
-
"helpGroup": "GLOBAL",
|
|
12513
|
-
"name": "profile",
|
|
12514
|
-
"default": "default",
|
|
12296
|
+
"profile": {
|
|
12297
|
+
"description": "Named configuration profile to use",
|
|
12298
|
+
"helpGroup": "GLOBAL",
|
|
12299
|
+
"name": "profile",
|
|
12300
|
+
"default": "default",
|
|
12301
|
+
"hasDynamicHelp": false,
|
|
12302
|
+
"multiple": false,
|
|
12303
|
+
"type": "option"
|
|
12304
|
+
},
|
|
12305
|
+
"api-url": {
|
|
12306
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
12307
|
+
"helpGroup": "GLOBAL",
|
|
12308
|
+
"name": "api-url",
|
|
12309
|
+
"hasDynamicHelp": false,
|
|
12310
|
+
"multiple": false,
|
|
12311
|
+
"type": "option"
|
|
12312
|
+
},
|
|
12313
|
+
"page": {
|
|
12314
|
+
"description": "Page number",
|
|
12315
|
+
"name": "page",
|
|
12316
|
+
"default": 1,
|
|
12317
|
+
"hasDynamicHelp": false,
|
|
12318
|
+
"multiple": false,
|
|
12319
|
+
"type": "option"
|
|
12320
|
+
},
|
|
12321
|
+
"limit": {
|
|
12322
|
+
"description": "Items per page",
|
|
12323
|
+
"name": "limit",
|
|
12324
|
+
"default": 20,
|
|
12325
|
+
"hasDynamicHelp": false,
|
|
12326
|
+
"multiple": false,
|
|
12327
|
+
"type": "option"
|
|
12328
|
+
},
|
|
12329
|
+
"search": {
|
|
12330
|
+
"description": "Search in key or description",
|
|
12331
|
+
"name": "search",
|
|
12515
12332
|
"hasDynamicHelp": false,
|
|
12516
12333
|
"multiple": false,
|
|
12517
12334
|
"type": "option"
|
|
12518
12335
|
},
|
|
12519
|
-
"
|
|
12520
|
-
"description": "
|
|
12521
|
-
"
|
|
12522
|
-
"name": "api-url",
|
|
12336
|
+
"color": {
|
|
12337
|
+
"description": "Filter by color",
|
|
12338
|
+
"name": "color",
|
|
12523
12339
|
"hasDynamicHelp": false,
|
|
12524
12340
|
"multiple": false,
|
|
12525
12341
|
"type": "option"
|
|
@@ -12527,7 +12343,7 @@
|
|
|
12527
12343
|
},
|
|
12528
12344
|
"hasDynamicHelp": false,
|
|
12529
12345
|
"hiddenAliases": [],
|
|
12530
|
-
"id": "
|
|
12346
|
+
"id": "bots:env-vars:list",
|
|
12531
12347
|
"pluginAlias": "@instantkom/cli",
|
|
12532
12348
|
"pluginName": "@instantkom/cli",
|
|
12533
12349
|
"pluginType": "core",
|
|
@@ -12537,12 +12353,12 @@
|
|
|
12537
12353
|
"relativePath": [
|
|
12538
12354
|
"dist",
|
|
12539
12355
|
"commands",
|
|
12540
|
-
"
|
|
12541
|
-
"
|
|
12542
|
-
"
|
|
12356
|
+
"bots",
|
|
12357
|
+
"env-vars",
|
|
12358
|
+
"list.js"
|
|
12543
12359
|
]
|
|
12544
12360
|
},
|
|
12545
|
-
"bots:env-vars:
|
|
12361
|
+
"bots:env-vars:update": {
|
|
12546
12362
|
"aliases": [],
|
|
12547
12363
|
"args": {
|
|
12548
12364
|
"id": {
|
|
@@ -12551,7 +12367,7 @@
|
|
|
12551
12367
|
"required": true
|
|
12552
12368
|
}
|
|
12553
12369
|
},
|
|
12554
|
-
"description": "
|
|
12370
|
+
"description": "Update a bot environment variable",
|
|
12555
12371
|
"flags": {
|
|
12556
12372
|
"api-key": {
|
|
12557
12373
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12614,11 +12430,32 @@
|
|
|
12614
12430
|
"hasDynamicHelp": false,
|
|
12615
12431
|
"multiple": false,
|
|
12616
12432
|
"type": "option"
|
|
12433
|
+
},
|
|
12434
|
+
"description": {
|
|
12435
|
+
"description": "Variable description",
|
|
12436
|
+
"name": "description",
|
|
12437
|
+
"hasDynamicHelp": false,
|
|
12438
|
+
"multiple": false,
|
|
12439
|
+
"type": "option"
|
|
12440
|
+
},
|
|
12441
|
+
"color": {
|
|
12442
|
+
"description": "Variable color as HEX",
|
|
12443
|
+
"name": "color",
|
|
12444
|
+
"hasDynamicHelp": false,
|
|
12445
|
+
"multiple": false,
|
|
12446
|
+
"type": "option"
|
|
12447
|
+
},
|
|
12448
|
+
"data": {
|
|
12449
|
+
"description": "Additional JSON object payload",
|
|
12450
|
+
"name": "data",
|
|
12451
|
+
"hasDynamicHelp": false,
|
|
12452
|
+
"multiple": false,
|
|
12453
|
+
"type": "option"
|
|
12617
12454
|
}
|
|
12618
12455
|
},
|
|
12619
12456
|
"hasDynamicHelp": false,
|
|
12620
12457
|
"hiddenAliases": [],
|
|
12621
|
-
"id": "bots:env-vars:
|
|
12458
|
+
"id": "bots:env-vars:update",
|
|
12622
12459
|
"pluginAlias": "@instantkom/cli",
|
|
12623
12460
|
"pluginName": "@instantkom/cli",
|
|
12624
12461
|
"pluginType": "core",
|
|
@@ -12630,13 +12467,19 @@
|
|
|
12630
12467
|
"commands",
|
|
12631
12468
|
"bots",
|
|
12632
12469
|
"env-vars",
|
|
12633
|
-
"
|
|
12470
|
+
"update.js"
|
|
12634
12471
|
]
|
|
12635
12472
|
},
|
|
12636
|
-
"bots:env-vars:
|
|
12473
|
+
"bots:env-vars:values": {
|
|
12637
12474
|
"aliases": [],
|
|
12638
|
-
"args": {
|
|
12639
|
-
|
|
12475
|
+
"args": {
|
|
12476
|
+
"id": {
|
|
12477
|
+
"description": "Environment variable ID",
|
|
12478
|
+
"name": "id",
|
|
12479
|
+
"required": true
|
|
12480
|
+
}
|
|
12481
|
+
},
|
|
12482
|
+
"description": "List recipient values for a bot environment variable",
|
|
12640
12483
|
"flags": {
|
|
12641
12484
|
"api-key": {
|
|
12642
12485
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12700,31 +12543,32 @@
|
|
|
12700
12543
|
"multiple": false,
|
|
12701
12544
|
"type": "option"
|
|
12702
12545
|
},
|
|
12703
|
-
"
|
|
12704
|
-
"description": "
|
|
12705
|
-
"name": "
|
|
12706
|
-
"
|
|
12546
|
+
"page": {
|
|
12547
|
+
"description": "Page number",
|
|
12548
|
+
"name": "page",
|
|
12549
|
+
"default": 1,
|
|
12707
12550
|
"hasDynamicHelp": false,
|
|
12708
12551
|
"multiple": false,
|
|
12709
12552
|
"type": "option"
|
|
12710
12553
|
},
|
|
12711
|
-
"
|
|
12712
|
-
"description": "
|
|
12713
|
-
"name": "
|
|
12554
|
+
"limit": {
|
|
12555
|
+
"description": "Items per page",
|
|
12556
|
+
"name": "limit",
|
|
12557
|
+
"default": 20,
|
|
12714
12558
|
"hasDynamicHelp": false,
|
|
12715
12559
|
"multiple": false,
|
|
12716
12560
|
"type": "option"
|
|
12717
12561
|
},
|
|
12718
|
-
"
|
|
12719
|
-
"description": "
|
|
12720
|
-
"name": "
|
|
12562
|
+
"search": {
|
|
12563
|
+
"description": "Search in recipient name or identifier",
|
|
12564
|
+
"name": "search",
|
|
12721
12565
|
"hasDynamicHelp": false,
|
|
12722
12566
|
"multiple": false,
|
|
12723
12567
|
"type": "option"
|
|
12724
12568
|
},
|
|
12725
|
-
"
|
|
12726
|
-
"description": "
|
|
12727
|
-
"name": "
|
|
12569
|
+
"recipient": {
|
|
12570
|
+
"description": "Filter by recipient ID",
|
|
12571
|
+
"name": "recipient",
|
|
12728
12572
|
"hasDynamicHelp": false,
|
|
12729
12573
|
"multiple": false,
|
|
12730
12574
|
"type": "option"
|
|
@@ -12732,7 +12576,7 @@
|
|
|
12732
12576
|
},
|
|
12733
12577
|
"hasDynamicHelp": false,
|
|
12734
12578
|
"hiddenAliases": [],
|
|
12735
|
-
"id": "bots:env-vars:
|
|
12579
|
+
"id": "bots:env-vars:values",
|
|
12736
12580
|
"pluginAlias": "@instantkom/cli",
|
|
12737
12581
|
"pluginName": "@instantkom/cli",
|
|
12738
12582
|
"pluginType": "core",
|
|
@@ -12744,19 +12588,19 @@
|
|
|
12744
12588
|
"commands",
|
|
12745
12589
|
"bots",
|
|
12746
12590
|
"env-vars",
|
|
12747
|
-
"
|
|
12591
|
+
"values.js"
|
|
12748
12592
|
]
|
|
12749
12593
|
},
|
|
12750
|
-
"bots:
|
|
12594
|
+
"bots:filters:create": {
|
|
12751
12595
|
"aliases": [],
|
|
12752
12596
|
"args": {
|
|
12753
|
-
"
|
|
12754
|
-
"description": "
|
|
12755
|
-
"name": "
|
|
12597
|
+
"botId": {
|
|
12598
|
+
"description": "Bot ID",
|
|
12599
|
+
"name": "botId",
|
|
12756
12600
|
"required": true
|
|
12757
12601
|
}
|
|
12758
12602
|
},
|
|
12759
|
-
"description": "
|
|
12603
|
+
"description": "Create a bot filter",
|
|
12760
12604
|
"flags": {
|
|
12761
12605
|
"api-key": {
|
|
12762
12606
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12819,11 +12663,77 @@
|
|
|
12819
12663
|
"hasDynamicHelp": false,
|
|
12820
12664
|
"multiple": false,
|
|
12821
12665
|
"type": "option"
|
|
12666
|
+
},
|
|
12667
|
+
"name": {
|
|
12668
|
+
"description": "Filter name",
|
|
12669
|
+
"name": "name",
|
|
12670
|
+
"required": true,
|
|
12671
|
+
"hasDynamicHelp": false,
|
|
12672
|
+
"multiple": false,
|
|
12673
|
+
"type": "option"
|
|
12674
|
+
},
|
|
12675
|
+
"operator": {
|
|
12676
|
+
"description": "Logical operator",
|
|
12677
|
+
"name": "operator",
|
|
12678
|
+
"default": "and",
|
|
12679
|
+
"hasDynamicHelp": false,
|
|
12680
|
+
"multiple": false,
|
|
12681
|
+
"type": "option"
|
|
12682
|
+
},
|
|
12683
|
+
"filter-object": {
|
|
12684
|
+
"description": "Filter object type",
|
|
12685
|
+
"name": "filter-object",
|
|
12686
|
+
"default": "msg",
|
|
12687
|
+
"hasDynamicHelp": false,
|
|
12688
|
+
"multiple": false,
|
|
12689
|
+
"type": "option"
|
|
12690
|
+
},
|
|
12691
|
+
"filter-attribute": {
|
|
12692
|
+
"description": "Filter attribute",
|
|
12693
|
+
"name": "filter-attribute",
|
|
12694
|
+
"default": "text",
|
|
12695
|
+
"hasDynamicHelp": false,
|
|
12696
|
+
"multiple": false,
|
|
12697
|
+
"type": "option"
|
|
12698
|
+
},
|
|
12699
|
+
"filter-comparator": {
|
|
12700
|
+
"description": "Filter comparator",
|
|
12701
|
+
"name": "filter-comparator",
|
|
12702
|
+
"default": "contains",
|
|
12703
|
+
"hasDynamicHelp": false,
|
|
12704
|
+
"multiple": false,
|
|
12705
|
+
"type": "option"
|
|
12706
|
+
},
|
|
12707
|
+
"filter-value": {
|
|
12708
|
+
"description": "Filter value",
|
|
12709
|
+
"name": "filter-value",
|
|
12710
|
+
"required": true,
|
|
12711
|
+
"hasDynamicHelp": false,
|
|
12712
|
+
"multiple": false,
|
|
12713
|
+
"type": "option"
|
|
12714
|
+
},
|
|
12715
|
+
"status": {
|
|
12716
|
+
"description": "Status: 0 inactive, 1 active",
|
|
12717
|
+
"name": "status",
|
|
12718
|
+
"hasDynamicHelp": false,
|
|
12719
|
+
"multiple": false,
|
|
12720
|
+
"options": [
|
|
12721
|
+
"0",
|
|
12722
|
+
"1"
|
|
12723
|
+
],
|
|
12724
|
+
"type": "option"
|
|
12725
|
+
},
|
|
12726
|
+
"data": {
|
|
12727
|
+
"description": "Additional JSON object payload",
|
|
12728
|
+
"name": "data",
|
|
12729
|
+
"hasDynamicHelp": false,
|
|
12730
|
+
"multiple": false,
|
|
12731
|
+
"type": "option"
|
|
12822
12732
|
}
|
|
12823
12733
|
},
|
|
12824
12734
|
"hasDynamicHelp": false,
|
|
12825
12735
|
"hiddenAliases": [],
|
|
12826
|
-
"id": "bots:
|
|
12736
|
+
"id": "bots:filters:create",
|
|
12827
12737
|
"pluginAlias": "@instantkom/cli",
|
|
12828
12738
|
"pluginName": "@instantkom/cli",
|
|
12829
12739
|
"pluginType": "core",
|
|
@@ -12834,20 +12744,25 @@
|
|
|
12834
12744
|
"dist",
|
|
12835
12745
|
"commands",
|
|
12836
12746
|
"bots",
|
|
12837
|
-
"
|
|
12838
|
-
"
|
|
12747
|
+
"filters",
|
|
12748
|
+
"create.js"
|
|
12839
12749
|
]
|
|
12840
12750
|
},
|
|
12841
|
-
"bots:
|
|
12751
|
+
"bots:filters:delete": {
|
|
12842
12752
|
"aliases": [],
|
|
12843
12753
|
"args": {
|
|
12844
|
-
"
|
|
12845
|
-
"description": "
|
|
12846
|
-
"name": "
|
|
12754
|
+
"botId": {
|
|
12755
|
+
"description": "Bot ID",
|
|
12756
|
+
"name": "botId",
|
|
12757
|
+
"required": true
|
|
12758
|
+
},
|
|
12759
|
+
"filterId": {
|
|
12760
|
+
"description": "Filter ID",
|
|
12761
|
+
"name": "filterId",
|
|
12847
12762
|
"required": true
|
|
12848
12763
|
}
|
|
12849
12764
|
},
|
|
12850
|
-
"description": "
|
|
12765
|
+
"description": "Delete a bot filter",
|
|
12851
12766
|
"flags": {
|
|
12852
12767
|
"api-key": {
|
|
12853
12768
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12914,7 +12829,7 @@
|
|
|
12914
12829
|
},
|
|
12915
12830
|
"hasDynamicHelp": false,
|
|
12916
12831
|
"hiddenAliases": [],
|
|
12917
|
-
"id": "bots:
|
|
12832
|
+
"id": "bots:filters:delete",
|
|
12918
12833
|
"pluginAlias": "@instantkom/cli",
|
|
12919
12834
|
"pluginName": "@instantkom/cli",
|
|
12920
12835
|
"pluginType": "core",
|
|
@@ -12925,14 +12840,25 @@
|
|
|
12925
12840
|
"dist",
|
|
12926
12841
|
"commands",
|
|
12927
12842
|
"bots",
|
|
12928
|
-
"
|
|
12929
|
-
"
|
|
12843
|
+
"filters",
|
|
12844
|
+
"delete.js"
|
|
12930
12845
|
]
|
|
12931
12846
|
},
|
|
12932
|
-
"bots:
|
|
12847
|
+
"bots:filters:get": {
|
|
12933
12848
|
"aliases": [],
|
|
12934
|
-
"args": {
|
|
12935
|
-
|
|
12849
|
+
"args": {
|
|
12850
|
+
"botId": {
|
|
12851
|
+
"description": "Bot ID",
|
|
12852
|
+
"name": "botId",
|
|
12853
|
+
"required": true
|
|
12854
|
+
},
|
|
12855
|
+
"filterId": {
|
|
12856
|
+
"description": "Filter ID",
|
|
12857
|
+
"name": "filterId",
|
|
12858
|
+
"required": true
|
|
12859
|
+
}
|
|
12860
|
+
},
|
|
12861
|
+
"description": "Get a bot filter",
|
|
12936
12862
|
"flags": {
|
|
12937
12863
|
"api-key": {
|
|
12938
12864
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12995,41 +12921,11 @@
|
|
|
12995
12921
|
"hasDynamicHelp": false,
|
|
12996
12922
|
"multiple": false,
|
|
12997
12923
|
"type": "option"
|
|
12998
|
-
},
|
|
12999
|
-
"page": {
|
|
13000
|
-
"description": "Page number",
|
|
13001
|
-
"name": "page",
|
|
13002
|
-
"default": 1,
|
|
13003
|
-
"hasDynamicHelp": false,
|
|
13004
|
-
"multiple": false,
|
|
13005
|
-
"type": "option"
|
|
13006
|
-
},
|
|
13007
|
-
"limit": {
|
|
13008
|
-
"description": "Items per page",
|
|
13009
|
-
"name": "limit",
|
|
13010
|
-
"default": 20,
|
|
13011
|
-
"hasDynamicHelp": false,
|
|
13012
|
-
"multiple": false,
|
|
13013
|
-
"type": "option"
|
|
13014
|
-
},
|
|
13015
|
-
"search": {
|
|
13016
|
-
"description": "Search in key or description",
|
|
13017
|
-
"name": "search",
|
|
13018
|
-
"hasDynamicHelp": false,
|
|
13019
|
-
"multiple": false,
|
|
13020
|
-
"type": "option"
|
|
13021
|
-
},
|
|
13022
|
-
"color": {
|
|
13023
|
-
"description": "Filter by color",
|
|
13024
|
-
"name": "color",
|
|
13025
|
-
"hasDynamicHelp": false,
|
|
13026
|
-
"multiple": false,
|
|
13027
|
-
"type": "option"
|
|
13028
12924
|
}
|
|
13029
12925
|
},
|
|
13030
12926
|
"hasDynamicHelp": false,
|
|
13031
12927
|
"hiddenAliases": [],
|
|
13032
|
-
"id": "bots:
|
|
12928
|
+
"id": "bots:filters:get",
|
|
13033
12929
|
"pluginAlias": "@instantkom/cli",
|
|
13034
12930
|
"pluginName": "@instantkom/cli",
|
|
13035
12931
|
"pluginType": "core",
|
|
@@ -13040,20 +12936,20 @@
|
|
|
13040
12936
|
"dist",
|
|
13041
12937
|
"commands",
|
|
13042
12938
|
"bots",
|
|
13043
|
-
"
|
|
13044
|
-
"
|
|
12939
|
+
"filters",
|
|
12940
|
+
"get.js"
|
|
13045
12941
|
]
|
|
13046
12942
|
},
|
|
13047
|
-
"bots:
|
|
12943
|
+
"bots:filters:list": {
|
|
13048
12944
|
"aliases": [],
|
|
13049
12945
|
"args": {
|
|
13050
|
-
"
|
|
13051
|
-
"description": "
|
|
13052
|
-
"name": "
|
|
12946
|
+
"botId": {
|
|
12947
|
+
"description": "Bot ID",
|
|
12948
|
+
"name": "botId",
|
|
13053
12949
|
"required": true
|
|
13054
12950
|
}
|
|
13055
12951
|
},
|
|
13056
|
-
"description": "
|
|
12952
|
+
"description": "List bot filters",
|
|
13057
12953
|
"flags": {
|
|
13058
12954
|
"api-key": {
|
|
13059
12955
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13117,23 +13013,36 @@
|
|
|
13117
13013
|
"multiple": false,
|
|
13118
13014
|
"type": "option"
|
|
13119
13015
|
},
|
|
13120
|
-
"
|
|
13121
|
-
"description": "
|
|
13122
|
-
"name": "
|
|
13016
|
+
"page": {
|
|
13017
|
+
"description": "Page number",
|
|
13018
|
+
"name": "page",
|
|
13019
|
+
"default": 1,
|
|
13123
13020
|
"hasDynamicHelp": false,
|
|
13124
13021
|
"multiple": false,
|
|
13125
13022
|
"type": "option"
|
|
13126
13023
|
},
|
|
13127
|
-
"
|
|
13128
|
-
"description": "
|
|
13129
|
-
"name": "
|
|
13024
|
+
"limit": {
|
|
13025
|
+
"description": "Items per page",
|
|
13026
|
+
"name": "limit",
|
|
13027
|
+
"default": 20,
|
|
13130
13028
|
"hasDynamicHelp": false,
|
|
13131
13029
|
"multiple": false,
|
|
13132
13030
|
"type": "option"
|
|
13133
13031
|
},
|
|
13134
|
-
"
|
|
13135
|
-
"description": "
|
|
13136
|
-
"name": "
|
|
13032
|
+
"status": {
|
|
13033
|
+
"description": "Status filter: 0 inactive, 1 active",
|
|
13034
|
+
"name": "status",
|
|
13035
|
+
"hasDynamicHelp": false,
|
|
13036
|
+
"multiple": false,
|
|
13037
|
+
"options": [
|
|
13038
|
+
"0",
|
|
13039
|
+
"1"
|
|
13040
|
+
],
|
|
13041
|
+
"type": "option"
|
|
13042
|
+
},
|
|
13043
|
+
"search": {
|
|
13044
|
+
"description": "Search in name or description",
|
|
13045
|
+
"name": "search",
|
|
13137
13046
|
"hasDynamicHelp": false,
|
|
13138
13047
|
"multiple": false,
|
|
13139
13048
|
"type": "option"
|
|
@@ -13141,7 +13050,7 @@
|
|
|
13141
13050
|
},
|
|
13142
13051
|
"hasDynamicHelp": false,
|
|
13143
13052
|
"hiddenAliases": [],
|
|
13144
|
-
"id": "bots:
|
|
13053
|
+
"id": "bots:filters:list",
|
|
13145
13054
|
"pluginAlias": "@instantkom/cli",
|
|
13146
13055
|
"pluginName": "@instantkom/cli",
|
|
13147
13056
|
"pluginType": "core",
|
|
@@ -13152,20 +13061,25 @@
|
|
|
13152
13061
|
"dist",
|
|
13153
13062
|
"commands",
|
|
13154
13063
|
"bots",
|
|
13155
|
-
"
|
|
13156
|
-
"
|
|
13064
|
+
"filters",
|
|
13065
|
+
"list.js"
|
|
13157
13066
|
]
|
|
13158
13067
|
},
|
|
13159
|
-
"bots:
|
|
13068
|
+
"bots:filters:update": {
|
|
13160
13069
|
"aliases": [],
|
|
13161
13070
|
"args": {
|
|
13162
|
-
"
|
|
13163
|
-
"description": "
|
|
13164
|
-
"name": "
|
|
13071
|
+
"botId": {
|
|
13072
|
+
"description": "Bot ID",
|
|
13073
|
+
"name": "botId",
|
|
13074
|
+
"required": true
|
|
13075
|
+
},
|
|
13076
|
+
"filterId": {
|
|
13077
|
+
"description": "Filter ID",
|
|
13078
|
+
"name": "filterId",
|
|
13165
13079
|
"required": true
|
|
13166
13080
|
}
|
|
13167
13081
|
},
|
|
13168
|
-
"description": "
|
|
13082
|
+
"description": "Update a bot filter",
|
|
13169
13083
|
"flags": {
|
|
13170
13084
|
"api-key": {
|
|
13171
13085
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13229,32 +13143,62 @@
|
|
|
13229
13143
|
"multiple": false,
|
|
13230
13144
|
"type": "option"
|
|
13231
13145
|
},
|
|
13232
|
-
"
|
|
13233
|
-
"description": "
|
|
13234
|
-
"name": "
|
|
13235
|
-
"default": 1,
|
|
13146
|
+
"name": {
|
|
13147
|
+
"description": "Filter name",
|
|
13148
|
+
"name": "name",
|
|
13236
13149
|
"hasDynamicHelp": false,
|
|
13237
13150
|
"multiple": false,
|
|
13238
13151
|
"type": "option"
|
|
13239
13152
|
},
|
|
13240
|
-
"
|
|
13241
|
-
"description": "
|
|
13242
|
-
"name": "
|
|
13243
|
-
"default": 20,
|
|
13153
|
+
"operator": {
|
|
13154
|
+
"description": "Logical operator",
|
|
13155
|
+
"name": "operator",
|
|
13244
13156
|
"hasDynamicHelp": false,
|
|
13245
13157
|
"multiple": false,
|
|
13246
13158
|
"type": "option"
|
|
13247
13159
|
},
|
|
13248
|
-
"
|
|
13249
|
-
"description": "
|
|
13250
|
-
"name": "
|
|
13160
|
+
"filter-object": {
|
|
13161
|
+
"description": "Filter object type",
|
|
13162
|
+
"name": "filter-object",
|
|
13251
13163
|
"hasDynamicHelp": false,
|
|
13252
13164
|
"multiple": false,
|
|
13253
13165
|
"type": "option"
|
|
13254
13166
|
},
|
|
13255
|
-
"
|
|
13256
|
-
"description": "Filter
|
|
13257
|
-
"name": "
|
|
13167
|
+
"filter-attribute": {
|
|
13168
|
+
"description": "Filter attribute",
|
|
13169
|
+
"name": "filter-attribute",
|
|
13170
|
+
"hasDynamicHelp": false,
|
|
13171
|
+
"multiple": false,
|
|
13172
|
+
"type": "option"
|
|
13173
|
+
},
|
|
13174
|
+
"filter-comparator": {
|
|
13175
|
+
"description": "Filter comparator",
|
|
13176
|
+
"name": "filter-comparator",
|
|
13177
|
+
"hasDynamicHelp": false,
|
|
13178
|
+
"multiple": false,
|
|
13179
|
+
"type": "option"
|
|
13180
|
+
},
|
|
13181
|
+
"filter-value": {
|
|
13182
|
+
"description": "Filter value",
|
|
13183
|
+
"name": "filter-value",
|
|
13184
|
+
"hasDynamicHelp": false,
|
|
13185
|
+
"multiple": false,
|
|
13186
|
+
"type": "option"
|
|
13187
|
+
},
|
|
13188
|
+
"status": {
|
|
13189
|
+
"description": "Status: 0 inactive, 1 active",
|
|
13190
|
+
"name": "status",
|
|
13191
|
+
"hasDynamicHelp": false,
|
|
13192
|
+
"multiple": false,
|
|
13193
|
+
"options": [
|
|
13194
|
+
"0",
|
|
13195
|
+
"1"
|
|
13196
|
+
],
|
|
13197
|
+
"type": "option"
|
|
13198
|
+
},
|
|
13199
|
+
"data": {
|
|
13200
|
+
"description": "Additional JSON object payload",
|
|
13201
|
+
"name": "data",
|
|
13258
13202
|
"hasDynamicHelp": false,
|
|
13259
13203
|
"multiple": false,
|
|
13260
13204
|
"type": "option"
|
|
@@ -13262,7 +13206,7 @@
|
|
|
13262
13206
|
},
|
|
13263
13207
|
"hasDynamicHelp": false,
|
|
13264
13208
|
"hiddenAliases": [],
|
|
13265
|
-
"id": "bots:
|
|
13209
|
+
"id": "bots:filters:update",
|
|
13266
13210
|
"pluginAlias": "@instantkom/cli",
|
|
13267
13211
|
"pluginName": "@instantkom/cli",
|
|
13268
13212
|
"pluginType": "core",
|
|
@@ -13273,8 +13217,8 @@
|
|
|
13273
13217
|
"dist",
|
|
13274
13218
|
"commands",
|
|
13275
13219
|
"bots",
|
|
13276
|
-
"
|
|
13277
|
-
"
|
|
13220
|
+
"filters",
|
|
13221
|
+
"update.js"
|
|
13278
13222
|
]
|
|
13279
13223
|
},
|
|
13280
13224
|
"bots:tags:add": {
|
|
@@ -13560,16 +13504,21 @@
|
|
|
13560
13504
|
"remove.js"
|
|
13561
13505
|
]
|
|
13562
13506
|
},
|
|
13563
|
-
"
|
|
13507
|
+
"contacts:custom-fields:delete-value": {
|
|
13564
13508
|
"aliases": [],
|
|
13565
13509
|
"args": {
|
|
13566
|
-
"
|
|
13567
|
-
"description": "
|
|
13568
|
-
"name": "
|
|
13510
|
+
"contactId": {
|
|
13511
|
+
"description": "Contact ID",
|
|
13512
|
+
"name": "contactId",
|
|
13513
|
+
"required": true
|
|
13514
|
+
},
|
|
13515
|
+
"fieldId": {
|
|
13516
|
+
"description": "Custom field ID",
|
|
13517
|
+
"name": "fieldId",
|
|
13569
13518
|
"required": true
|
|
13570
13519
|
}
|
|
13571
13520
|
},
|
|
13572
|
-
"description": "
|
|
13521
|
+
"description": "Delete one custom field value from a contact",
|
|
13573
13522
|
"flags": {
|
|
13574
13523
|
"api-key": {
|
|
13575
13524
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13632,69 +13581,94 @@
|
|
|
13632
13581
|
"hasDynamicHelp": false,
|
|
13633
13582
|
"multiple": false,
|
|
13634
13583
|
"type": "option"
|
|
13635
|
-
}
|
|
13636
|
-
|
|
13637
|
-
|
|
13638
|
-
|
|
13639
|
-
|
|
13640
|
-
|
|
13641
|
-
|
|
13642
|
-
|
|
13643
|
-
|
|
13644
|
-
|
|
13645
|
-
|
|
13646
|
-
|
|
13647
|
-
|
|
13648
|
-
|
|
13649
|
-
|
|
13650
|
-
|
|
13651
|
-
|
|
13652
|
-
|
|
13653
|
-
|
|
13654
|
-
|
|
13655
|
-
|
|
13584
|
+
}
|
|
13585
|
+
},
|
|
13586
|
+
"hasDynamicHelp": false,
|
|
13587
|
+
"hiddenAliases": [],
|
|
13588
|
+
"id": "contacts:custom-fields:delete-value",
|
|
13589
|
+
"pluginAlias": "@instantkom/cli",
|
|
13590
|
+
"pluginName": "@instantkom/cli",
|
|
13591
|
+
"pluginType": "core",
|
|
13592
|
+
"strict": true,
|
|
13593
|
+
"enableJsonFlag": false,
|
|
13594
|
+
"isESM": true,
|
|
13595
|
+
"relativePath": [
|
|
13596
|
+
"dist",
|
|
13597
|
+
"commands",
|
|
13598
|
+
"contacts",
|
|
13599
|
+
"custom-fields",
|
|
13600
|
+
"delete-value.js"
|
|
13601
|
+
]
|
|
13602
|
+
},
|
|
13603
|
+
"contacts:custom-fields:list": {
|
|
13604
|
+
"aliases": [],
|
|
13605
|
+
"args": {
|
|
13606
|
+
"contactId": {
|
|
13607
|
+
"description": "Contact ID",
|
|
13608
|
+
"name": "contactId",
|
|
13609
|
+
"required": true
|
|
13610
|
+
}
|
|
13611
|
+
},
|
|
13612
|
+
"description": "List custom field values for a contact",
|
|
13613
|
+
"flags": {
|
|
13614
|
+
"api-key": {
|
|
13615
|
+
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
13616
|
+
"env": "IKM_API_KEY",
|
|
13617
|
+
"helpGroup": "GLOBAL",
|
|
13618
|
+
"name": "api-key",
|
|
13656
13619
|
"hasDynamicHelp": false,
|
|
13657
13620
|
"multiple": false,
|
|
13658
13621
|
"type": "option"
|
|
13659
13622
|
},
|
|
13660
|
-
"
|
|
13661
|
-
"description": "
|
|
13662
|
-
"
|
|
13623
|
+
"format": {
|
|
13624
|
+
"description": "Output format: text, json, yaml, or table",
|
|
13625
|
+
"helpGroup": "GLOBAL",
|
|
13626
|
+
"name": "format",
|
|
13663
13627
|
"default": "text",
|
|
13664
13628
|
"hasDynamicHelp": false,
|
|
13665
13629
|
"multiple": false,
|
|
13630
|
+
"options": [
|
|
13631
|
+
"text",
|
|
13632
|
+
"json",
|
|
13633
|
+
"yaml",
|
|
13634
|
+
"table"
|
|
13635
|
+
],
|
|
13666
13636
|
"type": "option"
|
|
13667
13637
|
},
|
|
13668
|
-
"
|
|
13669
|
-
"description": "
|
|
13670
|
-
"
|
|
13671
|
-
"
|
|
13672
|
-
"
|
|
13673
|
-
"
|
|
13674
|
-
"type": "option"
|
|
13638
|
+
"json": {
|
|
13639
|
+
"description": "Output in JSON format (alias for --format=json)",
|
|
13640
|
+
"helpGroup": "GLOBAL",
|
|
13641
|
+
"name": "json",
|
|
13642
|
+
"allowNo": false,
|
|
13643
|
+
"type": "boolean"
|
|
13675
13644
|
},
|
|
13676
|
-
"
|
|
13677
|
-
"description": "
|
|
13678
|
-
"
|
|
13679
|
-
"
|
|
13680
|
-
"
|
|
13681
|
-
"
|
|
13682
|
-
"type": "option"
|
|
13645
|
+
"quiet": {
|
|
13646
|
+
"description": "Suppress all output except errors",
|
|
13647
|
+
"helpGroup": "GLOBAL",
|
|
13648
|
+
"name": "quiet",
|
|
13649
|
+
"allowNo": false,
|
|
13650
|
+
"type": "boolean"
|
|
13683
13651
|
},
|
|
13684
|
-
"
|
|
13685
|
-
"description": "
|
|
13686
|
-
"
|
|
13652
|
+
"no-color": {
|
|
13653
|
+
"description": "Disable color output",
|
|
13654
|
+
"helpGroup": "GLOBAL",
|
|
13655
|
+
"name": "no-color",
|
|
13656
|
+
"allowNo": false,
|
|
13657
|
+
"type": "boolean"
|
|
13658
|
+
},
|
|
13659
|
+
"profile": {
|
|
13660
|
+
"description": "Named configuration profile to use",
|
|
13661
|
+
"helpGroup": "GLOBAL",
|
|
13662
|
+
"name": "profile",
|
|
13663
|
+
"default": "default",
|
|
13687
13664
|
"hasDynamicHelp": false,
|
|
13688
|
-
"multiple": false,
|
|
13689
|
-
"options": [
|
|
13690
|
-
"0",
|
|
13691
|
-
"1"
|
|
13692
|
-
],
|
|
13665
|
+
"multiple": false,
|
|
13693
13666
|
"type": "option"
|
|
13694
13667
|
},
|
|
13695
|
-
"
|
|
13696
|
-
"description": "
|
|
13697
|
-
"
|
|
13668
|
+
"api-url": {
|
|
13669
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
13670
|
+
"helpGroup": "GLOBAL",
|
|
13671
|
+
"name": "api-url",
|
|
13698
13672
|
"hasDynamicHelp": false,
|
|
13699
13673
|
"multiple": false,
|
|
13700
13674
|
"type": "option"
|
|
@@ -13702,7 +13676,7 @@
|
|
|
13702
13676
|
},
|
|
13703
13677
|
"hasDynamicHelp": false,
|
|
13704
13678
|
"hiddenAliases": [],
|
|
13705
|
-
"id": "
|
|
13679
|
+
"id": "contacts:custom-fields:list",
|
|
13706
13680
|
"pluginAlias": "@instantkom/cli",
|
|
13707
13681
|
"pluginName": "@instantkom/cli",
|
|
13708
13682
|
"pluginType": "core",
|
|
@@ -13712,26 +13686,26 @@
|
|
|
13712
13686
|
"relativePath": [
|
|
13713
13687
|
"dist",
|
|
13714
13688
|
"commands",
|
|
13715
|
-
"
|
|
13716
|
-
"
|
|
13717
|
-
"
|
|
13689
|
+
"contacts",
|
|
13690
|
+
"custom-fields",
|
|
13691
|
+
"list.js"
|
|
13718
13692
|
]
|
|
13719
13693
|
},
|
|
13720
|
-
"
|
|
13694
|
+
"contacts:custom-fields:set-value": {
|
|
13721
13695
|
"aliases": [],
|
|
13722
13696
|
"args": {
|
|
13723
|
-
"
|
|
13724
|
-
"description": "
|
|
13725
|
-
"name": "
|
|
13697
|
+
"contactId": {
|
|
13698
|
+
"description": "Contact ID",
|
|
13699
|
+
"name": "contactId",
|
|
13726
13700
|
"required": true
|
|
13727
13701
|
},
|
|
13728
|
-
"
|
|
13729
|
-
"description": "
|
|
13730
|
-
"name": "
|
|
13702
|
+
"fieldId": {
|
|
13703
|
+
"description": "Custom field ID",
|
|
13704
|
+
"name": "fieldId",
|
|
13731
13705
|
"required": true
|
|
13732
13706
|
}
|
|
13733
13707
|
},
|
|
13734
|
-
"description": "
|
|
13708
|
+
"description": "Set one custom field value for a contact",
|
|
13735
13709
|
"flags": {
|
|
13736
13710
|
"api-key": {
|
|
13737
13711
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13794,11 +13768,19 @@
|
|
|
13794
13768
|
"hasDynamicHelp": false,
|
|
13795
13769
|
"multiple": false,
|
|
13796
13770
|
"type": "option"
|
|
13771
|
+
},
|
|
13772
|
+
"value": {
|
|
13773
|
+
"description": "Custom field value",
|
|
13774
|
+
"name": "value",
|
|
13775
|
+
"required": true,
|
|
13776
|
+
"hasDynamicHelp": false,
|
|
13777
|
+
"multiple": false,
|
|
13778
|
+
"type": "option"
|
|
13797
13779
|
}
|
|
13798
13780
|
},
|
|
13799
13781
|
"hasDynamicHelp": false,
|
|
13800
13782
|
"hiddenAliases": [],
|
|
13801
|
-
"id": "
|
|
13783
|
+
"id": "contacts:custom-fields:set-value",
|
|
13802
13784
|
"pluginAlias": "@instantkom/cli",
|
|
13803
13785
|
"pluginName": "@instantkom/cli",
|
|
13804
13786
|
"pluginType": "core",
|
|
@@ -13808,26 +13790,21 @@
|
|
|
13808
13790
|
"relativePath": [
|
|
13809
13791
|
"dist",
|
|
13810
13792
|
"commands",
|
|
13811
|
-
"
|
|
13812
|
-
"
|
|
13813
|
-
"
|
|
13793
|
+
"contacts",
|
|
13794
|
+
"custom-fields",
|
|
13795
|
+
"set-value.js"
|
|
13814
13796
|
]
|
|
13815
13797
|
},
|
|
13816
|
-
"
|
|
13798
|
+
"contacts:custom-fields:set": {
|
|
13817
13799
|
"aliases": [],
|
|
13818
13800
|
"args": {
|
|
13819
|
-
"
|
|
13820
|
-
"description": "
|
|
13821
|
-
"name": "
|
|
13822
|
-
"required": true
|
|
13823
|
-
},
|
|
13824
|
-
"filterId": {
|
|
13825
|
-
"description": "Filter ID",
|
|
13826
|
-
"name": "filterId",
|
|
13801
|
+
"contactId": {
|
|
13802
|
+
"description": "Contact ID",
|
|
13803
|
+
"name": "contactId",
|
|
13827
13804
|
"required": true
|
|
13828
13805
|
}
|
|
13829
13806
|
},
|
|
13830
|
-
"description": "
|
|
13807
|
+
"description": "Set multiple custom field values for a contact",
|
|
13831
13808
|
"flags": {
|
|
13832
13809
|
"api-key": {
|
|
13833
13810
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13890,11 +13867,32 @@
|
|
|
13890
13867
|
"hasDynamicHelp": false,
|
|
13891
13868
|
"multiple": false,
|
|
13892
13869
|
"type": "option"
|
|
13870
|
+
},
|
|
13871
|
+
"values": {
|
|
13872
|
+
"description": "JSON object with field keys as property names",
|
|
13873
|
+
"name": "values",
|
|
13874
|
+
"hasDynamicHelp": false,
|
|
13875
|
+
"multiple": false,
|
|
13876
|
+
"type": "option"
|
|
13877
|
+
},
|
|
13878
|
+
"file": {
|
|
13879
|
+
"description": "Path to a JSON file with field keys as property names",
|
|
13880
|
+
"name": "file",
|
|
13881
|
+
"hasDynamicHelp": false,
|
|
13882
|
+
"multiple": false,
|
|
13883
|
+
"type": "option"
|
|
13884
|
+
},
|
|
13885
|
+
"data": {
|
|
13886
|
+
"description": "Additional JSON object payload",
|
|
13887
|
+
"name": "data",
|
|
13888
|
+
"hasDynamicHelp": false,
|
|
13889
|
+
"multiple": false,
|
|
13890
|
+
"type": "option"
|
|
13893
13891
|
}
|
|
13894
13892
|
},
|
|
13895
13893
|
"hasDynamicHelp": false,
|
|
13896
13894
|
"hiddenAliases": [],
|
|
13897
|
-
"id": "
|
|
13895
|
+
"id": "contacts:custom-fields:set",
|
|
13898
13896
|
"pluginAlias": "@instantkom/cli",
|
|
13899
13897
|
"pluginName": "@instantkom/cli",
|
|
13900
13898
|
"pluginType": "core",
|
|
@@ -13904,21 +13902,26 @@
|
|
|
13904
13902
|
"relativePath": [
|
|
13905
13903
|
"dist",
|
|
13906
13904
|
"commands",
|
|
13907
|
-
"
|
|
13908
|
-
"
|
|
13909
|
-
"
|
|
13905
|
+
"contacts",
|
|
13906
|
+
"custom-fields",
|
|
13907
|
+
"set.js"
|
|
13910
13908
|
]
|
|
13911
13909
|
},
|
|
13912
|
-
"
|
|
13910
|
+
"contacts:tags:add": {
|
|
13913
13911
|
"aliases": [],
|
|
13914
13912
|
"args": {
|
|
13915
|
-
"
|
|
13916
|
-
"description": "
|
|
13917
|
-
"name": "
|
|
13913
|
+
"contactId": {
|
|
13914
|
+
"description": "Contact ID",
|
|
13915
|
+
"name": "contactId",
|
|
13916
|
+
"required": true
|
|
13917
|
+
},
|
|
13918
|
+
"tagId": {
|
|
13919
|
+
"description": "Tag ID",
|
|
13920
|
+
"name": "tagId",
|
|
13918
13921
|
"required": true
|
|
13919
13922
|
}
|
|
13920
13923
|
},
|
|
13921
|
-
"description": "
|
|
13924
|
+
"description": "Assign a tag to a contact",
|
|
13922
13925
|
"flags": {
|
|
13923
13926
|
"api-key": {
|
|
13924
13927
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13981,45 +13984,11 @@
|
|
|
13981
13984
|
"hasDynamicHelp": false,
|
|
13982
13985
|
"multiple": false,
|
|
13983
13986
|
"type": "option"
|
|
13984
|
-
},
|
|
13985
|
-
"page": {
|
|
13986
|
-
"description": "Page number",
|
|
13987
|
-
"name": "page",
|
|
13988
|
-
"default": 1,
|
|
13989
|
-
"hasDynamicHelp": false,
|
|
13990
|
-
"multiple": false,
|
|
13991
|
-
"type": "option"
|
|
13992
|
-
},
|
|
13993
|
-
"limit": {
|
|
13994
|
-
"description": "Items per page",
|
|
13995
|
-
"name": "limit",
|
|
13996
|
-
"default": 20,
|
|
13997
|
-
"hasDynamicHelp": false,
|
|
13998
|
-
"multiple": false,
|
|
13999
|
-
"type": "option"
|
|
14000
|
-
},
|
|
14001
|
-
"status": {
|
|
14002
|
-
"description": "Status filter: 0 inactive, 1 active",
|
|
14003
|
-
"name": "status",
|
|
14004
|
-
"hasDynamicHelp": false,
|
|
14005
|
-
"multiple": false,
|
|
14006
|
-
"options": [
|
|
14007
|
-
"0",
|
|
14008
|
-
"1"
|
|
14009
|
-
],
|
|
14010
|
-
"type": "option"
|
|
14011
|
-
},
|
|
14012
|
-
"search": {
|
|
14013
|
-
"description": "Search in name or description",
|
|
14014
|
-
"name": "search",
|
|
14015
|
-
"hasDynamicHelp": false,
|
|
14016
|
-
"multiple": false,
|
|
14017
|
-
"type": "option"
|
|
14018
13987
|
}
|
|
14019
13988
|
},
|
|
14020
13989
|
"hasDynamicHelp": false,
|
|
14021
13990
|
"hiddenAliases": [],
|
|
14022
|
-
"id": "
|
|
13991
|
+
"id": "contacts:tags:add",
|
|
14023
13992
|
"pluginAlias": "@instantkom/cli",
|
|
14024
13993
|
"pluginName": "@instantkom/cli",
|
|
14025
13994
|
"pluginType": "core",
|
|
@@ -14029,26 +13998,21 @@
|
|
|
14029
13998
|
"relativePath": [
|
|
14030
13999
|
"dist",
|
|
14031
14000
|
"commands",
|
|
14032
|
-
"
|
|
14033
|
-
"
|
|
14034
|
-
"
|
|
14001
|
+
"contacts",
|
|
14002
|
+
"tags",
|
|
14003
|
+
"add.js"
|
|
14035
14004
|
]
|
|
14036
14005
|
},
|
|
14037
|
-
"
|
|
14006
|
+
"contacts:tags:list": {
|
|
14038
14007
|
"aliases": [],
|
|
14039
14008
|
"args": {
|
|
14040
|
-
"
|
|
14041
|
-
"description": "
|
|
14042
|
-
"name": "
|
|
14043
|
-
"required": true
|
|
14044
|
-
},
|
|
14045
|
-
"filterId": {
|
|
14046
|
-
"description": "Filter ID",
|
|
14047
|
-
"name": "filterId",
|
|
14009
|
+
"contactId": {
|
|
14010
|
+
"description": "Contact ID",
|
|
14011
|
+
"name": "contactId",
|
|
14048
14012
|
"required": true
|
|
14049
14013
|
}
|
|
14050
14014
|
},
|
|
14051
|
-
"description": "
|
|
14015
|
+
"description": "List tags assigned to a contact",
|
|
14052
14016
|
"flags": {
|
|
14053
14017
|
"api-key": {
|
|
14054
14018
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14111,63 +14075,99 @@
|
|
|
14111
14075
|
"hasDynamicHelp": false,
|
|
14112
14076
|
"multiple": false,
|
|
14113
14077
|
"type": "option"
|
|
14078
|
+
}
|
|
14079
|
+
},
|
|
14080
|
+
"hasDynamicHelp": false,
|
|
14081
|
+
"hiddenAliases": [],
|
|
14082
|
+
"id": "contacts:tags:list",
|
|
14083
|
+
"pluginAlias": "@instantkom/cli",
|
|
14084
|
+
"pluginName": "@instantkom/cli",
|
|
14085
|
+
"pluginType": "core",
|
|
14086
|
+
"strict": true,
|
|
14087
|
+
"enableJsonFlag": false,
|
|
14088
|
+
"isESM": true,
|
|
14089
|
+
"relativePath": [
|
|
14090
|
+
"dist",
|
|
14091
|
+
"commands",
|
|
14092
|
+
"contacts",
|
|
14093
|
+
"tags",
|
|
14094
|
+
"list.js"
|
|
14095
|
+
]
|
|
14096
|
+
},
|
|
14097
|
+
"contacts:tags:remove": {
|
|
14098
|
+
"aliases": [],
|
|
14099
|
+
"args": {
|
|
14100
|
+
"contactId": {
|
|
14101
|
+
"description": "Contact ID",
|
|
14102
|
+
"name": "contactId",
|
|
14103
|
+
"required": true
|
|
14114
14104
|
},
|
|
14115
|
-
"
|
|
14116
|
-
"description": "
|
|
14117
|
-
"name": "
|
|
14118
|
-
"
|
|
14119
|
-
|
|
14120
|
-
|
|
14121
|
-
|
|
14122
|
-
|
|
14123
|
-
|
|
14124
|
-
"
|
|
14125
|
-
"
|
|
14126
|
-
"
|
|
14127
|
-
"
|
|
14128
|
-
},
|
|
14129
|
-
"filter-object": {
|
|
14130
|
-
"description": "Filter object type",
|
|
14131
|
-
"name": "filter-object",
|
|
14105
|
+
"tagId": {
|
|
14106
|
+
"description": "Tag ID",
|
|
14107
|
+
"name": "tagId",
|
|
14108
|
+
"required": true
|
|
14109
|
+
}
|
|
14110
|
+
},
|
|
14111
|
+
"description": "Remove a tag from a contact",
|
|
14112
|
+
"flags": {
|
|
14113
|
+
"api-key": {
|
|
14114
|
+
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
14115
|
+
"env": "IKM_API_KEY",
|
|
14116
|
+
"helpGroup": "GLOBAL",
|
|
14117
|
+
"name": "api-key",
|
|
14132
14118
|
"hasDynamicHelp": false,
|
|
14133
14119
|
"multiple": false,
|
|
14134
14120
|
"type": "option"
|
|
14135
14121
|
},
|
|
14136
|
-
"
|
|
14137
|
-
"description": "
|
|
14138
|
-
"
|
|
14122
|
+
"format": {
|
|
14123
|
+
"description": "Output format: text, json, yaml, or table",
|
|
14124
|
+
"helpGroup": "GLOBAL",
|
|
14125
|
+
"name": "format",
|
|
14126
|
+
"default": "text",
|
|
14139
14127
|
"hasDynamicHelp": false,
|
|
14140
14128
|
"multiple": false,
|
|
14129
|
+
"options": [
|
|
14130
|
+
"text",
|
|
14131
|
+
"json",
|
|
14132
|
+
"yaml",
|
|
14133
|
+
"table"
|
|
14134
|
+
],
|
|
14141
14135
|
"type": "option"
|
|
14142
14136
|
},
|
|
14143
|
-
"
|
|
14144
|
-
"description": "
|
|
14145
|
-
"
|
|
14146
|
-
"
|
|
14147
|
-
"
|
|
14148
|
-
"type": "
|
|
14137
|
+
"json": {
|
|
14138
|
+
"description": "Output in JSON format (alias for --format=json)",
|
|
14139
|
+
"helpGroup": "GLOBAL",
|
|
14140
|
+
"name": "json",
|
|
14141
|
+
"allowNo": false,
|
|
14142
|
+
"type": "boolean"
|
|
14149
14143
|
},
|
|
14150
|
-
"
|
|
14151
|
-
"description": "
|
|
14152
|
-
"
|
|
14153
|
-
"
|
|
14154
|
-
"
|
|
14155
|
-
"type": "
|
|
14144
|
+
"quiet": {
|
|
14145
|
+
"description": "Suppress all output except errors",
|
|
14146
|
+
"helpGroup": "GLOBAL",
|
|
14147
|
+
"name": "quiet",
|
|
14148
|
+
"allowNo": false,
|
|
14149
|
+
"type": "boolean"
|
|
14156
14150
|
},
|
|
14157
|
-
"
|
|
14158
|
-
"description": "
|
|
14159
|
-
"
|
|
14151
|
+
"no-color": {
|
|
14152
|
+
"description": "Disable color output",
|
|
14153
|
+
"helpGroup": "GLOBAL",
|
|
14154
|
+
"name": "no-color",
|
|
14155
|
+
"allowNo": false,
|
|
14156
|
+
"type": "boolean"
|
|
14157
|
+
},
|
|
14158
|
+
"profile": {
|
|
14159
|
+
"description": "Named configuration profile to use",
|
|
14160
|
+
"helpGroup": "GLOBAL",
|
|
14161
|
+
"name": "profile",
|
|
14162
|
+
"default": "default",
|
|
14160
14163
|
"hasDynamicHelp": false,
|
|
14161
14164
|
"multiple": false,
|
|
14162
|
-
"options": [
|
|
14163
|
-
"0",
|
|
14164
|
-
"1"
|
|
14165
|
-
],
|
|
14166
14165
|
"type": "option"
|
|
14167
14166
|
},
|
|
14168
|
-
"
|
|
14169
|
-
"description": "
|
|
14170
|
-
"
|
|
14167
|
+
"api-url": {
|
|
14168
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
14169
|
+
"helpGroup": "GLOBAL",
|
|
14170
|
+
"name": "api-url",
|
|
14171
14171
|
"hasDynamicHelp": false,
|
|
14172
14172
|
"multiple": false,
|
|
14173
14173
|
"type": "option"
|
|
@@ -14175,7 +14175,7 @@
|
|
|
14175
14175
|
},
|
|
14176
14176
|
"hasDynamicHelp": false,
|
|
14177
14177
|
"hiddenAliases": [],
|
|
14178
|
-
"id": "
|
|
14178
|
+
"id": "contacts:tags:remove",
|
|
14179
14179
|
"pluginAlias": "@instantkom/cli",
|
|
14180
14180
|
"pluginName": "@instantkom/cli",
|
|
14181
14181
|
"pluginType": "core",
|
|
@@ -14185,12 +14185,12 @@
|
|
|
14185
14185
|
"relativePath": [
|
|
14186
14186
|
"dist",
|
|
14187
14187
|
"commands",
|
|
14188
|
-
"
|
|
14189
|
-
"
|
|
14190
|
-
"
|
|
14188
|
+
"contacts",
|
|
14189
|
+
"tags",
|
|
14190
|
+
"remove.js"
|
|
14191
14191
|
]
|
|
14192
14192
|
},
|
|
14193
|
-
"flow:
|
|
14193
|
+
"flow:edges:create": {
|
|
14194
14194
|
"aliases": [],
|
|
14195
14195
|
"args": {
|
|
14196
14196
|
"flowId": {
|
|
@@ -14199,7 +14199,7 @@
|
|
|
14199
14199
|
"required": true
|
|
14200
14200
|
}
|
|
14201
14201
|
},
|
|
14202
|
-
"description": "Create a flow
|
|
14202
|
+
"description": "Create a flow edge",
|
|
14203
14203
|
"flags": {
|
|
14204
14204
|
"api-key": {
|
|
14205
14205
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14263,33 +14263,33 @@
|
|
|
14263
14263
|
"multiple": false,
|
|
14264
14264
|
"type": "option"
|
|
14265
14265
|
},
|
|
14266
|
-
"
|
|
14267
|
-
"description": "
|
|
14268
|
-
"name": "
|
|
14266
|
+
"source": {
|
|
14267
|
+
"description": "Source node ID",
|
|
14268
|
+
"name": "source",
|
|
14269
|
+
"required": true,
|
|
14269
14270
|
"hasDynamicHelp": false,
|
|
14270
14271
|
"multiple": false,
|
|
14271
14272
|
"type": "option"
|
|
14272
14273
|
},
|
|
14273
|
-
"
|
|
14274
|
-
"description": "
|
|
14275
|
-
"name": "
|
|
14274
|
+
"target": {
|
|
14275
|
+
"description": "Target node ID",
|
|
14276
|
+
"name": "target",
|
|
14276
14277
|
"required": true,
|
|
14277
14278
|
"hasDynamicHelp": false,
|
|
14278
14279
|
"multiple": false,
|
|
14279
14280
|
"type": "option"
|
|
14280
14281
|
},
|
|
14281
|
-
"
|
|
14282
|
-
"description": "
|
|
14283
|
-
"name": "
|
|
14284
|
-
"required": true,
|
|
14282
|
+
"label": {
|
|
14283
|
+
"description": "Edge label",
|
|
14284
|
+
"name": "label",
|
|
14285
14285
|
"hasDynamicHelp": false,
|
|
14286
14286
|
"multiple": false,
|
|
14287
14287
|
"type": "option"
|
|
14288
14288
|
},
|
|
14289
|
-
"
|
|
14290
|
-
"description": "
|
|
14291
|
-
"name": "
|
|
14292
|
-
"
|
|
14289
|
+
"type": {
|
|
14290
|
+
"description": "Edge type",
|
|
14291
|
+
"name": "type",
|
|
14292
|
+
"default": "default",
|
|
14293
14293
|
"hasDynamicHelp": false,
|
|
14294
14294
|
"multiple": false,
|
|
14295
14295
|
"type": "option"
|
|
@@ -14304,7 +14304,7 @@
|
|
|
14304
14304
|
},
|
|
14305
14305
|
"hasDynamicHelp": false,
|
|
14306
14306
|
"hiddenAliases": [],
|
|
14307
|
-
"id": "flow:
|
|
14307
|
+
"id": "flow:edges:create",
|
|
14308
14308
|
"pluginAlias": "@instantkom/cli",
|
|
14309
14309
|
"pluginName": "@instantkom/cli",
|
|
14310
14310
|
"pluginType": "core",
|
|
@@ -14315,11 +14315,11 @@
|
|
|
14315
14315
|
"dist",
|
|
14316
14316
|
"commands",
|
|
14317
14317
|
"flow",
|
|
14318
|
-
"
|
|
14318
|
+
"edges",
|
|
14319
14319
|
"create.js"
|
|
14320
14320
|
]
|
|
14321
14321
|
},
|
|
14322
|
-
"flow:
|
|
14322
|
+
"flow:edges:delete": {
|
|
14323
14323
|
"aliases": [],
|
|
14324
14324
|
"args": {
|
|
14325
14325
|
"flowId": {
|
|
@@ -14327,13 +14327,13 @@
|
|
|
14327
14327
|
"name": "flowId",
|
|
14328
14328
|
"required": true
|
|
14329
14329
|
},
|
|
14330
|
-
"
|
|
14331
|
-
"description": "
|
|
14332
|
-
"name": "
|
|
14330
|
+
"edgeId": {
|
|
14331
|
+
"description": "Edge ID",
|
|
14332
|
+
"name": "edgeId",
|
|
14333
14333
|
"required": true
|
|
14334
14334
|
}
|
|
14335
14335
|
},
|
|
14336
|
-
"description": "Delete a flow
|
|
14336
|
+
"description": "Delete a flow edge",
|
|
14337
14337
|
"flags": {
|
|
14338
14338
|
"api-key": {
|
|
14339
14339
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14400,7 +14400,7 @@
|
|
|
14400
14400
|
},
|
|
14401
14401
|
"hasDynamicHelp": false,
|
|
14402
14402
|
"hiddenAliases": [],
|
|
14403
|
-
"id": "flow:
|
|
14403
|
+
"id": "flow:edges:delete",
|
|
14404
14404
|
"pluginAlias": "@instantkom/cli",
|
|
14405
14405
|
"pluginName": "@instantkom/cli",
|
|
14406
14406
|
"pluginType": "core",
|
|
@@ -14411,11 +14411,11 @@
|
|
|
14411
14411
|
"dist",
|
|
14412
14412
|
"commands",
|
|
14413
14413
|
"flow",
|
|
14414
|
-
"
|
|
14414
|
+
"edges",
|
|
14415
14415
|
"delete.js"
|
|
14416
14416
|
]
|
|
14417
14417
|
},
|
|
14418
|
-
"flow:
|
|
14418
|
+
"flow:edges:get": {
|
|
14419
14419
|
"aliases": [],
|
|
14420
14420
|
"args": {
|
|
14421
14421
|
"flowId": {
|
|
@@ -14423,13 +14423,13 @@
|
|
|
14423
14423
|
"name": "flowId",
|
|
14424
14424
|
"required": true
|
|
14425
14425
|
},
|
|
14426
|
-
"
|
|
14427
|
-
"description": "
|
|
14428
|
-
"name": "
|
|
14426
|
+
"edgeId": {
|
|
14427
|
+
"description": "Edge ID",
|
|
14428
|
+
"name": "edgeId",
|
|
14429
14429
|
"required": true
|
|
14430
14430
|
}
|
|
14431
14431
|
},
|
|
14432
|
-
"description": "Get a flow
|
|
14432
|
+
"description": "Get a flow edge",
|
|
14433
14433
|
"flags": {
|
|
14434
14434
|
"api-key": {
|
|
14435
14435
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14496,7 +14496,7 @@
|
|
|
14496
14496
|
},
|
|
14497
14497
|
"hasDynamicHelp": false,
|
|
14498
14498
|
"hiddenAliases": [],
|
|
14499
|
-
"id": "flow:
|
|
14499
|
+
"id": "flow:edges:get",
|
|
14500
14500
|
"pluginAlias": "@instantkom/cli",
|
|
14501
14501
|
"pluginName": "@instantkom/cli",
|
|
14502
14502
|
"pluginType": "core",
|
|
@@ -14507,11 +14507,11 @@
|
|
|
14507
14507
|
"dist",
|
|
14508
14508
|
"commands",
|
|
14509
14509
|
"flow",
|
|
14510
|
-
"
|
|
14510
|
+
"edges",
|
|
14511
14511
|
"get.js"
|
|
14512
14512
|
]
|
|
14513
14513
|
},
|
|
14514
|
-
"flow:
|
|
14514
|
+
"flow:edges:list": {
|
|
14515
14515
|
"aliases": [],
|
|
14516
14516
|
"args": {
|
|
14517
14517
|
"flowId": {
|
|
@@ -14520,7 +14520,7 @@
|
|
|
14520
14520
|
"required": true
|
|
14521
14521
|
}
|
|
14522
14522
|
},
|
|
14523
|
-
"description": "List
|
|
14523
|
+
"description": "List edges in a flow",
|
|
14524
14524
|
"flags": {
|
|
14525
14525
|
"api-key": {
|
|
14526
14526
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14587,7 +14587,7 @@
|
|
|
14587
14587
|
},
|
|
14588
14588
|
"hasDynamicHelp": false,
|
|
14589
14589
|
"hiddenAliases": [],
|
|
14590
|
-
"id": "flow:
|
|
14590
|
+
"id": "flow:edges:list",
|
|
14591
14591
|
"pluginAlias": "@instantkom/cli",
|
|
14592
14592
|
"pluginName": "@instantkom/cli",
|
|
14593
14593
|
"pluginType": "core",
|
|
@@ -14598,11 +14598,11 @@
|
|
|
14598
14598
|
"dist",
|
|
14599
14599
|
"commands",
|
|
14600
14600
|
"flow",
|
|
14601
|
-
"
|
|
14601
|
+
"edges",
|
|
14602
14602
|
"list.js"
|
|
14603
14603
|
]
|
|
14604
14604
|
},
|
|
14605
|
-
"flow:
|
|
14605
|
+
"flow:edges:update": {
|
|
14606
14606
|
"aliases": [],
|
|
14607
14607
|
"args": {
|
|
14608
14608
|
"flowId": {
|
|
@@ -14610,13 +14610,13 @@
|
|
|
14610
14610
|
"name": "flowId",
|
|
14611
14611
|
"required": true
|
|
14612
14612
|
},
|
|
14613
|
-
"
|
|
14614
|
-
"description": "
|
|
14615
|
-
"name": "
|
|
14613
|
+
"edgeId": {
|
|
14614
|
+
"description": "Edge ID",
|
|
14615
|
+
"name": "edgeId",
|
|
14616
14616
|
"required": true
|
|
14617
14617
|
}
|
|
14618
14618
|
},
|
|
14619
|
-
"description": "Update a flow
|
|
14619
|
+
"description": "Update a flow edge",
|
|
14620
14620
|
"flags": {
|
|
14621
14621
|
"api-key": {
|
|
14622
14622
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14680,30 +14680,30 @@
|
|
|
14680
14680
|
"multiple": false,
|
|
14681
14681
|
"type": "option"
|
|
14682
14682
|
},
|
|
14683
|
-
"
|
|
14684
|
-
"description": "
|
|
14685
|
-
"name": "
|
|
14683
|
+
"source": {
|
|
14684
|
+
"description": "Source node ID",
|
|
14685
|
+
"name": "source",
|
|
14686
14686
|
"hasDynamicHelp": false,
|
|
14687
14687
|
"multiple": false,
|
|
14688
14688
|
"type": "option"
|
|
14689
14689
|
},
|
|
14690
|
-
"
|
|
14691
|
-
"description": "
|
|
14692
|
-
"name": "
|
|
14690
|
+
"target": {
|
|
14691
|
+
"description": "Target node ID",
|
|
14692
|
+
"name": "target",
|
|
14693
14693
|
"hasDynamicHelp": false,
|
|
14694
14694
|
"multiple": false,
|
|
14695
14695
|
"type": "option"
|
|
14696
14696
|
},
|
|
14697
|
-
"
|
|
14698
|
-
"description": "
|
|
14699
|
-
"name": "
|
|
14697
|
+
"label": {
|
|
14698
|
+
"description": "Edge label",
|
|
14699
|
+
"name": "label",
|
|
14700
14700
|
"hasDynamicHelp": false,
|
|
14701
14701
|
"multiple": false,
|
|
14702
14702
|
"type": "option"
|
|
14703
14703
|
},
|
|
14704
|
-
"
|
|
14705
|
-
"description": "
|
|
14706
|
-
"name": "
|
|
14704
|
+
"type": {
|
|
14705
|
+
"description": "Edge type",
|
|
14706
|
+
"name": "type",
|
|
14707
14707
|
"hasDynamicHelp": false,
|
|
14708
14708
|
"multiple": false,
|
|
14709
14709
|
"type": "option"
|
|
@@ -14718,7 +14718,7 @@
|
|
|
14718
14718
|
},
|
|
14719
14719
|
"hasDynamicHelp": false,
|
|
14720
14720
|
"hiddenAliases": [],
|
|
14721
|
-
"id": "flow:
|
|
14721
|
+
"id": "flow:edges:update",
|
|
14722
14722
|
"pluginAlias": "@instantkom/cli",
|
|
14723
14723
|
"pluginName": "@instantkom/cli",
|
|
14724
14724
|
"pluginType": "core",
|
|
@@ -14729,11 +14729,11 @@
|
|
|
14729
14729
|
"dist",
|
|
14730
14730
|
"commands",
|
|
14731
14731
|
"flow",
|
|
14732
|
-
"
|
|
14732
|
+
"edges",
|
|
14733
14733
|
"update.js"
|
|
14734
14734
|
]
|
|
14735
14735
|
},
|
|
14736
|
-
"flow:
|
|
14736
|
+
"flow:nodes:create": {
|
|
14737
14737
|
"aliases": [],
|
|
14738
14738
|
"args": {
|
|
14739
14739
|
"flowId": {
|
|
@@ -14742,7 +14742,7 @@
|
|
|
14742
14742
|
"required": true
|
|
14743
14743
|
}
|
|
14744
14744
|
},
|
|
14745
|
-
"description": "Create a flow
|
|
14745
|
+
"description": "Create a flow node",
|
|
14746
14746
|
"flags": {
|
|
14747
14747
|
"api-key": {
|
|
14748
14748
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14806,33 +14806,33 @@
|
|
|
14806
14806
|
"multiple": false,
|
|
14807
14807
|
"type": "option"
|
|
14808
14808
|
},
|
|
14809
|
-
"
|
|
14810
|
-
"description": "
|
|
14811
|
-
"name": "
|
|
14812
|
-
"required": true,
|
|
14809
|
+
"bot": {
|
|
14810
|
+
"description": "Bot ID",
|
|
14811
|
+
"name": "bot",
|
|
14813
14812
|
"hasDynamicHelp": false,
|
|
14814
14813
|
"multiple": false,
|
|
14815
14814
|
"type": "option"
|
|
14816
14815
|
},
|
|
14817
|
-
"
|
|
14818
|
-
"description": "
|
|
14819
|
-
"name": "
|
|
14816
|
+
"type": {
|
|
14817
|
+
"description": "Node type",
|
|
14818
|
+
"name": "type",
|
|
14820
14819
|
"required": true,
|
|
14821
14820
|
"hasDynamicHelp": false,
|
|
14822
14821
|
"multiple": false,
|
|
14823
14822
|
"type": "option"
|
|
14824
14823
|
},
|
|
14825
|
-
"
|
|
14826
|
-
"description": "
|
|
14827
|
-
"name": "
|
|
14824
|
+
"x": {
|
|
14825
|
+
"description": "X position",
|
|
14826
|
+
"name": "x",
|
|
14827
|
+
"required": true,
|
|
14828
14828
|
"hasDynamicHelp": false,
|
|
14829
14829
|
"multiple": false,
|
|
14830
14830
|
"type": "option"
|
|
14831
14831
|
},
|
|
14832
|
-
"
|
|
14833
|
-
"description": "
|
|
14834
|
-
"name": "
|
|
14835
|
-
"
|
|
14832
|
+
"y": {
|
|
14833
|
+
"description": "Y position",
|
|
14834
|
+
"name": "y",
|
|
14835
|
+
"required": true,
|
|
14836
14836
|
"hasDynamicHelp": false,
|
|
14837
14837
|
"multiple": false,
|
|
14838
14838
|
"type": "option"
|
|
@@ -14847,7 +14847,7 @@
|
|
|
14847
14847
|
},
|
|
14848
14848
|
"hasDynamicHelp": false,
|
|
14849
14849
|
"hiddenAliases": [],
|
|
14850
|
-
"id": "flow:
|
|
14850
|
+
"id": "flow:nodes:create",
|
|
14851
14851
|
"pluginAlias": "@instantkom/cli",
|
|
14852
14852
|
"pluginName": "@instantkom/cli",
|
|
14853
14853
|
"pluginType": "core",
|
|
@@ -14858,11 +14858,11 @@
|
|
|
14858
14858
|
"dist",
|
|
14859
14859
|
"commands",
|
|
14860
14860
|
"flow",
|
|
14861
|
-
"
|
|
14861
|
+
"nodes",
|
|
14862
14862
|
"create.js"
|
|
14863
14863
|
]
|
|
14864
14864
|
},
|
|
14865
|
-
"flow:
|
|
14865
|
+
"flow:nodes:delete": {
|
|
14866
14866
|
"aliases": [],
|
|
14867
14867
|
"args": {
|
|
14868
14868
|
"flowId": {
|
|
@@ -14870,13 +14870,13 @@
|
|
|
14870
14870
|
"name": "flowId",
|
|
14871
14871
|
"required": true
|
|
14872
14872
|
},
|
|
14873
|
-
"
|
|
14874
|
-
"description": "
|
|
14875
|
-
"name": "
|
|
14873
|
+
"nodeId": {
|
|
14874
|
+
"description": "Node ID",
|
|
14875
|
+
"name": "nodeId",
|
|
14876
14876
|
"required": true
|
|
14877
14877
|
}
|
|
14878
14878
|
},
|
|
14879
|
-
"description": "Delete a flow
|
|
14879
|
+
"description": "Delete a flow node",
|
|
14880
14880
|
"flags": {
|
|
14881
14881
|
"api-key": {
|
|
14882
14882
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14943,7 +14943,7 @@
|
|
|
14943
14943
|
},
|
|
14944
14944
|
"hasDynamicHelp": false,
|
|
14945
14945
|
"hiddenAliases": [],
|
|
14946
|
-
"id": "flow:
|
|
14946
|
+
"id": "flow:nodes:delete",
|
|
14947
14947
|
"pluginAlias": "@instantkom/cli",
|
|
14948
14948
|
"pluginName": "@instantkom/cli",
|
|
14949
14949
|
"pluginType": "core",
|
|
@@ -14954,11 +14954,11 @@
|
|
|
14954
14954
|
"dist",
|
|
14955
14955
|
"commands",
|
|
14956
14956
|
"flow",
|
|
14957
|
-
"
|
|
14957
|
+
"nodes",
|
|
14958
14958
|
"delete.js"
|
|
14959
14959
|
]
|
|
14960
14960
|
},
|
|
14961
|
-
"flow:
|
|
14961
|
+
"flow:nodes:get": {
|
|
14962
14962
|
"aliases": [],
|
|
14963
14963
|
"args": {
|
|
14964
14964
|
"flowId": {
|
|
@@ -14966,13 +14966,13 @@
|
|
|
14966
14966
|
"name": "flowId",
|
|
14967
14967
|
"required": true
|
|
14968
14968
|
},
|
|
14969
|
-
"
|
|
14970
|
-
"description": "
|
|
14971
|
-
"name": "
|
|
14969
|
+
"nodeId": {
|
|
14970
|
+
"description": "Node ID",
|
|
14971
|
+
"name": "nodeId",
|
|
14972
14972
|
"required": true
|
|
14973
14973
|
}
|
|
14974
14974
|
},
|
|
14975
|
-
"description": "Get a flow
|
|
14975
|
+
"description": "Get a flow node",
|
|
14976
14976
|
"flags": {
|
|
14977
14977
|
"api-key": {
|
|
14978
14978
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15039,7 +15039,7 @@
|
|
|
15039
15039
|
},
|
|
15040
15040
|
"hasDynamicHelp": false,
|
|
15041
15041
|
"hiddenAliases": [],
|
|
15042
|
-
"id": "flow:
|
|
15042
|
+
"id": "flow:nodes:get",
|
|
15043
15043
|
"pluginAlias": "@instantkom/cli",
|
|
15044
15044
|
"pluginName": "@instantkom/cli",
|
|
15045
15045
|
"pluginType": "core",
|
|
@@ -15050,11 +15050,11 @@
|
|
|
15050
15050
|
"dist",
|
|
15051
15051
|
"commands",
|
|
15052
15052
|
"flow",
|
|
15053
|
-
"
|
|
15053
|
+
"nodes",
|
|
15054
15054
|
"get.js"
|
|
15055
15055
|
]
|
|
15056
15056
|
},
|
|
15057
|
-
"flow:
|
|
15057
|
+
"flow:nodes:list": {
|
|
15058
15058
|
"aliases": [],
|
|
15059
15059
|
"args": {
|
|
15060
15060
|
"flowId": {
|
|
@@ -15063,7 +15063,7 @@
|
|
|
15063
15063
|
"required": true
|
|
15064
15064
|
}
|
|
15065
15065
|
},
|
|
15066
|
-
"description": "List
|
|
15066
|
+
"description": "List nodes in a flow",
|
|
15067
15067
|
"flags": {
|
|
15068
15068
|
"api-key": {
|
|
15069
15069
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15130,7 +15130,7 @@
|
|
|
15130
15130
|
},
|
|
15131
15131
|
"hasDynamicHelp": false,
|
|
15132
15132
|
"hiddenAliases": [],
|
|
15133
|
-
"id": "flow:
|
|
15133
|
+
"id": "flow:nodes:list",
|
|
15134
15134
|
"pluginAlias": "@instantkom/cli",
|
|
15135
15135
|
"pluginName": "@instantkom/cli",
|
|
15136
15136
|
"pluginType": "core",
|
|
@@ -15141,11 +15141,11 @@
|
|
|
15141
15141
|
"dist",
|
|
15142
15142
|
"commands",
|
|
15143
15143
|
"flow",
|
|
15144
|
-
"
|
|
15144
|
+
"nodes",
|
|
15145
15145
|
"list.js"
|
|
15146
15146
|
]
|
|
15147
15147
|
},
|
|
15148
|
-
"flow:
|
|
15148
|
+
"flow:nodes:update": {
|
|
15149
15149
|
"aliases": [],
|
|
15150
15150
|
"args": {
|
|
15151
15151
|
"flowId": {
|
|
@@ -15153,13 +15153,13 @@
|
|
|
15153
15153
|
"name": "flowId",
|
|
15154
15154
|
"required": true
|
|
15155
15155
|
},
|
|
15156
|
-
"
|
|
15157
|
-
"description": "
|
|
15158
|
-
"name": "
|
|
15156
|
+
"nodeId": {
|
|
15157
|
+
"description": "Node ID",
|
|
15158
|
+
"name": "nodeId",
|
|
15159
15159
|
"required": true
|
|
15160
15160
|
}
|
|
15161
15161
|
},
|
|
15162
|
-
"description": "Update a flow
|
|
15162
|
+
"description": "Update a flow node",
|
|
15163
15163
|
"flags": {
|
|
15164
15164
|
"api-key": {
|
|
15165
15165
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15223,30 +15223,30 @@
|
|
|
15223
15223
|
"multiple": false,
|
|
15224
15224
|
"type": "option"
|
|
15225
15225
|
},
|
|
15226
|
-
"
|
|
15227
|
-
"description": "
|
|
15228
|
-
"name": "
|
|
15226
|
+
"bot": {
|
|
15227
|
+
"description": "Bot ID",
|
|
15228
|
+
"name": "bot",
|
|
15229
15229
|
"hasDynamicHelp": false,
|
|
15230
15230
|
"multiple": false,
|
|
15231
15231
|
"type": "option"
|
|
15232
15232
|
},
|
|
15233
|
-
"
|
|
15234
|
-
"description": "
|
|
15235
|
-
"name": "
|
|
15233
|
+
"type": {
|
|
15234
|
+
"description": "Node type",
|
|
15235
|
+
"name": "type",
|
|
15236
15236
|
"hasDynamicHelp": false,
|
|
15237
15237
|
"multiple": false,
|
|
15238
15238
|
"type": "option"
|
|
15239
15239
|
},
|
|
15240
|
-
"
|
|
15241
|
-
"description": "
|
|
15242
|
-
"name": "
|
|
15240
|
+
"x": {
|
|
15241
|
+
"description": "X position",
|
|
15242
|
+
"name": "x",
|
|
15243
15243
|
"hasDynamicHelp": false,
|
|
15244
15244
|
"multiple": false,
|
|
15245
15245
|
"type": "option"
|
|
15246
15246
|
},
|
|
15247
|
-
"
|
|
15248
|
-
"description": "
|
|
15249
|
-
"name": "
|
|
15247
|
+
"y": {
|
|
15248
|
+
"description": "Y position",
|
|
15249
|
+
"name": "y",
|
|
15250
15250
|
"hasDynamicHelp": false,
|
|
15251
15251
|
"multiple": false,
|
|
15252
15252
|
"type": "option"
|
|
@@ -15261,7 +15261,7 @@
|
|
|
15261
15261
|
},
|
|
15262
15262
|
"hasDynamicHelp": false,
|
|
15263
15263
|
"hiddenAliases": [],
|
|
15264
|
-
"id": "flow:
|
|
15264
|
+
"id": "flow:nodes:update",
|
|
15265
15265
|
"pluginAlias": "@instantkom/cli",
|
|
15266
15266
|
"pluginName": "@instantkom/cli",
|
|
15267
15267
|
"pluginType": "core",
|
|
@@ -15272,7 +15272,7 @@
|
|
|
15272
15272
|
"dist",
|
|
15273
15273
|
"commands",
|
|
15274
15274
|
"flow",
|
|
15275
|
-
"
|
|
15275
|
+
"nodes",
|
|
15276
15276
|
"update.js"
|
|
15277
15277
|
]
|
|
15278
15278
|
},
|
|
@@ -16352,5 +16352,5 @@
|
|
|
16352
16352
|
]
|
|
16353
16353
|
}
|
|
16354
16354
|
},
|
|
16355
|
-
"version": "3.
|
|
16355
|
+
"version": "3.146.1"
|
|
16356
16356
|
}
|