@instantkom/cli 3.150.0 → 3.151.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/npm-shrinkwrap.json +2 -2
- package/oclif.manifest.json +1596 -1596
- package/package.json +2 -2
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
|
"bots:create": {
|
|
@@ -2896,16 +2896,10 @@
|
|
|
2896
2896
|
"reply.js"
|
|
2897
2897
|
]
|
|
2898
2898
|
},
|
|
2899
|
-
"
|
|
2899
|
+
"broadcast:create": {
|
|
2900
2900
|
"aliases": [],
|
|
2901
|
-
"args": {
|
|
2902
|
-
|
|
2903
|
-
"description": "Configuration key to retrieve",
|
|
2904
|
-
"name": "key",
|
|
2905
|
-
"required": true
|
|
2906
|
-
}
|
|
2907
|
-
},
|
|
2908
|
-
"description": "Get a configuration value for the current profile",
|
|
2901
|
+
"args": {},
|
|
2902
|
+
"description": "Create a broadcast for channels or segments",
|
|
2909
2903
|
"flags": {
|
|
2910
2904
|
"api-key": {
|
|
2911
2905
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2968,286 +2962,17 @@
|
|
|
2968
2962
|
"hasDynamicHelp": false,
|
|
2969
2963
|
"multiple": false,
|
|
2970
2964
|
"type": "option"
|
|
2971
|
-
}
|
|
2972
|
-
},
|
|
2973
|
-
"hasDynamicHelp": false,
|
|
2974
|
-
"hiddenAliases": [],
|
|
2975
|
-
"id": "config:get",
|
|
2976
|
-
"pluginAlias": "@instantkom/cli",
|
|
2977
|
-
"pluginName": "@instantkom/cli",
|
|
2978
|
-
"pluginType": "core",
|
|
2979
|
-
"strict": true,
|
|
2980
|
-
"enableJsonFlag": false,
|
|
2981
|
-
"isESM": true,
|
|
2982
|
-
"relativePath": [
|
|
2983
|
-
"dist",
|
|
2984
|
-
"commands",
|
|
2985
|
-
"config",
|
|
2986
|
-
"get.js"
|
|
2987
|
-
]
|
|
2988
|
-
},
|
|
2989
|
-
"config:set": {
|
|
2990
|
-
"aliases": [],
|
|
2991
|
-
"args": {
|
|
2992
|
-
"key": {
|
|
2993
|
-
"description": "Configuration key to set",
|
|
2994
|
-
"name": "key",
|
|
2995
|
-
"required": true
|
|
2996
2965
|
},
|
|
2997
|
-
"
|
|
2998
|
-
"description": "
|
|
2999
|
-
"name": "
|
|
3000
|
-
"required": true
|
|
3001
|
-
}
|
|
3002
|
-
},
|
|
3003
|
-
"description": "Set a configuration value for the current profile",
|
|
3004
|
-
"flags": {
|
|
3005
|
-
"api-key": {
|
|
3006
|
-
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
3007
|
-
"env": "IKM_API_KEY",
|
|
3008
|
-
"helpGroup": "GLOBAL",
|
|
3009
|
-
"name": "api-key",
|
|
2966
|
+
"channel": {
|
|
2967
|
+
"description": "Channel ID target",
|
|
2968
|
+
"name": "channel",
|
|
3010
2969
|
"hasDynamicHelp": false,
|
|
3011
2970
|
"multiple": false,
|
|
3012
2971
|
"type": "option"
|
|
3013
2972
|
},
|
|
3014
|
-
"
|
|
3015
|
-
"description": "
|
|
3016
|
-
"
|
|
3017
|
-
"name": "format",
|
|
3018
|
-
"default": "text",
|
|
3019
|
-
"hasDynamicHelp": false,
|
|
3020
|
-
"multiple": false,
|
|
3021
|
-
"options": [
|
|
3022
|
-
"text",
|
|
3023
|
-
"json",
|
|
3024
|
-
"yaml",
|
|
3025
|
-
"table"
|
|
3026
|
-
],
|
|
3027
|
-
"type": "option"
|
|
3028
|
-
},
|
|
3029
|
-
"json": {
|
|
3030
|
-
"description": "Output in JSON format (alias for --format=json)",
|
|
3031
|
-
"helpGroup": "GLOBAL",
|
|
3032
|
-
"name": "json",
|
|
3033
|
-
"allowNo": false,
|
|
3034
|
-
"type": "boolean"
|
|
3035
|
-
},
|
|
3036
|
-
"quiet": {
|
|
3037
|
-
"description": "Suppress all output except errors",
|
|
3038
|
-
"helpGroup": "GLOBAL",
|
|
3039
|
-
"name": "quiet",
|
|
3040
|
-
"allowNo": false,
|
|
3041
|
-
"type": "boolean"
|
|
3042
|
-
},
|
|
3043
|
-
"no-color": {
|
|
3044
|
-
"description": "Disable color output",
|
|
3045
|
-
"helpGroup": "GLOBAL",
|
|
3046
|
-
"name": "no-color",
|
|
3047
|
-
"allowNo": false,
|
|
3048
|
-
"type": "boolean"
|
|
3049
|
-
},
|
|
3050
|
-
"profile": {
|
|
3051
|
-
"description": "Named configuration profile to use",
|
|
3052
|
-
"helpGroup": "GLOBAL",
|
|
3053
|
-
"name": "profile",
|
|
3054
|
-
"default": "default",
|
|
3055
|
-
"hasDynamicHelp": false,
|
|
3056
|
-
"multiple": false,
|
|
3057
|
-
"type": "option"
|
|
3058
|
-
},
|
|
3059
|
-
"api-url": {
|
|
3060
|
-
"description": "Override the API base URL (e.g. for staging)",
|
|
3061
|
-
"helpGroup": "GLOBAL",
|
|
3062
|
-
"name": "api-url",
|
|
3063
|
-
"hasDynamicHelp": false,
|
|
3064
|
-
"multiple": false,
|
|
3065
|
-
"type": "option"
|
|
3066
|
-
}
|
|
3067
|
-
},
|
|
3068
|
-
"hasDynamicHelp": false,
|
|
3069
|
-
"hiddenAliases": [],
|
|
3070
|
-
"id": "config:set",
|
|
3071
|
-
"pluginAlias": "@instantkom/cli",
|
|
3072
|
-
"pluginName": "@instantkom/cli",
|
|
3073
|
-
"pluginType": "core",
|
|
3074
|
-
"strict": true,
|
|
3075
|
-
"enableJsonFlag": false,
|
|
3076
|
-
"isESM": true,
|
|
3077
|
-
"relativePath": [
|
|
3078
|
-
"dist",
|
|
3079
|
-
"commands",
|
|
3080
|
-
"config",
|
|
3081
|
-
"set.js"
|
|
3082
|
-
]
|
|
3083
|
-
},
|
|
3084
|
-
"config:unset": {
|
|
3085
|
-
"aliases": [],
|
|
3086
|
-
"args": {
|
|
3087
|
-
"key": {
|
|
3088
|
-
"description": "Configuration key to remove",
|
|
3089
|
-
"name": "key",
|
|
3090
|
-
"required": true
|
|
3091
|
-
}
|
|
3092
|
-
},
|
|
3093
|
-
"description": "Remove a configuration key from the current profile",
|
|
3094
|
-
"flags": {
|
|
3095
|
-
"api-key": {
|
|
3096
|
-
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
3097
|
-
"env": "IKM_API_KEY",
|
|
3098
|
-
"helpGroup": "GLOBAL",
|
|
3099
|
-
"name": "api-key",
|
|
3100
|
-
"hasDynamicHelp": false,
|
|
3101
|
-
"multiple": false,
|
|
3102
|
-
"type": "option"
|
|
3103
|
-
},
|
|
3104
|
-
"format": {
|
|
3105
|
-
"description": "Output format: text, json, yaml, or table",
|
|
3106
|
-
"helpGroup": "GLOBAL",
|
|
3107
|
-
"name": "format",
|
|
3108
|
-
"default": "text",
|
|
3109
|
-
"hasDynamicHelp": false,
|
|
3110
|
-
"multiple": false,
|
|
3111
|
-
"options": [
|
|
3112
|
-
"text",
|
|
3113
|
-
"json",
|
|
3114
|
-
"yaml",
|
|
3115
|
-
"table"
|
|
3116
|
-
],
|
|
3117
|
-
"type": "option"
|
|
3118
|
-
},
|
|
3119
|
-
"json": {
|
|
3120
|
-
"description": "Output in JSON format (alias for --format=json)",
|
|
3121
|
-
"helpGroup": "GLOBAL",
|
|
3122
|
-
"name": "json",
|
|
3123
|
-
"allowNo": false,
|
|
3124
|
-
"type": "boolean"
|
|
3125
|
-
},
|
|
3126
|
-
"quiet": {
|
|
3127
|
-
"description": "Suppress all output except errors",
|
|
3128
|
-
"helpGroup": "GLOBAL",
|
|
3129
|
-
"name": "quiet",
|
|
3130
|
-
"allowNo": false,
|
|
3131
|
-
"type": "boolean"
|
|
3132
|
-
},
|
|
3133
|
-
"no-color": {
|
|
3134
|
-
"description": "Disable color output",
|
|
3135
|
-
"helpGroup": "GLOBAL",
|
|
3136
|
-
"name": "no-color",
|
|
3137
|
-
"allowNo": false,
|
|
3138
|
-
"type": "boolean"
|
|
3139
|
-
},
|
|
3140
|
-
"profile": {
|
|
3141
|
-
"description": "Named configuration profile to use",
|
|
3142
|
-
"helpGroup": "GLOBAL",
|
|
3143
|
-
"name": "profile",
|
|
3144
|
-
"default": "default",
|
|
3145
|
-
"hasDynamicHelp": false,
|
|
3146
|
-
"multiple": false,
|
|
3147
|
-
"type": "option"
|
|
3148
|
-
},
|
|
3149
|
-
"api-url": {
|
|
3150
|
-
"description": "Override the API base URL (e.g. for staging)",
|
|
3151
|
-
"helpGroup": "GLOBAL",
|
|
3152
|
-
"name": "api-url",
|
|
3153
|
-
"hasDynamicHelp": false,
|
|
3154
|
-
"multiple": false,
|
|
3155
|
-
"type": "option"
|
|
3156
|
-
}
|
|
3157
|
-
},
|
|
3158
|
-
"hasDynamicHelp": false,
|
|
3159
|
-
"hiddenAliases": [],
|
|
3160
|
-
"id": "config:unset",
|
|
3161
|
-
"pluginAlias": "@instantkom/cli",
|
|
3162
|
-
"pluginName": "@instantkom/cli",
|
|
3163
|
-
"pluginType": "core",
|
|
3164
|
-
"strict": true,
|
|
3165
|
-
"enableJsonFlag": false,
|
|
3166
|
-
"isESM": true,
|
|
3167
|
-
"relativePath": [
|
|
3168
|
-
"dist",
|
|
3169
|
-
"commands",
|
|
3170
|
-
"config",
|
|
3171
|
-
"unset.js"
|
|
3172
|
-
]
|
|
3173
|
-
},
|
|
3174
|
-
"broadcast:create": {
|
|
3175
|
-
"aliases": [],
|
|
3176
|
-
"args": {},
|
|
3177
|
-
"description": "Create a broadcast for channels or segments",
|
|
3178
|
-
"flags": {
|
|
3179
|
-
"api-key": {
|
|
3180
|
-
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
3181
|
-
"env": "IKM_API_KEY",
|
|
3182
|
-
"helpGroup": "GLOBAL",
|
|
3183
|
-
"name": "api-key",
|
|
3184
|
-
"hasDynamicHelp": false,
|
|
3185
|
-
"multiple": false,
|
|
3186
|
-
"type": "option"
|
|
3187
|
-
},
|
|
3188
|
-
"format": {
|
|
3189
|
-
"description": "Output format: text, json, yaml, or table",
|
|
3190
|
-
"helpGroup": "GLOBAL",
|
|
3191
|
-
"name": "format",
|
|
3192
|
-
"default": "text",
|
|
3193
|
-
"hasDynamicHelp": false,
|
|
3194
|
-
"multiple": false,
|
|
3195
|
-
"options": [
|
|
3196
|
-
"text",
|
|
3197
|
-
"json",
|
|
3198
|
-
"yaml",
|
|
3199
|
-
"table"
|
|
3200
|
-
],
|
|
3201
|
-
"type": "option"
|
|
3202
|
-
},
|
|
3203
|
-
"json": {
|
|
3204
|
-
"description": "Output in JSON format (alias for --format=json)",
|
|
3205
|
-
"helpGroup": "GLOBAL",
|
|
3206
|
-
"name": "json",
|
|
3207
|
-
"allowNo": false,
|
|
3208
|
-
"type": "boolean"
|
|
3209
|
-
},
|
|
3210
|
-
"quiet": {
|
|
3211
|
-
"description": "Suppress all output except errors",
|
|
3212
|
-
"helpGroup": "GLOBAL",
|
|
3213
|
-
"name": "quiet",
|
|
3214
|
-
"allowNo": false,
|
|
3215
|
-
"type": "boolean"
|
|
3216
|
-
},
|
|
3217
|
-
"no-color": {
|
|
3218
|
-
"description": "Disable color output",
|
|
3219
|
-
"helpGroup": "GLOBAL",
|
|
3220
|
-
"name": "no-color",
|
|
3221
|
-
"allowNo": false,
|
|
3222
|
-
"type": "boolean"
|
|
3223
|
-
},
|
|
3224
|
-
"profile": {
|
|
3225
|
-
"description": "Named configuration profile to use",
|
|
3226
|
-
"helpGroup": "GLOBAL",
|
|
3227
|
-
"name": "profile",
|
|
3228
|
-
"default": "default",
|
|
3229
|
-
"hasDynamicHelp": false,
|
|
3230
|
-
"multiple": false,
|
|
3231
|
-
"type": "option"
|
|
3232
|
-
},
|
|
3233
|
-
"api-url": {
|
|
3234
|
-
"description": "Override the API base URL (e.g. for staging)",
|
|
3235
|
-
"helpGroup": "GLOBAL",
|
|
3236
|
-
"name": "api-url",
|
|
3237
|
-
"hasDynamicHelp": false,
|
|
3238
|
-
"multiple": false,
|
|
3239
|
-
"type": "option"
|
|
3240
|
-
},
|
|
3241
|
-
"channel": {
|
|
3242
|
-
"description": "Channel ID target",
|
|
3243
|
-
"name": "channel",
|
|
3244
|
-
"hasDynamicHelp": false,
|
|
3245
|
-
"multiple": false,
|
|
3246
|
-
"type": "option"
|
|
3247
|
-
},
|
|
3248
|
-
"segment": {
|
|
3249
|
-
"description": "Segment ID within --channel",
|
|
3250
|
-
"name": "segment",
|
|
2973
|
+
"segment": {
|
|
2974
|
+
"description": "Segment ID within --channel",
|
|
2975
|
+
"name": "segment",
|
|
3251
2976
|
"hasDynamicHelp": false,
|
|
3252
2977
|
"multiple": false,
|
|
3253
2978
|
"type": "option"
|
|
@@ -3999,10 +3724,16 @@
|
|
|
3999
3724
|
"update.js"
|
|
4000
3725
|
]
|
|
4001
3726
|
},
|
|
4002
|
-
"
|
|
3727
|
+
"config:get": {
|
|
4003
3728
|
"aliases": [],
|
|
4004
|
-
"args": {
|
|
4005
|
-
|
|
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",
|
|
4006
3737
|
"flags": {
|
|
4007
3738
|
"api-key": {
|
|
4008
3739
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4065,11 +3796,280 @@
|
|
|
4065
3796
|
"hasDynamicHelp": false,
|
|
4066
3797
|
"multiple": false,
|
|
4067
3798
|
"type": "option"
|
|
3799
|
+
}
|
|
3800
|
+
},
|
|
3801
|
+
"hasDynamicHelp": false,
|
|
3802
|
+
"hiddenAliases": [],
|
|
3803
|
+
"id": "config:get",
|
|
3804
|
+
"pluginAlias": "@instantkom/cli",
|
|
3805
|
+
"pluginName": "@instantkom/cli",
|
|
3806
|
+
"pluginType": "core",
|
|
3807
|
+
"strict": true,
|
|
3808
|
+
"enableJsonFlag": false,
|
|
3809
|
+
"isESM": true,
|
|
3810
|
+
"relativePath": [
|
|
3811
|
+
"dist",
|
|
3812
|
+
"commands",
|
|
3813
|
+
"config",
|
|
3814
|
+
"get.js"
|
|
3815
|
+
]
|
|
3816
|
+
},
|
|
3817
|
+
"config:set": {
|
|
3818
|
+
"aliases": [],
|
|
3819
|
+
"args": {
|
|
3820
|
+
"key": {
|
|
3821
|
+
"description": "Configuration key to set",
|
|
3822
|
+
"name": "key",
|
|
3823
|
+
"required": true
|
|
4068
3824
|
},
|
|
4069
|
-
"
|
|
4070
|
-
"description": "
|
|
4071
|
-
"name": "
|
|
4072
|
-
"required": true
|
|
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",
|
|
3832
|
+
"flags": {
|
|
3833
|
+
"api-key": {
|
|
3834
|
+
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
3835
|
+
"env": "IKM_API_KEY",
|
|
3836
|
+
"helpGroup": "GLOBAL",
|
|
3837
|
+
"name": "api-key",
|
|
3838
|
+
"hasDynamicHelp": false,
|
|
3839
|
+
"multiple": false,
|
|
3840
|
+
"type": "option"
|
|
3841
|
+
},
|
|
3842
|
+
"format": {
|
|
3843
|
+
"description": "Output format: text, json, yaml, or table",
|
|
3844
|
+
"helpGroup": "GLOBAL",
|
|
3845
|
+
"name": "format",
|
|
3846
|
+
"default": "text",
|
|
3847
|
+
"hasDynamicHelp": false,
|
|
3848
|
+
"multiple": false,
|
|
3849
|
+
"options": [
|
|
3850
|
+
"text",
|
|
3851
|
+
"json",
|
|
3852
|
+
"yaml",
|
|
3853
|
+
"table"
|
|
3854
|
+
],
|
|
3855
|
+
"type": "option"
|
|
3856
|
+
},
|
|
3857
|
+
"json": {
|
|
3858
|
+
"description": "Output in JSON format (alias for --format=json)",
|
|
3859
|
+
"helpGroup": "GLOBAL",
|
|
3860
|
+
"name": "json",
|
|
3861
|
+
"allowNo": false,
|
|
3862
|
+
"type": "boolean"
|
|
3863
|
+
},
|
|
3864
|
+
"quiet": {
|
|
3865
|
+
"description": "Suppress all output except errors",
|
|
3866
|
+
"helpGroup": "GLOBAL",
|
|
3867
|
+
"name": "quiet",
|
|
3868
|
+
"allowNo": false,
|
|
3869
|
+
"type": "boolean"
|
|
3870
|
+
},
|
|
3871
|
+
"no-color": {
|
|
3872
|
+
"description": "Disable color output",
|
|
3873
|
+
"helpGroup": "GLOBAL",
|
|
3874
|
+
"name": "no-color",
|
|
3875
|
+
"allowNo": false,
|
|
3876
|
+
"type": "boolean"
|
|
3877
|
+
},
|
|
3878
|
+
"profile": {
|
|
3879
|
+
"description": "Named configuration profile to use",
|
|
3880
|
+
"helpGroup": "GLOBAL",
|
|
3881
|
+
"name": "profile",
|
|
3882
|
+
"default": "default",
|
|
3883
|
+
"hasDynamicHelp": false,
|
|
3884
|
+
"multiple": false,
|
|
3885
|
+
"type": "option"
|
|
3886
|
+
},
|
|
3887
|
+
"api-url": {
|
|
3888
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
3889
|
+
"helpGroup": "GLOBAL",
|
|
3890
|
+
"name": "api-url",
|
|
3891
|
+
"hasDynamicHelp": false,
|
|
3892
|
+
"multiple": false,
|
|
3893
|
+
"type": "option"
|
|
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",
|
|
3928
|
+
"hasDynamicHelp": false,
|
|
3929
|
+
"multiple": false,
|
|
3930
|
+
"type": "option"
|
|
3931
|
+
},
|
|
3932
|
+
"format": {
|
|
3933
|
+
"description": "Output format: text, json, yaml, or table",
|
|
3934
|
+
"helpGroup": "GLOBAL",
|
|
3935
|
+
"name": "format",
|
|
3936
|
+
"default": "text",
|
|
3937
|
+
"hasDynamicHelp": false,
|
|
3938
|
+
"multiple": false,
|
|
3939
|
+
"options": [
|
|
3940
|
+
"text",
|
|
3941
|
+
"json",
|
|
3942
|
+
"yaml",
|
|
3943
|
+
"table"
|
|
3944
|
+
],
|
|
3945
|
+
"type": "option"
|
|
3946
|
+
},
|
|
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",
|
|
3973
|
+
"hasDynamicHelp": false,
|
|
3974
|
+
"multiple": false,
|
|
3975
|
+
"type": "option"
|
|
3976
|
+
},
|
|
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",
|
|
4012
|
+
"hasDynamicHelp": false,
|
|
4013
|
+
"multiple": false,
|
|
4014
|
+
"type": "option"
|
|
4015
|
+
},
|
|
4016
|
+
"format": {
|
|
4017
|
+
"description": "Output format: text, json, yaml, or table",
|
|
4018
|
+
"helpGroup": "GLOBAL",
|
|
4019
|
+
"name": "format",
|
|
4020
|
+
"default": "text",
|
|
4021
|
+
"hasDynamicHelp": false,
|
|
4022
|
+
"multiple": false,
|
|
4023
|
+
"options": [
|
|
4024
|
+
"text",
|
|
4025
|
+
"json",
|
|
4026
|
+
"yaml",
|
|
4027
|
+
"table"
|
|
4028
|
+
],
|
|
4029
|
+
"type": "option"
|
|
4030
|
+
},
|
|
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",
|
|
4057
|
+
"hasDynamicHelp": false,
|
|
4058
|
+
"multiple": false,
|
|
4059
|
+
"type": "option"
|
|
4060
|
+
},
|
|
4061
|
+
"api-url": {
|
|
4062
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
4063
|
+
"helpGroup": "GLOBAL",
|
|
4064
|
+
"name": "api-url",
|
|
4065
|
+
"hasDynamicHelp": false,
|
|
4066
|
+
"multiple": false,
|
|
4067
|
+
"type": "option"
|
|
4068
|
+
},
|
|
4069
|
+
"channel": {
|
|
4070
|
+
"description": "Channel ID",
|
|
4071
|
+
"name": "channel",
|
|
4072
|
+
"required": true,
|
|
4073
4073
|
"hasDynamicHelp": false,
|
|
4074
4074
|
"multiple": false,
|
|
4075
4075
|
"type": "option"
|
|
@@ -8150,10 +8150,10 @@
|
|
|
8150
8150
|
"update.js"
|
|
8151
8151
|
]
|
|
8152
8152
|
},
|
|
8153
|
-
"
|
|
8153
|
+
"templates:create": {
|
|
8154
8154
|
"aliases": [],
|
|
8155
8155
|
"args": {},
|
|
8156
|
-
"description": "Create a
|
|
8156
|
+
"description": "Create a message template",
|
|
8157
8157
|
"flags": {
|
|
8158
8158
|
"api-key": {
|
|
8159
8159
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8217,31 +8217,78 @@
|
|
|
8217
8217
|
"multiple": false,
|
|
8218
8218
|
"type": "option"
|
|
8219
8219
|
},
|
|
8220
|
-
"
|
|
8221
|
-
"description": "
|
|
8222
|
-
"name": "
|
|
8223
|
-
"required": true,
|
|
8220
|
+
"channel": {
|
|
8221
|
+
"description": "Channel ID",
|
|
8222
|
+
"name": "channel",
|
|
8223
|
+
"required": true,
|
|
8224
8224
|
"hasDynamicHelp": false,
|
|
8225
8225
|
"multiple": false,
|
|
8226
8226
|
"type": "option"
|
|
8227
8227
|
},
|
|
8228
|
-
"
|
|
8229
|
-
"description": "
|
|
8230
|
-
"name": "
|
|
8228
|
+
"name": {
|
|
8229
|
+
"description": "Template name",
|
|
8230
|
+
"name": "name",
|
|
8231
|
+
"required": true,
|
|
8232
|
+
"hasDynamicHelp": false,
|
|
8233
|
+
"multiple": false,
|
|
8234
|
+
"type": "option"
|
|
8235
|
+
},
|
|
8236
|
+
"type": {
|
|
8237
|
+
"description": "Template type",
|
|
8238
|
+
"name": "type",
|
|
8239
|
+
"default": "text",
|
|
8240
|
+
"hasDynamicHelp": false,
|
|
8241
|
+
"multiple": false,
|
|
8242
|
+
"options": [
|
|
8243
|
+
"text",
|
|
8244
|
+
"image",
|
|
8245
|
+
"video",
|
|
8246
|
+
"document",
|
|
8247
|
+
"audio",
|
|
8248
|
+
"location",
|
|
8249
|
+
"contact",
|
|
8250
|
+
"interactive"
|
|
8251
|
+
],
|
|
8252
|
+
"type": "option"
|
|
8253
|
+
},
|
|
8254
|
+
"message": {
|
|
8255
|
+
"description": "Template message",
|
|
8256
|
+
"name": "message",
|
|
8257
|
+
"required": true,
|
|
8231
8258
|
"hasDynamicHelp": false,
|
|
8232
8259
|
"multiple": false,
|
|
8233
8260
|
"type": "option"
|
|
8234
8261
|
},
|
|
8235
8262
|
"color": {
|
|
8236
|
-
"description": "
|
|
8263
|
+
"description": "Template color as HEX",
|
|
8237
8264
|
"name": "color",
|
|
8238
8265
|
"hasDynamicHelp": false,
|
|
8239
8266
|
"multiple": false,
|
|
8240
8267
|
"type": "option"
|
|
8241
8268
|
},
|
|
8242
|
-
"
|
|
8243
|
-
"description": "
|
|
8244
|
-
"name": "
|
|
8269
|
+
"status": {
|
|
8270
|
+
"description": "Template is active",
|
|
8271
|
+
"name": "status",
|
|
8272
|
+
"allowNo": true,
|
|
8273
|
+
"type": "boolean"
|
|
8274
|
+
},
|
|
8275
|
+
"whatsapp-language": {
|
|
8276
|
+
"description": "WhatsApp template language",
|
|
8277
|
+
"name": "whatsapp-language",
|
|
8278
|
+
"hasDynamicHelp": false,
|
|
8279
|
+
"multiple": false,
|
|
8280
|
+
"type": "option"
|
|
8281
|
+
},
|
|
8282
|
+
"buttons": {
|
|
8283
|
+
"description": "Buttons JSON array/object",
|
|
8284
|
+
"name": "buttons",
|
|
8285
|
+
"hasDynamicHelp": false,
|
|
8286
|
+
"multiple": false,
|
|
8287
|
+
"type": "option"
|
|
8288
|
+
},
|
|
8289
|
+
"header-footer": {
|
|
8290
|
+
"description": "Header/footer JSON object",
|
|
8291
|
+
"name": "header-footer",
|
|
8245
8292
|
"hasDynamicHelp": false,
|
|
8246
8293
|
"multiple": false,
|
|
8247
8294
|
"type": "option"
|
|
@@ -8256,7 +8303,7 @@
|
|
|
8256
8303
|
},
|
|
8257
8304
|
"hasDynamicHelp": false,
|
|
8258
8305
|
"hiddenAliases": [],
|
|
8259
|
-
"id": "
|
|
8306
|
+
"id": "templates:create",
|
|
8260
8307
|
"pluginAlias": "@instantkom/cli",
|
|
8261
8308
|
"pluginName": "@instantkom/cli",
|
|
8262
8309
|
"pluginType": "core",
|
|
@@ -8266,20 +8313,20 @@
|
|
|
8266
8313
|
"relativePath": [
|
|
8267
8314
|
"dist",
|
|
8268
8315
|
"commands",
|
|
8269
|
-
"
|
|
8316
|
+
"templates",
|
|
8270
8317
|
"create.js"
|
|
8271
8318
|
]
|
|
8272
8319
|
},
|
|
8273
|
-
"
|
|
8320
|
+
"templates:delete": {
|
|
8274
8321
|
"aliases": [],
|
|
8275
8322
|
"args": {
|
|
8276
8323
|
"id": {
|
|
8277
|
-
"description": "
|
|
8324
|
+
"description": "template ID",
|
|
8278
8325
|
"name": "id",
|
|
8279
8326
|
"required": true
|
|
8280
8327
|
}
|
|
8281
8328
|
},
|
|
8282
|
-
"description": "Delete
|
|
8329
|
+
"description": "Delete template",
|
|
8283
8330
|
"flags": {
|
|
8284
8331
|
"api-key": {
|
|
8285
8332
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8346,7 +8393,7 @@
|
|
|
8346
8393
|
},
|
|
8347
8394
|
"hasDynamicHelp": false,
|
|
8348
8395
|
"hiddenAliases": [],
|
|
8349
|
-
"id": "
|
|
8396
|
+
"id": "templates:delete",
|
|
8350
8397
|
"pluginAlias": "@instantkom/cli",
|
|
8351
8398
|
"pluginName": "@instantkom/cli",
|
|
8352
8399
|
"pluginType": "core",
|
|
@@ -8356,14 +8403,14 @@
|
|
|
8356
8403
|
"relativePath": [
|
|
8357
8404
|
"dist",
|
|
8358
8405
|
"commands",
|
|
8359
|
-
"
|
|
8406
|
+
"templates",
|
|
8360
8407
|
"delete.js"
|
|
8361
8408
|
]
|
|
8362
8409
|
},
|
|
8363
|
-
"
|
|
8410
|
+
"templates:export": {
|
|
8364
8411
|
"aliases": [],
|
|
8365
8412
|
"args": {},
|
|
8366
|
-
"description": "Export
|
|
8413
|
+
"description": "Export templates to a file",
|
|
8367
8414
|
"flags": {
|
|
8368
8415
|
"api-key": {
|
|
8369
8416
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8377,7 +8424,7 @@
|
|
|
8377
8424
|
"format": {
|
|
8378
8425
|
"description": "Export format",
|
|
8379
8426
|
"name": "format",
|
|
8380
|
-
"default": "
|
|
8427
|
+
"default": "json",
|
|
8381
8428
|
"hasDynamicHelp": false,
|
|
8382
8429
|
"multiple": false,
|
|
8383
8430
|
"options": [
|
|
@@ -8431,11 +8478,18 @@
|
|
|
8431
8478
|
"hasDynamicHelp": false,
|
|
8432
8479
|
"multiple": false,
|
|
8433
8480
|
"type": "option"
|
|
8481
|
+
},
|
|
8482
|
+
"channel": {
|
|
8483
|
+
"description": "Filter by channel ID",
|
|
8484
|
+
"name": "channel",
|
|
8485
|
+
"hasDynamicHelp": false,
|
|
8486
|
+
"multiple": false,
|
|
8487
|
+
"type": "option"
|
|
8434
8488
|
}
|
|
8435
8489
|
},
|
|
8436
8490
|
"hasDynamicHelp": false,
|
|
8437
8491
|
"hiddenAliases": [],
|
|
8438
|
-
"id": "
|
|
8492
|
+
"id": "templates:export",
|
|
8439
8493
|
"pluginAlias": "@instantkom/cli",
|
|
8440
8494
|
"pluginName": "@instantkom/cli",
|
|
8441
8495
|
"pluginType": "core",
|
|
@@ -8445,20 +8499,20 @@
|
|
|
8445
8499
|
"relativePath": [
|
|
8446
8500
|
"dist",
|
|
8447
8501
|
"commands",
|
|
8448
|
-
"
|
|
8502
|
+
"templates",
|
|
8449
8503
|
"export.js"
|
|
8450
8504
|
]
|
|
8451
8505
|
},
|
|
8452
|
-
"
|
|
8506
|
+
"templates:get": {
|
|
8453
8507
|
"aliases": [],
|
|
8454
8508
|
"args": {
|
|
8455
8509
|
"id": {
|
|
8456
|
-
"description": "
|
|
8510
|
+
"description": "Template ID",
|
|
8457
8511
|
"name": "id",
|
|
8458
8512
|
"required": true
|
|
8459
8513
|
}
|
|
8460
8514
|
},
|
|
8461
|
-
"description": "Get
|
|
8515
|
+
"description": "Get a message template by ID",
|
|
8462
8516
|
"flags": {
|
|
8463
8517
|
"api-key": {
|
|
8464
8518
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8525,7 +8579,7 @@
|
|
|
8525
8579
|
},
|
|
8526
8580
|
"hasDynamicHelp": false,
|
|
8527
8581
|
"hiddenAliases": [],
|
|
8528
|
-
"id": "
|
|
8582
|
+
"id": "templates:get",
|
|
8529
8583
|
"pluginAlias": "@instantkom/cli",
|
|
8530
8584
|
"pluginName": "@instantkom/cli",
|
|
8531
8585
|
"pluginType": "core",
|
|
@@ -8535,14 +8589,14 @@
|
|
|
8535
8589
|
"relativePath": [
|
|
8536
8590
|
"dist",
|
|
8537
8591
|
"commands",
|
|
8538
|
-
"
|
|
8592
|
+
"templates",
|
|
8539
8593
|
"get.js"
|
|
8540
8594
|
]
|
|
8541
8595
|
},
|
|
8542
|
-
"
|
|
8596
|
+
"templates:import": {
|
|
8543
8597
|
"aliases": [],
|
|
8544
8598
|
"args": {},
|
|
8545
|
-
"description": "Import
|
|
8599
|
+
"description": "Import templates from JSON",
|
|
8546
8600
|
"flags": {
|
|
8547
8601
|
"api-key": {
|
|
8548
8602
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8614,8 +8668,16 @@
|
|
|
8614
8668
|
"multiple": false,
|
|
8615
8669
|
"type": "option"
|
|
8616
8670
|
},
|
|
8671
|
+
"channel": {
|
|
8672
|
+
"description": "Target channel ID",
|
|
8673
|
+
"name": "channel",
|
|
8674
|
+
"required": true,
|
|
8675
|
+
"hasDynamicHelp": false,
|
|
8676
|
+
"multiple": false,
|
|
8677
|
+
"type": "option"
|
|
8678
|
+
},
|
|
8617
8679
|
"skip-duplicates": {
|
|
8618
|
-
"description": "Skip duplicate
|
|
8680
|
+
"description": "Skip duplicate templates",
|
|
8619
8681
|
"name": "skip-duplicates",
|
|
8620
8682
|
"allowNo": true,
|
|
8621
8683
|
"type": "boolean"
|
|
@@ -8623,7 +8685,7 @@
|
|
|
8623
8685
|
},
|
|
8624
8686
|
"hasDynamicHelp": false,
|
|
8625
8687
|
"hiddenAliases": [],
|
|
8626
|
-
"id": "
|
|
8688
|
+
"id": "templates:import",
|
|
8627
8689
|
"pluginAlias": "@instantkom/cli",
|
|
8628
8690
|
"pluginName": "@instantkom/cli",
|
|
8629
8691
|
"pluginType": "core",
|
|
@@ -8633,14 +8695,14 @@
|
|
|
8633
8695
|
"relativePath": [
|
|
8634
8696
|
"dist",
|
|
8635
8697
|
"commands",
|
|
8636
|
-
"
|
|
8698
|
+
"templates",
|
|
8637
8699
|
"import.js"
|
|
8638
8700
|
]
|
|
8639
8701
|
},
|
|
8640
|
-
"
|
|
8702
|
+
"templates:list": {
|
|
8641
8703
|
"aliases": [],
|
|
8642
8704
|
"args": {},
|
|
8643
|
-
"description": "List
|
|
8705
|
+
"description": "List message templates",
|
|
8644
8706
|
"flags": {
|
|
8645
8707
|
"api-key": {
|
|
8646
8708
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8704,32 +8766,32 @@
|
|
|
8704
8766
|
"multiple": false,
|
|
8705
8767
|
"type": "option"
|
|
8706
8768
|
},
|
|
8707
|
-
"
|
|
8708
|
-
"description": "
|
|
8709
|
-
"name": "
|
|
8710
|
-
"default": 1,
|
|
8769
|
+
"channel": {
|
|
8770
|
+
"description": "Filter by channel ID",
|
|
8771
|
+
"name": "channel",
|
|
8711
8772
|
"hasDynamicHelp": false,
|
|
8712
8773
|
"multiple": false,
|
|
8713
8774
|
"type": "option"
|
|
8714
8775
|
},
|
|
8715
|
-
"
|
|
8716
|
-
"description": "
|
|
8717
|
-
"name": "
|
|
8718
|
-
"default": 20,
|
|
8776
|
+
"search": {
|
|
8777
|
+
"description": "Search templates by name or content",
|
|
8778
|
+
"name": "search",
|
|
8719
8779
|
"hasDynamicHelp": false,
|
|
8720
8780
|
"multiple": false,
|
|
8721
8781
|
"type": "option"
|
|
8722
8782
|
},
|
|
8723
|
-
"
|
|
8724
|
-
"description": "
|
|
8725
|
-
"name": "
|
|
8783
|
+
"page": {
|
|
8784
|
+
"description": "Page number",
|
|
8785
|
+
"name": "page",
|
|
8786
|
+
"default": 1,
|
|
8726
8787
|
"hasDynamicHelp": false,
|
|
8727
8788
|
"multiple": false,
|
|
8728
8789
|
"type": "option"
|
|
8729
8790
|
},
|
|
8730
|
-
"
|
|
8731
|
-
"description": "
|
|
8732
|
-
"name": "
|
|
8791
|
+
"limit": {
|
|
8792
|
+
"description": "Items per page",
|
|
8793
|
+
"name": "limit",
|
|
8794
|
+
"default": 20,
|
|
8733
8795
|
"hasDynamicHelp": false,
|
|
8734
8796
|
"multiple": false,
|
|
8735
8797
|
"type": "option"
|
|
@@ -8737,7 +8799,7 @@
|
|
|
8737
8799
|
},
|
|
8738
8800
|
"hasDynamicHelp": false,
|
|
8739
8801
|
"hiddenAliases": [],
|
|
8740
|
-
"id": "
|
|
8802
|
+
"id": "templates:list",
|
|
8741
8803
|
"pluginAlias": "@instantkom/cli",
|
|
8742
8804
|
"pluginName": "@instantkom/cli",
|
|
8743
8805
|
"pluginType": "core",
|
|
@@ -8747,20 +8809,20 @@
|
|
|
8747
8809
|
"relativePath": [
|
|
8748
8810
|
"dist",
|
|
8749
8811
|
"commands",
|
|
8750
|
-
"
|
|
8812
|
+
"templates",
|
|
8751
8813
|
"list.js"
|
|
8752
8814
|
]
|
|
8753
8815
|
},
|
|
8754
|
-
"
|
|
8816
|
+
"templates:render": {
|
|
8755
8817
|
"aliases": [],
|
|
8756
8818
|
"args": {
|
|
8757
8819
|
"id": {
|
|
8758
|
-
"description": "
|
|
8820
|
+
"description": "Template ID",
|
|
8759
8821
|
"name": "id",
|
|
8760
8822
|
"required": true
|
|
8761
8823
|
}
|
|
8762
8824
|
},
|
|
8763
|
-
"description": "
|
|
8825
|
+
"description": "Render a message template locally",
|
|
8764
8826
|
"flags": {
|
|
8765
8827
|
"api-key": {
|
|
8766
8828
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8824,45 +8886,17 @@
|
|
|
8824
8886
|
"multiple": false,
|
|
8825
8887
|
"type": "option"
|
|
8826
8888
|
},
|
|
8827
|
-
"
|
|
8828
|
-
"description": "
|
|
8829
|
-
"name": "
|
|
8830
|
-
"hasDynamicHelp": false,
|
|
8831
|
-
"multiple": false,
|
|
8832
|
-
"type": "option"
|
|
8833
|
-
},
|
|
8834
|
-
"description": {
|
|
8835
|
-
"description": "Tag description",
|
|
8836
|
-
"name": "description",
|
|
8837
|
-
"hasDynamicHelp": false,
|
|
8838
|
-
"multiple": false,
|
|
8839
|
-
"type": "option"
|
|
8840
|
-
},
|
|
8841
|
-
"color": {
|
|
8842
|
-
"description": "Tag color as HEX",
|
|
8843
|
-
"name": "color",
|
|
8844
|
-
"hasDynamicHelp": false,
|
|
8845
|
-
"multiple": false,
|
|
8846
|
-
"type": "option"
|
|
8847
|
-
},
|
|
8848
|
-
"folder": {
|
|
8849
|
-
"description": "Object folder ID",
|
|
8850
|
-
"name": "folder",
|
|
8851
|
-
"hasDynamicHelp": false,
|
|
8852
|
-
"multiple": false,
|
|
8853
|
-
"type": "option"
|
|
8854
|
-
},
|
|
8855
|
-
"data": {
|
|
8856
|
-
"description": "Additional JSON object payload",
|
|
8857
|
-
"name": "data",
|
|
8889
|
+
"vars": {
|
|
8890
|
+
"description": "Template variable as key=value; may be repeated",
|
|
8891
|
+
"name": "vars",
|
|
8858
8892
|
"hasDynamicHelp": false,
|
|
8859
|
-
"multiple":
|
|
8893
|
+
"multiple": true,
|
|
8860
8894
|
"type": "option"
|
|
8861
8895
|
}
|
|
8862
8896
|
},
|
|
8863
8897
|
"hasDynamicHelp": false,
|
|
8864
8898
|
"hiddenAliases": [],
|
|
8865
|
-
"id": "
|
|
8899
|
+
"id": "templates:render",
|
|
8866
8900
|
"pluginAlias": "@instantkom/cli",
|
|
8867
8901
|
"pluginName": "@instantkom/cli",
|
|
8868
8902
|
"pluginType": "core",
|
|
@@ -8872,14 +8906,20 @@
|
|
|
8872
8906
|
"relativePath": [
|
|
8873
8907
|
"dist",
|
|
8874
8908
|
"commands",
|
|
8875
|
-
"
|
|
8876
|
-
"
|
|
8909
|
+
"templates",
|
|
8910
|
+
"render.js"
|
|
8877
8911
|
]
|
|
8878
8912
|
},
|
|
8879
|
-
"
|
|
8913
|
+
"templates:update": {
|
|
8880
8914
|
"aliases": [],
|
|
8881
|
-
"args": {
|
|
8882
|
-
|
|
8915
|
+
"args": {
|
|
8916
|
+
"id": {
|
|
8917
|
+
"description": "Template ID",
|
|
8918
|
+
"name": "id",
|
|
8919
|
+
"required": true
|
|
8920
|
+
}
|
|
8921
|
+
},
|
|
8922
|
+
"description": "Update a message template",
|
|
8883
8923
|
"flags": {
|
|
8884
8924
|
"api-key": {
|
|
8885
8925
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8943,42 +8983,112 @@
|
|
|
8943
8983
|
"multiple": false,
|
|
8944
8984
|
"type": "option"
|
|
8945
8985
|
},
|
|
8946
|
-
"
|
|
8947
|
-
"description": "
|
|
8948
|
-
"name": "
|
|
8949
|
-
"required": true,
|
|
8986
|
+
"name": {
|
|
8987
|
+
"description": "Template name",
|
|
8988
|
+
"name": "name",
|
|
8950
8989
|
"hasDynamicHelp": false,
|
|
8951
8990
|
"multiple": false,
|
|
8952
8991
|
"type": "option"
|
|
8953
|
-
}
|
|
8954
|
-
|
|
8955
|
-
|
|
8956
|
-
|
|
8957
|
-
|
|
8958
|
-
|
|
8959
|
-
|
|
8960
|
-
|
|
8961
|
-
|
|
8962
|
-
|
|
8963
|
-
|
|
8964
|
-
|
|
8965
|
-
|
|
8966
|
-
|
|
8967
|
-
|
|
8968
|
-
|
|
8969
|
-
|
|
8970
|
-
|
|
8971
|
-
|
|
8972
|
-
|
|
8973
|
-
|
|
8974
|
-
|
|
8975
|
-
|
|
8976
|
-
|
|
8977
|
-
|
|
8978
|
-
|
|
8979
|
-
"
|
|
8980
|
-
"name": "
|
|
8981
|
-
"hasDynamicHelp": false,
|
|
8992
|
+
},
|
|
8993
|
+
"type": {
|
|
8994
|
+
"description": "Template type",
|
|
8995
|
+
"name": "type",
|
|
8996
|
+
"hasDynamicHelp": false,
|
|
8997
|
+
"multiple": false,
|
|
8998
|
+
"options": [
|
|
8999
|
+
"text",
|
|
9000
|
+
"image",
|
|
9001
|
+
"video",
|
|
9002
|
+
"document",
|
|
9003
|
+
"audio",
|
|
9004
|
+
"location",
|
|
9005
|
+
"contact",
|
|
9006
|
+
"interactive"
|
|
9007
|
+
],
|
|
9008
|
+
"type": "option"
|
|
9009
|
+
},
|
|
9010
|
+
"message": {
|
|
9011
|
+
"description": "Template message",
|
|
9012
|
+
"name": "message",
|
|
9013
|
+
"hasDynamicHelp": false,
|
|
9014
|
+
"multiple": false,
|
|
9015
|
+
"type": "option"
|
|
9016
|
+
},
|
|
9017
|
+
"color": {
|
|
9018
|
+
"description": "Template color as HEX",
|
|
9019
|
+
"name": "color",
|
|
9020
|
+
"hasDynamicHelp": false,
|
|
9021
|
+
"multiple": false,
|
|
9022
|
+
"type": "option"
|
|
9023
|
+
},
|
|
9024
|
+
"status": {
|
|
9025
|
+
"description": "Template is active",
|
|
9026
|
+
"name": "status",
|
|
9027
|
+
"allowNo": true,
|
|
9028
|
+
"type": "boolean"
|
|
9029
|
+
},
|
|
9030
|
+
"remove-media": {
|
|
9031
|
+
"description": "Remove existing media",
|
|
9032
|
+
"name": "remove-media",
|
|
9033
|
+
"allowNo": false,
|
|
9034
|
+
"type": "boolean"
|
|
9035
|
+
},
|
|
9036
|
+
"whatsapp-language": {
|
|
9037
|
+
"description": "WhatsApp template language",
|
|
9038
|
+
"name": "whatsapp-language",
|
|
9039
|
+
"hasDynamicHelp": false,
|
|
9040
|
+
"multiple": false,
|
|
9041
|
+
"type": "option"
|
|
9042
|
+
},
|
|
9043
|
+
"buttons": {
|
|
9044
|
+
"description": "Buttons JSON array/object",
|
|
9045
|
+
"name": "buttons",
|
|
9046
|
+
"hasDynamicHelp": false,
|
|
9047
|
+
"multiple": false,
|
|
9048
|
+
"type": "option"
|
|
9049
|
+
},
|
|
9050
|
+
"header-footer": {
|
|
9051
|
+
"description": "Header/footer JSON object",
|
|
9052
|
+
"name": "header-footer",
|
|
9053
|
+
"hasDynamicHelp": false,
|
|
9054
|
+
"multiple": false,
|
|
9055
|
+
"type": "option"
|
|
9056
|
+
},
|
|
9057
|
+
"data": {
|
|
9058
|
+
"description": "Additional JSON object payload",
|
|
9059
|
+
"name": "data",
|
|
9060
|
+
"hasDynamicHelp": false,
|
|
9061
|
+
"multiple": false,
|
|
9062
|
+
"type": "option"
|
|
9063
|
+
}
|
|
9064
|
+
},
|
|
9065
|
+
"hasDynamicHelp": false,
|
|
9066
|
+
"hiddenAliases": [],
|
|
9067
|
+
"id": "templates:update",
|
|
9068
|
+
"pluginAlias": "@instantkom/cli",
|
|
9069
|
+
"pluginName": "@instantkom/cli",
|
|
9070
|
+
"pluginType": "core",
|
|
9071
|
+
"strict": true,
|
|
9072
|
+
"enableJsonFlag": false,
|
|
9073
|
+
"isESM": true,
|
|
9074
|
+
"relativePath": [
|
|
9075
|
+
"dist",
|
|
9076
|
+
"commands",
|
|
9077
|
+
"templates",
|
|
9078
|
+
"update.js"
|
|
9079
|
+
]
|
|
9080
|
+
},
|
|
9081
|
+
"templates:validate-import": {
|
|
9082
|
+
"aliases": [],
|
|
9083
|
+
"args": {},
|
|
9084
|
+
"description": "Validate templates import JSON",
|
|
9085
|
+
"flags": {
|
|
9086
|
+
"api-key": {
|
|
9087
|
+
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
9088
|
+
"env": "IKM_API_KEY",
|
|
9089
|
+
"helpGroup": "GLOBAL",
|
|
9090
|
+
"name": "api-key",
|
|
9091
|
+
"hasDynamicHelp": false,
|
|
8982
9092
|
"multiple": false,
|
|
8983
9093
|
"type": "option"
|
|
8984
9094
|
},
|
|
@@ -9035,77 +9145,26 @@
|
|
|
9035
9145
|
"multiple": false,
|
|
9036
9146
|
"type": "option"
|
|
9037
9147
|
},
|
|
9038
|
-
"
|
|
9039
|
-
"description": "
|
|
9040
|
-
"name": "
|
|
9041
|
-
"required": true,
|
|
9042
|
-
"hasDynamicHelp": false,
|
|
9043
|
-
"multiple": false,
|
|
9044
|
-
"type": "option"
|
|
9045
|
-
},
|
|
9046
|
-
"first-name": {
|
|
9047
|
-
"description": "First name",
|
|
9048
|
-
"name": "first-name",
|
|
9049
|
-
"required": true,
|
|
9050
|
-
"hasDynamicHelp": false,
|
|
9051
|
-
"multiple": false,
|
|
9052
|
-
"type": "option"
|
|
9053
|
-
},
|
|
9054
|
-
"last-name": {
|
|
9055
|
-
"description": "Last name",
|
|
9056
|
-
"name": "last-name",
|
|
9148
|
+
"file": {
|
|
9149
|
+
"description": "JSON file path",
|
|
9150
|
+
"name": "file",
|
|
9057
9151
|
"required": true,
|
|
9058
9152
|
"hasDynamicHelp": false,
|
|
9059
9153
|
"multiple": false,
|
|
9060
9154
|
"type": "option"
|
|
9061
9155
|
},
|
|
9062
|
-
"
|
|
9063
|
-
"description": "
|
|
9064
|
-
"name": "
|
|
9156
|
+
"channel": {
|
|
9157
|
+
"description": "Target channel ID",
|
|
9158
|
+
"name": "channel",
|
|
9065
9159
|
"required": true,
|
|
9066
9160
|
"hasDynamicHelp": false,
|
|
9067
9161
|
"multiple": false,
|
|
9068
9162
|
"type": "option"
|
|
9069
|
-
},
|
|
9070
|
-
"phone": {
|
|
9071
|
-
"description": "Phone number",
|
|
9072
|
-
"name": "phone",
|
|
9073
|
-
"hasDynamicHelp": false,
|
|
9074
|
-
"multiple": false,
|
|
9075
|
-
"type": "option"
|
|
9076
|
-
},
|
|
9077
|
-
"company": {
|
|
9078
|
-
"description": "Company name",
|
|
9079
|
-
"name": "company",
|
|
9080
|
-
"hasDynamicHelp": false,
|
|
9081
|
-
"multiple": false,
|
|
9082
|
-
"type": "option"
|
|
9083
|
-
},
|
|
9084
|
-
"color": {
|
|
9085
|
-
"description": "Color as HEX",
|
|
9086
|
-
"name": "color",
|
|
9087
|
-
"hasDynamicHelp": false,
|
|
9088
|
-
"multiple": false,
|
|
9089
|
-
"type": "option"
|
|
9090
|
-
},
|
|
9091
|
-
"folder": {
|
|
9092
|
-
"description": "Object folder ID",
|
|
9093
|
-
"name": "folder",
|
|
9094
|
-
"hasDynamicHelp": false,
|
|
9095
|
-
"multiple": false,
|
|
9096
|
-
"type": "option"
|
|
9097
|
-
},
|
|
9098
|
-
"data": {
|
|
9099
|
-
"description": "Additional JSON object payload",
|
|
9100
|
-
"name": "data",
|
|
9101
|
-
"hasDynamicHelp": false,
|
|
9102
|
-
"multiple": false,
|
|
9103
|
-
"type": "option"
|
|
9104
9163
|
}
|
|
9105
9164
|
},
|
|
9106
9165
|
"hasDynamicHelp": false,
|
|
9107
9166
|
"hiddenAliases": [],
|
|
9108
|
-
"id": "
|
|
9167
|
+
"id": "templates:validate-import",
|
|
9109
9168
|
"pluginAlias": "@instantkom/cli",
|
|
9110
9169
|
"pluginName": "@instantkom/cli",
|
|
9111
9170
|
"pluginType": "core",
|
|
@@ -9115,20 +9174,14 @@
|
|
|
9115
9174
|
"relativePath": [
|
|
9116
9175
|
"dist",
|
|
9117
9176
|
"commands",
|
|
9118
|
-
"
|
|
9119
|
-
"
|
|
9177
|
+
"templates",
|
|
9178
|
+
"validate-import.js"
|
|
9120
9179
|
]
|
|
9121
9180
|
},
|
|
9122
|
-
"
|
|
9181
|
+
"tickets:create": {
|
|
9123
9182
|
"aliases": [],
|
|
9124
|
-
"args": {
|
|
9125
|
-
|
|
9126
|
-
"description": "Team member ID",
|
|
9127
|
-
"name": "id",
|
|
9128
|
-
"required": true
|
|
9129
|
-
}
|
|
9130
|
-
},
|
|
9131
|
-
"description": "Delete a team member",
|
|
9183
|
+
"args": {},
|
|
9184
|
+
"description": "Create a ticket",
|
|
9132
9185
|
"flags": {
|
|
9133
9186
|
"api-key": {
|
|
9134
9187
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9191,11 +9244,69 @@
|
|
|
9191
9244
|
"hasDynamicHelp": false,
|
|
9192
9245
|
"multiple": false,
|
|
9193
9246
|
"type": "option"
|
|
9247
|
+
},
|
|
9248
|
+
"channel": {
|
|
9249
|
+
"description": "Channel ID",
|
|
9250
|
+
"name": "channel",
|
|
9251
|
+
"required": true,
|
|
9252
|
+
"hasDynamicHelp": false,
|
|
9253
|
+
"multiple": false,
|
|
9254
|
+
"type": "option"
|
|
9255
|
+
},
|
|
9256
|
+
"subject": {
|
|
9257
|
+
"description": "Ticket subject",
|
|
9258
|
+
"name": "subject",
|
|
9259
|
+
"required": true,
|
|
9260
|
+
"hasDynamicHelp": false,
|
|
9261
|
+
"multiple": false,
|
|
9262
|
+
"type": "option"
|
|
9263
|
+
},
|
|
9264
|
+
"recipient": {
|
|
9265
|
+
"description": "Existing recipient ID",
|
|
9266
|
+
"name": "recipient",
|
|
9267
|
+
"hasDynamicHelp": false,
|
|
9268
|
+
"multiple": false,
|
|
9269
|
+
"type": "option"
|
|
9270
|
+
},
|
|
9271
|
+
"email": {
|
|
9272
|
+
"description": "Customer email",
|
|
9273
|
+
"name": "email",
|
|
9274
|
+
"hasDynamicHelp": false,
|
|
9275
|
+
"multiple": false,
|
|
9276
|
+
"type": "option"
|
|
9277
|
+
},
|
|
9278
|
+
"name": {
|
|
9279
|
+
"description": "Customer name",
|
|
9280
|
+
"name": "name",
|
|
9281
|
+
"hasDynamicHelp": false,
|
|
9282
|
+
"multiple": false,
|
|
9283
|
+
"type": "option"
|
|
9284
|
+
},
|
|
9285
|
+
"priority": {
|
|
9286
|
+
"description": "Ticket priority",
|
|
9287
|
+
"name": "priority",
|
|
9288
|
+
"hasDynamicHelp": false,
|
|
9289
|
+
"multiple": false,
|
|
9290
|
+
"type": "option"
|
|
9291
|
+
},
|
|
9292
|
+
"source": {
|
|
9293
|
+
"description": "Ticket source",
|
|
9294
|
+
"name": "source",
|
|
9295
|
+
"hasDynamicHelp": false,
|
|
9296
|
+
"multiple": false,
|
|
9297
|
+
"type": "option"
|
|
9298
|
+
},
|
|
9299
|
+
"data": {
|
|
9300
|
+
"description": "Additional JSON object payload",
|
|
9301
|
+
"name": "data",
|
|
9302
|
+
"hasDynamicHelp": false,
|
|
9303
|
+
"multiple": false,
|
|
9304
|
+
"type": "option"
|
|
9194
9305
|
}
|
|
9195
9306
|
},
|
|
9196
9307
|
"hasDynamicHelp": false,
|
|
9197
9308
|
"hiddenAliases": [],
|
|
9198
|
-
"id": "
|
|
9309
|
+
"id": "tickets:create",
|
|
9199
9310
|
"pluginAlias": "@instantkom/cli",
|
|
9200
9311
|
"pluginName": "@instantkom/cli",
|
|
9201
9312
|
"pluginType": "core",
|
|
@@ -9205,14 +9316,20 @@
|
|
|
9205
9316
|
"relativePath": [
|
|
9206
9317
|
"dist",
|
|
9207
9318
|
"commands",
|
|
9208
|
-
"
|
|
9209
|
-
"
|
|
9319
|
+
"tickets",
|
|
9320
|
+
"create.js"
|
|
9210
9321
|
]
|
|
9211
9322
|
},
|
|
9212
|
-
"
|
|
9323
|
+
"tickets:delete": {
|
|
9213
9324
|
"aliases": [],
|
|
9214
|
-
"args": {
|
|
9215
|
-
|
|
9325
|
+
"args": {
|
|
9326
|
+
"id": {
|
|
9327
|
+
"description": "Ticket ID",
|
|
9328
|
+
"name": "id",
|
|
9329
|
+
"required": true
|
|
9330
|
+
}
|
|
9331
|
+
},
|
|
9332
|
+
"description": "Delete a ticket",
|
|
9216
9333
|
"flags": {
|
|
9217
9334
|
"api-key": {
|
|
9218
9335
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9275,11 +9392,19 @@
|
|
|
9275
9392
|
"hasDynamicHelp": false,
|
|
9276
9393
|
"multiple": false,
|
|
9277
9394
|
"type": "option"
|
|
9395
|
+
},
|
|
9396
|
+
"channel": {
|
|
9397
|
+
"description": "Channel ID",
|
|
9398
|
+
"name": "channel",
|
|
9399
|
+
"required": true,
|
|
9400
|
+
"hasDynamicHelp": false,
|
|
9401
|
+
"multiple": false,
|
|
9402
|
+
"type": "option"
|
|
9278
9403
|
}
|
|
9279
9404
|
},
|
|
9280
9405
|
"hasDynamicHelp": false,
|
|
9281
9406
|
"hiddenAliases": [],
|
|
9282
|
-
"id": "
|
|
9407
|
+
"id": "tickets:delete",
|
|
9283
9408
|
"pluginAlias": "@instantkom/cli",
|
|
9284
9409
|
"pluginName": "@instantkom/cli",
|
|
9285
9410
|
"pluginType": "core",
|
|
@@ -9289,14 +9414,20 @@
|
|
|
9289
9414
|
"relativePath": [
|
|
9290
9415
|
"dist",
|
|
9291
9416
|
"commands",
|
|
9292
|
-
"
|
|
9293
|
-
"
|
|
9417
|
+
"tickets",
|
|
9418
|
+
"delete.js"
|
|
9294
9419
|
]
|
|
9295
9420
|
},
|
|
9296
|
-
"
|
|
9421
|
+
"tickets:get": {
|
|
9297
9422
|
"aliases": [],
|
|
9298
|
-
"args": {
|
|
9299
|
-
|
|
9423
|
+
"args": {
|
|
9424
|
+
"id": {
|
|
9425
|
+
"description": "Ticket ID",
|
|
9426
|
+
"name": "id",
|
|
9427
|
+
"required": true
|
|
9428
|
+
}
|
|
9429
|
+
},
|
|
9430
|
+
"description": "Get a ticket by ID",
|
|
9300
9431
|
"flags": {
|
|
9301
9432
|
"api-key": {
|
|
9302
9433
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9367,86 +9498,11 @@
|
|
|
9367
9498
|
"hasDynamicHelp": false,
|
|
9368
9499
|
"multiple": false,
|
|
9369
9500
|
"type": "option"
|
|
9370
|
-
},
|
|
9371
|
-
"name": {
|
|
9372
|
-
"description": "Template name",
|
|
9373
|
-
"name": "name",
|
|
9374
|
-
"required": true,
|
|
9375
|
-
"hasDynamicHelp": false,
|
|
9376
|
-
"multiple": false,
|
|
9377
|
-
"type": "option"
|
|
9378
|
-
},
|
|
9379
|
-
"type": {
|
|
9380
|
-
"description": "Template type",
|
|
9381
|
-
"name": "type",
|
|
9382
|
-
"default": "text",
|
|
9383
|
-
"hasDynamicHelp": false,
|
|
9384
|
-
"multiple": false,
|
|
9385
|
-
"options": [
|
|
9386
|
-
"text",
|
|
9387
|
-
"image",
|
|
9388
|
-
"video",
|
|
9389
|
-
"document",
|
|
9390
|
-
"audio",
|
|
9391
|
-
"location",
|
|
9392
|
-
"contact",
|
|
9393
|
-
"interactive"
|
|
9394
|
-
],
|
|
9395
|
-
"type": "option"
|
|
9396
|
-
},
|
|
9397
|
-
"message": {
|
|
9398
|
-
"description": "Template message",
|
|
9399
|
-
"name": "message",
|
|
9400
|
-
"required": true,
|
|
9401
|
-
"hasDynamicHelp": false,
|
|
9402
|
-
"multiple": false,
|
|
9403
|
-
"type": "option"
|
|
9404
|
-
},
|
|
9405
|
-
"color": {
|
|
9406
|
-
"description": "Template color as HEX",
|
|
9407
|
-
"name": "color",
|
|
9408
|
-
"hasDynamicHelp": false,
|
|
9409
|
-
"multiple": false,
|
|
9410
|
-
"type": "option"
|
|
9411
|
-
},
|
|
9412
|
-
"status": {
|
|
9413
|
-
"description": "Template is active",
|
|
9414
|
-
"name": "status",
|
|
9415
|
-
"allowNo": true,
|
|
9416
|
-
"type": "boolean"
|
|
9417
|
-
},
|
|
9418
|
-
"whatsapp-language": {
|
|
9419
|
-
"description": "WhatsApp template language",
|
|
9420
|
-
"name": "whatsapp-language",
|
|
9421
|
-
"hasDynamicHelp": false,
|
|
9422
|
-
"multiple": false,
|
|
9423
|
-
"type": "option"
|
|
9424
|
-
},
|
|
9425
|
-
"buttons": {
|
|
9426
|
-
"description": "Buttons JSON array/object",
|
|
9427
|
-
"name": "buttons",
|
|
9428
|
-
"hasDynamicHelp": false,
|
|
9429
|
-
"multiple": false,
|
|
9430
|
-
"type": "option"
|
|
9431
|
-
},
|
|
9432
|
-
"header-footer": {
|
|
9433
|
-
"description": "Header/footer JSON object",
|
|
9434
|
-
"name": "header-footer",
|
|
9435
|
-
"hasDynamicHelp": false,
|
|
9436
|
-
"multiple": false,
|
|
9437
|
-
"type": "option"
|
|
9438
|
-
},
|
|
9439
|
-
"data": {
|
|
9440
|
-
"description": "Additional JSON object payload",
|
|
9441
|
-
"name": "data",
|
|
9442
|
-
"hasDynamicHelp": false,
|
|
9443
|
-
"multiple": false,
|
|
9444
|
-
"type": "option"
|
|
9445
9501
|
}
|
|
9446
9502
|
},
|
|
9447
9503
|
"hasDynamicHelp": false,
|
|
9448
9504
|
"hiddenAliases": [],
|
|
9449
|
-
"id": "
|
|
9505
|
+
"id": "tickets:get",
|
|
9450
9506
|
"pluginAlias": "@instantkom/cli",
|
|
9451
9507
|
"pluginName": "@instantkom/cli",
|
|
9452
9508
|
"pluginType": "core",
|
|
@@ -9456,20 +9512,14 @@
|
|
|
9456
9512
|
"relativePath": [
|
|
9457
9513
|
"dist",
|
|
9458
9514
|
"commands",
|
|
9459
|
-
"
|
|
9460
|
-
"
|
|
9461
|
-
]
|
|
9462
|
-
},
|
|
9463
|
-
"
|
|
9464
|
-
"aliases": [],
|
|
9465
|
-
"args": {
|
|
9466
|
-
|
|
9467
|
-
"description": "template ID",
|
|
9468
|
-
"name": "id",
|
|
9469
|
-
"required": true
|
|
9470
|
-
}
|
|
9471
|
-
},
|
|
9472
|
-
"description": "Delete template",
|
|
9515
|
+
"tickets",
|
|
9516
|
+
"get.js"
|
|
9517
|
+
]
|
|
9518
|
+
},
|
|
9519
|
+
"tickets:list": {
|
|
9520
|
+
"aliases": [],
|
|
9521
|
+
"args": {},
|
|
9522
|
+
"description": "List tickets for a channel",
|
|
9473
9523
|
"flags": {
|
|
9474
9524
|
"api-key": {
|
|
9475
9525
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9532,11 +9582,35 @@
|
|
|
9532
9582
|
"hasDynamicHelp": false,
|
|
9533
9583
|
"multiple": false,
|
|
9534
9584
|
"type": "option"
|
|
9585
|
+
},
|
|
9586
|
+
"channel": {
|
|
9587
|
+
"description": "Channel ID",
|
|
9588
|
+
"name": "channel",
|
|
9589
|
+
"required": true,
|
|
9590
|
+
"hasDynamicHelp": false,
|
|
9591
|
+
"multiple": false,
|
|
9592
|
+
"type": "option"
|
|
9593
|
+
},
|
|
9594
|
+
"limit": {
|
|
9595
|
+
"description": "Maximum tickets to return",
|
|
9596
|
+
"name": "limit",
|
|
9597
|
+
"default": 500,
|
|
9598
|
+
"hasDynamicHelp": false,
|
|
9599
|
+
"multiple": false,
|
|
9600
|
+
"type": "option"
|
|
9601
|
+
},
|
|
9602
|
+
"offset": {
|
|
9603
|
+
"description": "Number of tickets to skip",
|
|
9604
|
+
"name": "offset",
|
|
9605
|
+
"default": 0,
|
|
9606
|
+
"hasDynamicHelp": false,
|
|
9607
|
+
"multiple": false,
|
|
9608
|
+
"type": "option"
|
|
9535
9609
|
}
|
|
9536
9610
|
},
|
|
9537
9611
|
"hasDynamicHelp": false,
|
|
9538
9612
|
"hiddenAliases": [],
|
|
9539
|
-
"id": "
|
|
9613
|
+
"id": "tickets:list",
|
|
9540
9614
|
"pluginAlias": "@instantkom/cli",
|
|
9541
9615
|
"pluginName": "@instantkom/cli",
|
|
9542
9616
|
"pluginType": "core",
|
|
@@ -9546,14 +9620,20 @@
|
|
|
9546
9620
|
"relativePath": [
|
|
9547
9621
|
"dist",
|
|
9548
9622
|
"commands",
|
|
9549
|
-
"
|
|
9550
|
-
"
|
|
9623
|
+
"tickets",
|
|
9624
|
+
"list.js"
|
|
9551
9625
|
]
|
|
9552
9626
|
},
|
|
9553
|
-
"
|
|
9627
|
+
"tickets:reply": {
|
|
9554
9628
|
"aliases": [],
|
|
9555
|
-
"args": {
|
|
9556
|
-
|
|
9629
|
+
"args": {
|
|
9630
|
+
"id": {
|
|
9631
|
+
"description": "Ticket ID",
|
|
9632
|
+
"name": "id",
|
|
9633
|
+
"required": true
|
|
9634
|
+
}
|
|
9635
|
+
},
|
|
9636
|
+
"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.",
|
|
9557
9637
|
"flags": {
|
|
9558
9638
|
"api-key": {
|
|
9559
9639
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9565,14 +9645,17 @@
|
|
|
9565
9645
|
"type": "option"
|
|
9566
9646
|
},
|
|
9567
9647
|
"format": {
|
|
9568
|
-
"description": "
|
|
9648
|
+
"description": "Output format: text, json, yaml, or table",
|
|
9649
|
+
"helpGroup": "GLOBAL",
|
|
9569
9650
|
"name": "format",
|
|
9570
|
-
"default": "
|
|
9651
|
+
"default": "text",
|
|
9571
9652
|
"hasDynamicHelp": false,
|
|
9572
9653
|
"multiple": false,
|
|
9573
9654
|
"options": [
|
|
9574
|
-
"
|
|
9575
|
-
"json"
|
|
9655
|
+
"text",
|
|
9656
|
+
"json",
|
|
9657
|
+
"yaml",
|
|
9658
|
+
"table"
|
|
9576
9659
|
],
|
|
9577
9660
|
"type": "option"
|
|
9578
9661
|
},
|
|
@@ -9614,25 +9697,24 @@
|
|
|
9614
9697
|
"multiple": false,
|
|
9615
9698
|
"type": "option"
|
|
9616
9699
|
},
|
|
9617
|
-
"
|
|
9618
|
-
"description": "
|
|
9619
|
-
"name": "
|
|
9700
|
+
"message": {
|
|
9701
|
+
"description": "Reply body (raw text, no salutation or sign-off)",
|
|
9702
|
+
"name": "message",
|
|
9620
9703
|
"required": true,
|
|
9621
9704
|
"hasDynamicHelp": false,
|
|
9622
9705
|
"multiple": false,
|
|
9623
9706
|
"type": "option"
|
|
9624
9707
|
},
|
|
9625
|
-
"
|
|
9626
|
-
"description": "
|
|
9627
|
-
"name": "
|
|
9628
|
-
"
|
|
9629
|
-
"
|
|
9630
|
-
"type": "option"
|
|
9708
|
+
"close": {
|
|
9709
|
+
"description": "Close the ticket after sending the reply",
|
|
9710
|
+
"name": "close",
|
|
9711
|
+
"allowNo": false,
|
|
9712
|
+
"type": "boolean"
|
|
9631
9713
|
}
|
|
9632
9714
|
},
|
|
9633
9715
|
"hasDynamicHelp": false,
|
|
9634
9716
|
"hiddenAliases": [],
|
|
9635
|
-
"id": "
|
|
9717
|
+
"id": "tickets:reply",
|
|
9636
9718
|
"pluginAlias": "@instantkom/cli",
|
|
9637
9719
|
"pluginName": "@instantkom/cli",
|
|
9638
9720
|
"pluginType": "core",
|
|
@@ -9642,20 +9724,20 @@
|
|
|
9642
9724
|
"relativePath": [
|
|
9643
9725
|
"dist",
|
|
9644
9726
|
"commands",
|
|
9645
|
-
"
|
|
9646
|
-
"
|
|
9727
|
+
"tickets",
|
|
9728
|
+
"reply.js"
|
|
9647
9729
|
]
|
|
9648
9730
|
},
|
|
9649
|
-
"
|
|
9731
|
+
"tickets:update": {
|
|
9650
9732
|
"aliases": [],
|
|
9651
9733
|
"args": {
|
|
9652
9734
|
"id": {
|
|
9653
|
-
"description": "
|
|
9735
|
+
"description": "Ticket ID",
|
|
9654
9736
|
"name": "id",
|
|
9655
9737
|
"required": true
|
|
9656
9738
|
}
|
|
9657
9739
|
},
|
|
9658
|
-
"description": "
|
|
9740
|
+
"description": "Update a ticket",
|
|
9659
9741
|
"flags": {
|
|
9660
9742
|
"api-key": {
|
|
9661
9743
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9718,11 +9800,60 @@
|
|
|
9718
9800
|
"hasDynamicHelp": false,
|
|
9719
9801
|
"multiple": false,
|
|
9720
9802
|
"type": "option"
|
|
9803
|
+
},
|
|
9804
|
+
"channel": {
|
|
9805
|
+
"description": "Channel ID",
|
|
9806
|
+
"name": "channel",
|
|
9807
|
+
"required": true,
|
|
9808
|
+
"hasDynamicHelp": false,
|
|
9809
|
+
"multiple": false,
|
|
9810
|
+
"type": "option"
|
|
9811
|
+
},
|
|
9812
|
+
"subject": {
|
|
9813
|
+
"description": "Ticket subject",
|
|
9814
|
+
"name": "subject",
|
|
9815
|
+
"hasDynamicHelp": false,
|
|
9816
|
+
"multiple": false,
|
|
9817
|
+
"type": "option"
|
|
9818
|
+
},
|
|
9819
|
+
"priority": {
|
|
9820
|
+
"description": "Ticket priority",
|
|
9821
|
+
"name": "priority",
|
|
9822
|
+
"hasDynamicHelp": false,
|
|
9823
|
+
"multiple": false,
|
|
9824
|
+
"type": "option"
|
|
9825
|
+
},
|
|
9826
|
+
"status": {
|
|
9827
|
+
"description": "Ticket status",
|
|
9828
|
+
"name": "status",
|
|
9829
|
+
"hasDynamicHelp": false,
|
|
9830
|
+
"multiple": false,
|
|
9831
|
+
"type": "option"
|
|
9832
|
+
},
|
|
9833
|
+
"assigned-to": {
|
|
9834
|
+
"description": "User ID to assign the ticket to (use -1 or omit to leave unchanged)",
|
|
9835
|
+
"name": "assigned-to",
|
|
9836
|
+
"hasDynamicHelp": false,
|
|
9837
|
+
"multiple": false,
|
|
9838
|
+
"type": "option"
|
|
9839
|
+
},
|
|
9840
|
+
"notify": {
|
|
9841
|
+
"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.",
|
|
9842
|
+
"name": "notify",
|
|
9843
|
+
"allowNo": true,
|
|
9844
|
+
"type": "boolean"
|
|
9845
|
+
},
|
|
9846
|
+
"data": {
|
|
9847
|
+
"description": "Additional JSON object payload",
|
|
9848
|
+
"name": "data",
|
|
9849
|
+
"hasDynamicHelp": false,
|
|
9850
|
+
"multiple": false,
|
|
9851
|
+
"type": "option"
|
|
9721
9852
|
}
|
|
9722
9853
|
},
|
|
9723
9854
|
"hasDynamicHelp": false,
|
|
9724
9855
|
"hiddenAliases": [],
|
|
9725
|
-
"id": "
|
|
9856
|
+
"id": "tickets:update",
|
|
9726
9857
|
"pluginAlias": "@instantkom/cli",
|
|
9727
9858
|
"pluginName": "@instantkom/cli",
|
|
9728
9859
|
"pluginType": "core",
|
|
@@ -9732,14 +9863,14 @@
|
|
|
9732
9863
|
"relativePath": [
|
|
9733
9864
|
"dist",
|
|
9734
9865
|
"commands",
|
|
9735
|
-
"
|
|
9736
|
-
"
|
|
9866
|
+
"tickets",
|
|
9867
|
+
"update.js"
|
|
9737
9868
|
]
|
|
9738
9869
|
},
|
|
9739
|
-
"
|
|
9870
|
+
"webhooks:add": {
|
|
9740
9871
|
"aliases": [],
|
|
9741
9872
|
"args": {},
|
|
9742
|
-
"description": "
|
|
9873
|
+
"description": "Add a webhook subscription",
|
|
9743
9874
|
"flags": {
|
|
9744
9875
|
"api-key": {
|
|
9745
9876
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9803,32 +9934,33 @@
|
|
|
9803
9934
|
"multiple": false,
|
|
9804
9935
|
"type": "option"
|
|
9805
9936
|
},
|
|
9806
|
-
"
|
|
9807
|
-
"description": "
|
|
9808
|
-
"name": "
|
|
9937
|
+
"event": {
|
|
9938
|
+
"description": "Webhook event to subscribe to",
|
|
9939
|
+
"name": "event",
|
|
9809
9940
|
"required": true,
|
|
9810
9941
|
"hasDynamicHelp": false,
|
|
9811
9942
|
"multiple": false,
|
|
9943
|
+
"options": [
|
|
9944
|
+
"new_contact",
|
|
9945
|
+
"new_message",
|
|
9946
|
+
"broadcast_sent",
|
|
9947
|
+
"contact_updated",
|
|
9948
|
+
"contact_opted_out"
|
|
9949
|
+
],
|
|
9812
9950
|
"type": "option"
|
|
9813
9951
|
},
|
|
9814
|
-
"
|
|
9815
|
-
"description": "
|
|
9816
|
-
"name": "
|
|
9952
|
+
"url": {
|
|
9953
|
+
"description": "HTTPS target URL that receives webhook POSTs",
|
|
9954
|
+
"name": "url",
|
|
9817
9955
|
"required": true,
|
|
9818
9956
|
"hasDynamicHelp": false,
|
|
9819
9957
|
"multiple": false,
|
|
9820
9958
|
"type": "option"
|
|
9821
|
-
},
|
|
9822
|
-
"skip-duplicates": {
|
|
9823
|
-
"description": "Skip duplicate templates",
|
|
9824
|
-
"name": "skip-duplicates",
|
|
9825
|
-
"allowNo": true,
|
|
9826
|
-
"type": "boolean"
|
|
9827
9959
|
}
|
|
9828
9960
|
},
|
|
9829
9961
|
"hasDynamicHelp": false,
|
|
9830
9962
|
"hiddenAliases": [],
|
|
9831
|
-
"id": "
|
|
9963
|
+
"id": "webhooks:add",
|
|
9832
9964
|
"pluginAlias": "@instantkom/cli",
|
|
9833
9965
|
"pluginName": "@instantkom/cli",
|
|
9834
9966
|
"pluginType": "core",
|
|
@@ -9838,14 +9970,14 @@
|
|
|
9838
9970
|
"relativePath": [
|
|
9839
9971
|
"dist",
|
|
9840
9972
|
"commands",
|
|
9841
|
-
"
|
|
9842
|
-
"
|
|
9973
|
+
"webhooks",
|
|
9974
|
+
"add.js"
|
|
9843
9975
|
]
|
|
9844
9976
|
},
|
|
9845
|
-
"
|
|
9977
|
+
"webhooks:events": {
|
|
9846
9978
|
"aliases": [],
|
|
9847
9979
|
"args": {},
|
|
9848
|
-
"description": "List
|
|
9980
|
+
"description": "List supported webhook event names",
|
|
9849
9981
|
"flags": {
|
|
9850
9982
|
"api-key": {
|
|
9851
9983
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9908,41 +10040,11 @@
|
|
|
9908
10040
|
"hasDynamicHelp": false,
|
|
9909
10041
|
"multiple": false,
|
|
9910
10042
|
"type": "option"
|
|
9911
|
-
},
|
|
9912
|
-
"channel": {
|
|
9913
|
-
"description": "Filter by channel ID",
|
|
9914
|
-
"name": "channel",
|
|
9915
|
-
"hasDynamicHelp": false,
|
|
9916
|
-
"multiple": false,
|
|
9917
|
-
"type": "option"
|
|
9918
|
-
},
|
|
9919
|
-
"search": {
|
|
9920
|
-
"description": "Search templates by name or content",
|
|
9921
|
-
"name": "search",
|
|
9922
|
-
"hasDynamicHelp": false,
|
|
9923
|
-
"multiple": false,
|
|
9924
|
-
"type": "option"
|
|
9925
|
-
},
|
|
9926
|
-
"page": {
|
|
9927
|
-
"description": "Page number",
|
|
9928
|
-
"name": "page",
|
|
9929
|
-
"default": 1,
|
|
9930
|
-
"hasDynamicHelp": false,
|
|
9931
|
-
"multiple": false,
|
|
9932
|
-
"type": "option"
|
|
9933
|
-
},
|
|
9934
|
-
"limit": {
|
|
9935
|
-
"description": "Items per page",
|
|
9936
|
-
"name": "limit",
|
|
9937
|
-
"default": 20,
|
|
9938
|
-
"hasDynamicHelp": false,
|
|
9939
|
-
"multiple": false,
|
|
9940
|
-
"type": "option"
|
|
9941
10043
|
}
|
|
9942
10044
|
},
|
|
9943
10045
|
"hasDynamicHelp": false,
|
|
9944
10046
|
"hiddenAliases": [],
|
|
9945
|
-
"id": "
|
|
10047
|
+
"id": "webhooks:events",
|
|
9946
10048
|
"pluginAlias": "@instantkom/cli",
|
|
9947
10049
|
"pluginName": "@instantkom/cli",
|
|
9948
10050
|
"pluginType": "core",
|
|
@@ -9952,20 +10054,14 @@
|
|
|
9952
10054
|
"relativePath": [
|
|
9953
10055
|
"dist",
|
|
9954
10056
|
"commands",
|
|
9955
|
-
"
|
|
9956
|
-
"
|
|
10057
|
+
"webhooks",
|
|
10058
|
+
"events.js"
|
|
9957
10059
|
]
|
|
9958
10060
|
},
|
|
9959
|
-
"
|
|
10061
|
+
"webhooks:list": {
|
|
9960
10062
|
"aliases": [],
|
|
9961
|
-
"args": {
|
|
9962
|
-
|
|
9963
|
-
"description": "Template ID",
|
|
9964
|
-
"name": "id",
|
|
9965
|
-
"required": true
|
|
9966
|
-
}
|
|
9967
|
-
},
|
|
9968
|
-
"description": "Render a message template locally",
|
|
10063
|
+
"args": {},
|
|
10064
|
+
"description": "List webhook subscriptions",
|
|
9969
10065
|
"flags": {
|
|
9970
10066
|
"api-key": {
|
|
9971
10067
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10028,18 +10124,11 @@
|
|
|
10028
10124
|
"hasDynamicHelp": false,
|
|
10029
10125
|
"multiple": false,
|
|
10030
10126
|
"type": "option"
|
|
10031
|
-
},
|
|
10032
|
-
"vars": {
|
|
10033
|
-
"description": "Template variable as key=value; may be repeated",
|
|
10034
|
-
"name": "vars",
|
|
10035
|
-
"hasDynamicHelp": false,
|
|
10036
|
-
"multiple": true,
|
|
10037
|
-
"type": "option"
|
|
10038
10127
|
}
|
|
10039
10128
|
},
|
|
10040
10129
|
"hasDynamicHelp": false,
|
|
10041
10130
|
"hiddenAliases": [],
|
|
10042
|
-
"id": "
|
|
10131
|
+
"id": "webhooks:list",
|
|
10043
10132
|
"pluginAlias": "@instantkom/cli",
|
|
10044
10133
|
"pluginName": "@instantkom/cli",
|
|
10045
10134
|
"pluginType": "core",
|
|
@@ -10049,20 +10138,14 @@
|
|
|
10049
10138
|
"relativePath": [
|
|
10050
10139
|
"dist",
|
|
10051
10140
|
"commands",
|
|
10052
|
-
"
|
|
10053
|
-
"
|
|
10141
|
+
"webhooks",
|
|
10142
|
+
"list.js"
|
|
10054
10143
|
]
|
|
10055
|
-
},
|
|
10056
|
-
"
|
|
10057
|
-
"aliases": [],
|
|
10058
|
-
"args": {
|
|
10059
|
-
|
|
10060
|
-
"description": "Template ID",
|
|
10061
|
-
"name": "id",
|
|
10062
|
-
"required": true
|
|
10063
|
-
}
|
|
10064
|
-
},
|
|
10065
|
-
"description": "Update a message template",
|
|
10144
|
+
},
|
|
10145
|
+
"webhooks:logs": {
|
|
10146
|
+
"aliases": [],
|
|
10147
|
+
"args": {},
|
|
10148
|
+
"description": "Explain webhook log availability",
|
|
10066
10149
|
"flags": {
|
|
10067
10150
|
"api-key": {
|
|
10068
10151
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10125,89 +10208,11 @@
|
|
|
10125
10208
|
"hasDynamicHelp": false,
|
|
10126
10209
|
"multiple": false,
|
|
10127
10210
|
"type": "option"
|
|
10128
|
-
},
|
|
10129
|
-
"name": {
|
|
10130
|
-
"description": "Template name",
|
|
10131
|
-
"name": "name",
|
|
10132
|
-
"hasDynamicHelp": false,
|
|
10133
|
-
"multiple": false,
|
|
10134
|
-
"type": "option"
|
|
10135
|
-
},
|
|
10136
|
-
"type": {
|
|
10137
|
-
"description": "Template type",
|
|
10138
|
-
"name": "type",
|
|
10139
|
-
"hasDynamicHelp": false,
|
|
10140
|
-
"multiple": false,
|
|
10141
|
-
"options": [
|
|
10142
|
-
"text",
|
|
10143
|
-
"image",
|
|
10144
|
-
"video",
|
|
10145
|
-
"document",
|
|
10146
|
-
"audio",
|
|
10147
|
-
"location",
|
|
10148
|
-
"contact",
|
|
10149
|
-
"interactive"
|
|
10150
|
-
],
|
|
10151
|
-
"type": "option"
|
|
10152
|
-
},
|
|
10153
|
-
"message": {
|
|
10154
|
-
"description": "Template message",
|
|
10155
|
-
"name": "message",
|
|
10156
|
-
"hasDynamicHelp": false,
|
|
10157
|
-
"multiple": false,
|
|
10158
|
-
"type": "option"
|
|
10159
|
-
},
|
|
10160
|
-
"color": {
|
|
10161
|
-
"description": "Template color as HEX",
|
|
10162
|
-
"name": "color",
|
|
10163
|
-
"hasDynamicHelp": false,
|
|
10164
|
-
"multiple": false,
|
|
10165
|
-
"type": "option"
|
|
10166
|
-
},
|
|
10167
|
-
"status": {
|
|
10168
|
-
"description": "Template is active",
|
|
10169
|
-
"name": "status",
|
|
10170
|
-
"allowNo": true,
|
|
10171
|
-
"type": "boolean"
|
|
10172
|
-
},
|
|
10173
|
-
"remove-media": {
|
|
10174
|
-
"description": "Remove existing media",
|
|
10175
|
-
"name": "remove-media",
|
|
10176
|
-
"allowNo": false,
|
|
10177
|
-
"type": "boolean"
|
|
10178
|
-
},
|
|
10179
|
-
"whatsapp-language": {
|
|
10180
|
-
"description": "WhatsApp template language",
|
|
10181
|
-
"name": "whatsapp-language",
|
|
10182
|
-
"hasDynamicHelp": false,
|
|
10183
|
-
"multiple": false,
|
|
10184
|
-
"type": "option"
|
|
10185
|
-
},
|
|
10186
|
-
"buttons": {
|
|
10187
|
-
"description": "Buttons JSON array/object",
|
|
10188
|
-
"name": "buttons",
|
|
10189
|
-
"hasDynamicHelp": false,
|
|
10190
|
-
"multiple": false,
|
|
10191
|
-
"type": "option"
|
|
10192
|
-
},
|
|
10193
|
-
"header-footer": {
|
|
10194
|
-
"description": "Header/footer JSON object",
|
|
10195
|
-
"name": "header-footer",
|
|
10196
|
-
"hasDynamicHelp": false,
|
|
10197
|
-
"multiple": false,
|
|
10198
|
-
"type": "option"
|
|
10199
|
-
},
|
|
10200
|
-
"data": {
|
|
10201
|
-
"description": "Additional JSON object payload",
|
|
10202
|
-
"name": "data",
|
|
10203
|
-
"hasDynamicHelp": false,
|
|
10204
|
-
"multiple": false,
|
|
10205
|
-
"type": "option"
|
|
10206
10211
|
}
|
|
10207
10212
|
},
|
|
10208
10213
|
"hasDynamicHelp": false,
|
|
10209
10214
|
"hiddenAliases": [],
|
|
10210
|
-
"id": "
|
|
10215
|
+
"id": "webhooks:logs",
|
|
10211
10216
|
"pluginAlias": "@instantkom/cli",
|
|
10212
10217
|
"pluginName": "@instantkom/cli",
|
|
10213
10218
|
"pluginType": "core",
|
|
@@ -10217,14 +10222,20 @@
|
|
|
10217
10222
|
"relativePath": [
|
|
10218
10223
|
"dist",
|
|
10219
10224
|
"commands",
|
|
10220
|
-
"
|
|
10221
|
-
"
|
|
10225
|
+
"webhooks",
|
|
10226
|
+
"logs.js"
|
|
10222
10227
|
]
|
|
10223
10228
|
},
|
|
10224
|
-
"
|
|
10229
|
+
"webhooks:remove": {
|
|
10225
10230
|
"aliases": [],
|
|
10226
|
-
"args": {
|
|
10227
|
-
|
|
10231
|
+
"args": {
|
|
10232
|
+
"id": {
|
|
10233
|
+
"description": "Webhook subscription ID",
|
|
10234
|
+
"name": "id",
|
|
10235
|
+
"required": true
|
|
10236
|
+
}
|
|
10237
|
+
},
|
|
10238
|
+
"description": "Remove a webhook subscription",
|
|
10228
10239
|
"flags": {
|
|
10229
10240
|
"api-key": {
|
|
10230
10241
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10287,27 +10298,11 @@
|
|
|
10287
10298
|
"hasDynamicHelp": false,
|
|
10288
10299
|
"multiple": false,
|
|
10289
10300
|
"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
10301
|
}
|
|
10307
10302
|
},
|
|
10308
10303
|
"hasDynamicHelp": false,
|
|
10309
10304
|
"hiddenAliases": [],
|
|
10310
|
-
"id": "
|
|
10305
|
+
"id": "webhooks:remove",
|
|
10311
10306
|
"pluginAlias": "@instantkom/cli",
|
|
10312
10307
|
"pluginName": "@instantkom/cli",
|
|
10313
10308
|
"pluginType": "core",
|
|
@@ -10317,14 +10312,14 @@
|
|
|
10317
10312
|
"relativePath": [
|
|
10318
10313
|
"dist",
|
|
10319
10314
|
"commands",
|
|
10320
|
-
"
|
|
10321
|
-
"
|
|
10315
|
+
"webhooks",
|
|
10316
|
+
"remove.js"
|
|
10322
10317
|
]
|
|
10323
10318
|
},
|
|
10324
|
-
"
|
|
10319
|
+
"webhooks:test": {
|
|
10325
10320
|
"aliases": [],
|
|
10326
10321
|
"args": {},
|
|
10327
|
-
"description": "
|
|
10322
|
+
"description": "Send a test webhook payload to a URL",
|
|
10328
10323
|
"flags": {
|
|
10329
10324
|
"api-key": {
|
|
10330
10325
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10388,60 +10383,25 @@
|
|
|
10388
10383
|
"multiple": false,
|
|
10389
10384
|
"type": "option"
|
|
10390
10385
|
},
|
|
10391
|
-
"
|
|
10392
|
-
"description": "
|
|
10393
|
-
"name": "
|
|
10394
|
-
"required": true,
|
|
10395
|
-
"hasDynamicHelp": false,
|
|
10396
|
-
"multiple": false,
|
|
10397
|
-
"type": "option"
|
|
10398
|
-
},
|
|
10399
|
-
"subject": {
|
|
10400
|
-
"description": "Ticket subject",
|
|
10401
|
-
"name": "subject",
|
|
10386
|
+
"url": {
|
|
10387
|
+
"description": "Webhook URL to call",
|
|
10388
|
+
"name": "url",
|
|
10402
10389
|
"required": true,
|
|
10403
10390
|
"hasDynamicHelp": false,
|
|
10404
10391
|
"multiple": false,
|
|
10405
10392
|
"type": "option"
|
|
10406
10393
|
},
|
|
10407
|
-
"
|
|
10408
|
-
"description": "
|
|
10409
|
-
"name": "
|
|
10410
|
-
"
|
|
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",
|
|
10394
|
+
"event": {
|
|
10395
|
+
"description": "Event name",
|
|
10396
|
+
"name": "event",
|
|
10397
|
+
"default": "cli.test",
|
|
10438
10398
|
"hasDynamicHelp": false,
|
|
10439
10399
|
"multiple": false,
|
|
10440
10400
|
"type": "option"
|
|
10441
10401
|
},
|
|
10442
|
-
"
|
|
10443
|
-
"description": "
|
|
10444
|
-
"name": "
|
|
10402
|
+
"payload": {
|
|
10403
|
+
"description": "Payload JSON",
|
|
10404
|
+
"name": "payload",
|
|
10445
10405
|
"hasDynamicHelp": false,
|
|
10446
10406
|
"multiple": false,
|
|
10447
10407
|
"type": "option"
|
|
@@ -10449,7 +10409,7 @@
|
|
|
10449
10409
|
},
|
|
10450
10410
|
"hasDynamicHelp": false,
|
|
10451
10411
|
"hiddenAliases": [],
|
|
10452
|
-
"id": "
|
|
10412
|
+
"id": "webhooks:test",
|
|
10453
10413
|
"pluginAlias": "@instantkom/cli",
|
|
10454
10414
|
"pluginName": "@instantkom/cli",
|
|
10455
10415
|
"pluginType": "core",
|
|
@@ -10459,20 +10419,14 @@
|
|
|
10459
10419
|
"relativePath": [
|
|
10460
10420
|
"dist",
|
|
10461
10421
|
"commands",
|
|
10462
|
-
"
|
|
10463
|
-
"
|
|
10422
|
+
"webhooks",
|
|
10423
|
+
"test.js"
|
|
10464
10424
|
]
|
|
10465
10425
|
},
|
|
10466
|
-
"
|
|
10426
|
+
"team:create": {
|
|
10467
10427
|
"aliases": [],
|
|
10468
|
-
"args": {
|
|
10469
|
-
|
|
10470
|
-
"description": "Ticket ID",
|
|
10471
|
-
"name": "id",
|
|
10472
|
-
"required": true
|
|
10473
|
-
}
|
|
10474
|
-
},
|
|
10475
|
-
"description": "Delete a ticket",
|
|
10428
|
+
"args": {},
|
|
10429
|
+
"description": "Create a team member",
|
|
10476
10430
|
"flags": {
|
|
10477
10431
|
"api-key": {
|
|
10478
10432
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10512,34 +10466,93 @@
|
|
|
10512
10466
|
"allowNo": false,
|
|
10513
10467
|
"type": "boolean"
|
|
10514
10468
|
},
|
|
10515
|
-
"no-color": {
|
|
10516
|
-
"description": "Disable color output",
|
|
10517
|
-
"helpGroup": "GLOBAL",
|
|
10518
|
-
"name": "no-color",
|
|
10519
|
-
"allowNo": false,
|
|
10520
|
-
"type": "boolean"
|
|
10469
|
+
"no-color": {
|
|
10470
|
+
"description": "Disable color output",
|
|
10471
|
+
"helpGroup": "GLOBAL",
|
|
10472
|
+
"name": "no-color",
|
|
10473
|
+
"allowNo": false,
|
|
10474
|
+
"type": "boolean"
|
|
10475
|
+
},
|
|
10476
|
+
"profile": {
|
|
10477
|
+
"description": "Named configuration profile to use",
|
|
10478
|
+
"helpGroup": "GLOBAL",
|
|
10479
|
+
"name": "profile",
|
|
10480
|
+
"default": "default",
|
|
10481
|
+
"hasDynamicHelp": false,
|
|
10482
|
+
"multiple": false,
|
|
10483
|
+
"type": "option"
|
|
10484
|
+
},
|
|
10485
|
+
"api-url": {
|
|
10486
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
10487
|
+
"helpGroup": "GLOBAL",
|
|
10488
|
+
"name": "api-url",
|
|
10489
|
+
"hasDynamicHelp": false,
|
|
10490
|
+
"multiple": false,
|
|
10491
|
+
"type": "option"
|
|
10492
|
+
},
|
|
10493
|
+
"email": {
|
|
10494
|
+
"description": "Email address",
|
|
10495
|
+
"name": "email",
|
|
10496
|
+
"required": true,
|
|
10497
|
+
"hasDynamicHelp": false,
|
|
10498
|
+
"multiple": false,
|
|
10499
|
+
"type": "option"
|
|
10500
|
+
},
|
|
10501
|
+
"first-name": {
|
|
10502
|
+
"description": "First name",
|
|
10503
|
+
"name": "first-name",
|
|
10504
|
+
"required": true,
|
|
10505
|
+
"hasDynamicHelp": false,
|
|
10506
|
+
"multiple": false,
|
|
10507
|
+
"type": "option"
|
|
10508
|
+
},
|
|
10509
|
+
"last-name": {
|
|
10510
|
+
"description": "Last name",
|
|
10511
|
+
"name": "last-name",
|
|
10512
|
+
"required": true,
|
|
10513
|
+
"hasDynamicHelp": false,
|
|
10514
|
+
"multiple": false,
|
|
10515
|
+
"type": "option"
|
|
10516
|
+
},
|
|
10517
|
+
"password": {
|
|
10518
|
+
"description": "Initial password",
|
|
10519
|
+
"name": "password",
|
|
10520
|
+
"required": true,
|
|
10521
|
+
"hasDynamicHelp": false,
|
|
10522
|
+
"multiple": false,
|
|
10523
|
+
"type": "option"
|
|
10524
|
+
},
|
|
10525
|
+
"phone": {
|
|
10526
|
+
"description": "Phone number",
|
|
10527
|
+
"name": "phone",
|
|
10528
|
+
"hasDynamicHelp": false,
|
|
10529
|
+
"multiple": false,
|
|
10530
|
+
"type": "option"
|
|
10521
10531
|
},
|
|
10522
|
-
"
|
|
10523
|
-
"description": "
|
|
10524
|
-
"
|
|
10525
|
-
"name": "profile",
|
|
10526
|
-
"default": "default",
|
|
10532
|
+
"company": {
|
|
10533
|
+
"description": "Company name",
|
|
10534
|
+
"name": "company",
|
|
10527
10535
|
"hasDynamicHelp": false,
|
|
10528
10536
|
"multiple": false,
|
|
10529
10537
|
"type": "option"
|
|
10530
10538
|
},
|
|
10531
|
-
"
|
|
10532
|
-
"description": "
|
|
10533
|
-
"
|
|
10534
|
-
"name": "api-url",
|
|
10539
|
+
"color": {
|
|
10540
|
+
"description": "Color as HEX",
|
|
10541
|
+
"name": "color",
|
|
10535
10542
|
"hasDynamicHelp": false,
|
|
10536
10543
|
"multiple": false,
|
|
10537
10544
|
"type": "option"
|
|
10538
10545
|
},
|
|
10539
|
-
"
|
|
10540
|
-
"description": "
|
|
10541
|
-
"name": "
|
|
10542
|
-
"
|
|
10546
|
+
"folder": {
|
|
10547
|
+
"description": "Object folder ID",
|
|
10548
|
+
"name": "folder",
|
|
10549
|
+
"hasDynamicHelp": false,
|
|
10550
|
+
"multiple": false,
|
|
10551
|
+
"type": "option"
|
|
10552
|
+
},
|
|
10553
|
+
"data": {
|
|
10554
|
+
"description": "Additional JSON object payload",
|
|
10555
|
+
"name": "data",
|
|
10543
10556
|
"hasDynamicHelp": false,
|
|
10544
10557
|
"multiple": false,
|
|
10545
10558
|
"type": "option"
|
|
@@ -10547,7 +10560,7 @@
|
|
|
10547
10560
|
},
|
|
10548
10561
|
"hasDynamicHelp": false,
|
|
10549
10562
|
"hiddenAliases": [],
|
|
10550
|
-
"id": "
|
|
10563
|
+
"id": "team:create",
|
|
10551
10564
|
"pluginAlias": "@instantkom/cli",
|
|
10552
10565
|
"pluginName": "@instantkom/cli",
|
|
10553
10566
|
"pluginType": "core",
|
|
@@ -10557,20 +10570,20 @@
|
|
|
10557
10570
|
"relativePath": [
|
|
10558
10571
|
"dist",
|
|
10559
10572
|
"commands",
|
|
10560
|
-
"
|
|
10561
|
-
"
|
|
10573
|
+
"team",
|
|
10574
|
+
"create.js"
|
|
10562
10575
|
]
|
|
10563
10576
|
},
|
|
10564
|
-
"
|
|
10577
|
+
"team:delete": {
|
|
10565
10578
|
"aliases": [],
|
|
10566
10579
|
"args": {
|
|
10567
10580
|
"id": {
|
|
10568
|
-
"description": "
|
|
10581
|
+
"description": "Team member ID",
|
|
10569
10582
|
"name": "id",
|
|
10570
10583
|
"required": true
|
|
10571
10584
|
}
|
|
10572
10585
|
},
|
|
10573
|
-
"description": "
|
|
10586
|
+
"description": "Delete a team member",
|
|
10574
10587
|
"flags": {
|
|
10575
10588
|
"api-key": {
|
|
10576
10589
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10633,19 +10646,11 @@
|
|
|
10633
10646
|
"hasDynamicHelp": false,
|
|
10634
10647
|
"multiple": false,
|
|
10635
10648
|
"type": "option"
|
|
10636
|
-
},
|
|
10637
|
-
"channel": {
|
|
10638
|
-
"description": "Channel ID",
|
|
10639
|
-
"name": "channel",
|
|
10640
|
-
"required": true,
|
|
10641
|
-
"hasDynamicHelp": false,
|
|
10642
|
-
"multiple": false,
|
|
10643
|
-
"type": "option"
|
|
10644
10649
|
}
|
|
10645
10650
|
},
|
|
10646
10651
|
"hasDynamicHelp": false,
|
|
10647
10652
|
"hiddenAliases": [],
|
|
10648
|
-
"id": "
|
|
10653
|
+
"id": "team:delete",
|
|
10649
10654
|
"pluginAlias": "@instantkom/cli",
|
|
10650
10655
|
"pluginName": "@instantkom/cli",
|
|
10651
10656
|
"pluginType": "core",
|
|
@@ -10655,14 +10660,14 @@
|
|
|
10655
10660
|
"relativePath": [
|
|
10656
10661
|
"dist",
|
|
10657
10662
|
"commands",
|
|
10658
|
-
"
|
|
10659
|
-
"
|
|
10663
|
+
"team",
|
|
10664
|
+
"delete.js"
|
|
10660
10665
|
]
|
|
10661
10666
|
},
|
|
10662
|
-
"
|
|
10667
|
+
"team:list": {
|
|
10663
10668
|
"aliases": [],
|
|
10664
10669
|
"args": {},
|
|
10665
|
-
"description": "List
|
|
10670
|
+
"description": "List team members",
|
|
10666
10671
|
"flags": {
|
|
10667
10672
|
"api-key": {
|
|
10668
10673
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10725,35 +10730,11 @@
|
|
|
10725
10730
|
"hasDynamicHelp": false,
|
|
10726
10731
|
"multiple": false,
|
|
10727
10732
|
"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
10733
|
}
|
|
10753
10734
|
},
|
|
10754
10735
|
"hasDynamicHelp": false,
|
|
10755
10736
|
"hiddenAliases": [],
|
|
10756
|
-
"id": "
|
|
10737
|
+
"id": "team:list",
|
|
10757
10738
|
"pluginAlias": "@instantkom/cli",
|
|
10758
10739
|
"pluginName": "@instantkom/cli",
|
|
10759
10740
|
"pluginType": "core",
|
|
@@ -10763,20 +10744,14 @@
|
|
|
10763
10744
|
"relativePath": [
|
|
10764
10745
|
"dist",
|
|
10765
10746
|
"commands",
|
|
10766
|
-
"
|
|
10747
|
+
"team",
|
|
10767
10748
|
"list.js"
|
|
10768
10749
|
]
|
|
10769
10750
|
},
|
|
10770
|
-
"
|
|
10751
|
+
"tags:create": {
|
|
10771
10752
|
"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.",
|
|
10753
|
+
"args": {},
|
|
10754
|
+
"description": "Create a tag",
|
|
10780
10755
|
"flags": {
|
|
10781
10756
|
"api-key": {
|
|
10782
10757
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10840,24 +10815,46 @@
|
|
|
10840
10815
|
"multiple": false,
|
|
10841
10816
|
"type": "option"
|
|
10842
10817
|
},
|
|
10843
|
-
"
|
|
10844
|
-
"description": "
|
|
10845
|
-
"name": "
|
|
10818
|
+
"name": {
|
|
10819
|
+
"description": "Tag name",
|
|
10820
|
+
"name": "name",
|
|
10846
10821
|
"required": true,
|
|
10847
10822
|
"hasDynamicHelp": false,
|
|
10848
10823
|
"multiple": false,
|
|
10849
10824
|
"type": "option"
|
|
10850
10825
|
},
|
|
10851
|
-
"
|
|
10852
|
-
"description": "
|
|
10853
|
-
"name": "
|
|
10854
|
-
"
|
|
10855
|
-
"
|
|
10826
|
+
"description": {
|
|
10827
|
+
"description": "Tag description",
|
|
10828
|
+
"name": "description",
|
|
10829
|
+
"hasDynamicHelp": false,
|
|
10830
|
+
"multiple": false,
|
|
10831
|
+
"type": "option"
|
|
10832
|
+
},
|
|
10833
|
+
"color": {
|
|
10834
|
+
"description": "Tag color as HEX",
|
|
10835
|
+
"name": "color",
|
|
10836
|
+
"hasDynamicHelp": false,
|
|
10837
|
+
"multiple": false,
|
|
10838
|
+
"type": "option"
|
|
10839
|
+
},
|
|
10840
|
+
"folder": {
|
|
10841
|
+
"description": "Object folder ID",
|
|
10842
|
+
"name": "folder",
|
|
10843
|
+
"hasDynamicHelp": false,
|
|
10844
|
+
"multiple": false,
|
|
10845
|
+
"type": "option"
|
|
10846
|
+
},
|
|
10847
|
+
"data": {
|
|
10848
|
+
"description": "Additional JSON object payload",
|
|
10849
|
+
"name": "data",
|
|
10850
|
+
"hasDynamicHelp": false,
|
|
10851
|
+
"multiple": false,
|
|
10852
|
+
"type": "option"
|
|
10856
10853
|
}
|
|
10857
10854
|
},
|
|
10858
10855
|
"hasDynamicHelp": false,
|
|
10859
10856
|
"hiddenAliases": [],
|
|
10860
|
-
"id": "
|
|
10857
|
+
"id": "tags:create",
|
|
10861
10858
|
"pluginAlias": "@instantkom/cli",
|
|
10862
10859
|
"pluginName": "@instantkom/cli",
|
|
10863
10860
|
"pluginType": "core",
|
|
@@ -10867,20 +10864,20 @@
|
|
|
10867
10864
|
"relativePath": [
|
|
10868
10865
|
"dist",
|
|
10869
10866
|
"commands",
|
|
10870
|
-
"
|
|
10871
|
-
"
|
|
10867
|
+
"tags",
|
|
10868
|
+
"create.js"
|
|
10872
10869
|
]
|
|
10873
10870
|
},
|
|
10874
|
-
"
|
|
10871
|
+
"tags:delete": {
|
|
10875
10872
|
"aliases": [],
|
|
10876
10873
|
"args": {
|
|
10877
10874
|
"id": {
|
|
10878
|
-
"description": "
|
|
10875
|
+
"description": "tag ID",
|
|
10879
10876
|
"name": "id",
|
|
10880
10877
|
"required": true
|
|
10881
10878
|
}
|
|
10882
10879
|
},
|
|
10883
|
-
"description": "
|
|
10880
|
+
"description": "Delete tag",
|
|
10884
10881
|
"flags": {
|
|
10885
10882
|
"api-key": {
|
|
10886
10883
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10943,60 +10940,11 @@
|
|
|
10943
10940
|
"hasDynamicHelp": false,
|
|
10944
10941
|
"multiple": false,
|
|
10945
10942
|
"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
10943
|
}
|
|
10996
10944
|
},
|
|
10997
10945
|
"hasDynamicHelp": false,
|
|
10998
10946
|
"hiddenAliases": [],
|
|
10999
|
-
"id": "
|
|
10947
|
+
"id": "tags:delete",
|
|
11000
10948
|
"pluginAlias": "@instantkom/cli",
|
|
11001
10949
|
"pluginName": "@instantkom/cli",
|
|
11002
10950
|
"pluginType": "core",
|
|
@@ -11006,14 +10954,14 @@
|
|
|
11006
10954
|
"relativePath": [
|
|
11007
10955
|
"dist",
|
|
11008
10956
|
"commands",
|
|
11009
|
-
"
|
|
11010
|
-
"
|
|
10957
|
+
"tags",
|
|
10958
|
+
"delete.js"
|
|
11011
10959
|
]
|
|
11012
10960
|
},
|
|
11013
|
-
"
|
|
10961
|
+
"tags:export": {
|
|
11014
10962
|
"aliases": [],
|
|
11015
10963
|
"args": {},
|
|
11016
|
-
"description": "
|
|
10964
|
+
"description": "Export tags to a file",
|
|
11017
10965
|
"flags": {
|
|
11018
10966
|
"api-key": {
|
|
11019
10967
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11025,17 +10973,14 @@
|
|
|
11025
10973
|
"type": "option"
|
|
11026
10974
|
},
|
|
11027
10975
|
"format": {
|
|
11028
|
-
"description": "
|
|
11029
|
-
"helpGroup": "GLOBAL",
|
|
10976
|
+
"description": "Export format",
|
|
11030
10977
|
"name": "format",
|
|
11031
|
-
"default": "
|
|
10978
|
+
"default": "csv",
|
|
11032
10979
|
"hasDynamicHelp": false,
|
|
11033
10980
|
"multiple": false,
|
|
11034
10981
|
"options": [
|
|
11035
|
-
"
|
|
11036
|
-
"json"
|
|
11037
|
-
"yaml",
|
|
11038
|
-
"table"
|
|
10982
|
+
"csv",
|
|
10983
|
+
"json"
|
|
11039
10984
|
],
|
|
11040
10985
|
"type": "option"
|
|
11041
10986
|
},
|
|
@@ -11077,24 +11022,9 @@
|
|
|
11077
11022
|
"multiple": false,
|
|
11078
11023
|
"type": "option"
|
|
11079
11024
|
},
|
|
11080
|
-
"
|
|
11081
|
-
"description": "
|
|
11082
|
-
"name": "
|
|
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",
|
|
11025
|
+
"file": {
|
|
11026
|
+
"description": "Output file path",
|
|
11027
|
+
"name": "file",
|
|
11098
11028
|
"required": true,
|
|
11099
11029
|
"hasDynamicHelp": false,
|
|
11100
11030
|
"multiple": false,
|
|
@@ -11103,7 +11033,7 @@
|
|
|
11103
11033
|
},
|
|
11104
11034
|
"hasDynamicHelp": false,
|
|
11105
11035
|
"hiddenAliases": [],
|
|
11106
|
-
"id": "
|
|
11036
|
+
"id": "tags:export",
|
|
11107
11037
|
"pluginAlias": "@instantkom/cli",
|
|
11108
11038
|
"pluginName": "@instantkom/cli",
|
|
11109
11039
|
"pluginType": "core",
|
|
@@ -11113,14 +11043,20 @@
|
|
|
11113
11043
|
"relativePath": [
|
|
11114
11044
|
"dist",
|
|
11115
11045
|
"commands",
|
|
11116
|
-
"
|
|
11117
|
-
"
|
|
11046
|
+
"tags",
|
|
11047
|
+
"export.js"
|
|
11118
11048
|
]
|
|
11119
11049
|
},
|
|
11120
|
-
"
|
|
11050
|
+
"tags:get": {
|
|
11121
11051
|
"aliases": [],
|
|
11122
|
-
"args": {
|
|
11123
|
-
|
|
11052
|
+
"args": {
|
|
11053
|
+
"id": {
|
|
11054
|
+
"description": "tag ID",
|
|
11055
|
+
"name": "id",
|
|
11056
|
+
"required": true
|
|
11057
|
+
}
|
|
11058
|
+
},
|
|
11059
|
+
"description": "Get tag by ID",
|
|
11124
11060
|
"flags": {
|
|
11125
11061
|
"api-key": {
|
|
11126
11062
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11187,7 +11123,7 @@
|
|
|
11187
11123
|
},
|
|
11188
11124
|
"hasDynamicHelp": false,
|
|
11189
11125
|
"hiddenAliases": [],
|
|
11190
|
-
"id": "
|
|
11126
|
+
"id": "tags:get",
|
|
11191
11127
|
"pluginAlias": "@instantkom/cli",
|
|
11192
11128
|
"pluginName": "@instantkom/cli",
|
|
11193
11129
|
"pluginType": "core",
|
|
@@ -11197,14 +11133,14 @@
|
|
|
11197
11133
|
"relativePath": [
|
|
11198
11134
|
"dist",
|
|
11199
11135
|
"commands",
|
|
11200
|
-
"
|
|
11201
|
-
"
|
|
11136
|
+
"tags",
|
|
11137
|
+
"get.js"
|
|
11202
11138
|
]
|
|
11203
11139
|
},
|
|
11204
|
-
"
|
|
11140
|
+
"tags:import": {
|
|
11205
11141
|
"aliases": [],
|
|
11206
11142
|
"args": {},
|
|
11207
|
-
"description": "
|
|
11143
|
+
"description": "Import tags from JSON",
|
|
11208
11144
|
"flags": {
|
|
11209
11145
|
"api-key": {
|
|
11210
11146
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11267,11 +11203,25 @@
|
|
|
11267
11203
|
"hasDynamicHelp": false,
|
|
11268
11204
|
"multiple": false,
|
|
11269
11205
|
"type": "option"
|
|
11206
|
+
},
|
|
11207
|
+
"file": {
|
|
11208
|
+
"description": "JSON file path",
|
|
11209
|
+
"name": "file",
|
|
11210
|
+
"required": true,
|
|
11211
|
+
"hasDynamicHelp": false,
|
|
11212
|
+
"multiple": false,
|
|
11213
|
+
"type": "option"
|
|
11214
|
+
},
|
|
11215
|
+
"skip-duplicates": {
|
|
11216
|
+
"description": "Skip duplicate tags",
|
|
11217
|
+
"name": "skip-duplicates",
|
|
11218
|
+
"allowNo": true,
|
|
11219
|
+
"type": "boolean"
|
|
11270
11220
|
}
|
|
11271
11221
|
},
|
|
11272
11222
|
"hasDynamicHelp": false,
|
|
11273
11223
|
"hiddenAliases": [],
|
|
11274
|
-
"id": "
|
|
11224
|
+
"id": "tags:import",
|
|
11275
11225
|
"pluginAlias": "@instantkom/cli",
|
|
11276
11226
|
"pluginName": "@instantkom/cli",
|
|
11277
11227
|
"pluginType": "core",
|
|
@@ -11281,14 +11231,14 @@
|
|
|
11281
11231
|
"relativePath": [
|
|
11282
11232
|
"dist",
|
|
11283
11233
|
"commands",
|
|
11284
|
-
"
|
|
11285
|
-
"
|
|
11234
|
+
"tags",
|
|
11235
|
+
"import.js"
|
|
11286
11236
|
]
|
|
11287
11237
|
},
|
|
11288
|
-
"
|
|
11238
|
+
"tags:list": {
|
|
11289
11239
|
"aliases": [],
|
|
11290
11240
|
"args": {},
|
|
11291
|
-
"description": "
|
|
11241
|
+
"description": "List tags",
|
|
11292
11242
|
"flags": {
|
|
11293
11243
|
"api-key": {
|
|
11294
11244
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11351,11 +11301,41 @@
|
|
|
11351
11301
|
"hasDynamicHelp": false,
|
|
11352
11302
|
"multiple": false,
|
|
11353
11303
|
"type": "option"
|
|
11304
|
+
},
|
|
11305
|
+
"page": {
|
|
11306
|
+
"description": "Page number",
|
|
11307
|
+
"name": "page",
|
|
11308
|
+
"default": 1,
|
|
11309
|
+
"hasDynamicHelp": false,
|
|
11310
|
+
"multiple": false,
|
|
11311
|
+
"type": "option"
|
|
11312
|
+
},
|
|
11313
|
+
"limit": {
|
|
11314
|
+
"description": "Items per page",
|
|
11315
|
+
"name": "limit",
|
|
11316
|
+
"default": 20,
|
|
11317
|
+
"hasDynamicHelp": false,
|
|
11318
|
+
"multiple": false,
|
|
11319
|
+
"type": "option"
|
|
11320
|
+
},
|
|
11321
|
+
"search": {
|
|
11322
|
+
"description": "Search by name",
|
|
11323
|
+
"name": "search",
|
|
11324
|
+
"hasDynamicHelp": false,
|
|
11325
|
+
"multiple": false,
|
|
11326
|
+
"type": "option"
|
|
11327
|
+
},
|
|
11328
|
+
"color": {
|
|
11329
|
+
"description": "Filter by color",
|
|
11330
|
+
"name": "color",
|
|
11331
|
+
"hasDynamicHelp": false,
|
|
11332
|
+
"multiple": false,
|
|
11333
|
+
"type": "option"
|
|
11354
11334
|
}
|
|
11355
11335
|
},
|
|
11356
11336
|
"hasDynamicHelp": false,
|
|
11357
11337
|
"hiddenAliases": [],
|
|
11358
|
-
"id": "
|
|
11338
|
+
"id": "tags:list",
|
|
11359
11339
|
"pluginAlias": "@instantkom/cli",
|
|
11360
11340
|
"pluginName": "@instantkom/cli",
|
|
11361
11341
|
"pluginType": "core",
|
|
@@ -11365,20 +11345,20 @@
|
|
|
11365
11345
|
"relativePath": [
|
|
11366
11346
|
"dist",
|
|
11367
11347
|
"commands",
|
|
11368
|
-
"
|
|
11369
|
-
"
|
|
11348
|
+
"tags",
|
|
11349
|
+
"list.js"
|
|
11370
11350
|
]
|
|
11371
11351
|
},
|
|
11372
|
-
"
|
|
11352
|
+
"tags:update": {
|
|
11373
11353
|
"aliases": [],
|
|
11374
11354
|
"args": {
|
|
11375
11355
|
"id": {
|
|
11376
|
-
"description": "
|
|
11356
|
+
"description": "Tag ID",
|
|
11377
11357
|
"name": "id",
|
|
11378
11358
|
"required": true
|
|
11379
11359
|
}
|
|
11380
11360
|
},
|
|
11381
|
-
"description": "
|
|
11361
|
+
"description": "Update a tag",
|
|
11382
11362
|
"flags": {
|
|
11383
11363
|
"api-key": {
|
|
11384
11364
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11441,11 +11421,46 @@
|
|
|
11441
11421
|
"hasDynamicHelp": false,
|
|
11442
11422
|
"multiple": false,
|
|
11443
11423
|
"type": "option"
|
|
11424
|
+
},
|
|
11425
|
+
"name": {
|
|
11426
|
+
"description": "Tag name",
|
|
11427
|
+
"name": "name",
|
|
11428
|
+
"hasDynamicHelp": false,
|
|
11429
|
+
"multiple": false,
|
|
11430
|
+
"type": "option"
|
|
11431
|
+
},
|
|
11432
|
+
"description": {
|
|
11433
|
+
"description": "Tag description",
|
|
11434
|
+
"name": "description",
|
|
11435
|
+
"hasDynamicHelp": false,
|
|
11436
|
+
"multiple": false,
|
|
11437
|
+
"type": "option"
|
|
11438
|
+
},
|
|
11439
|
+
"color": {
|
|
11440
|
+
"description": "Tag color as HEX",
|
|
11441
|
+
"name": "color",
|
|
11442
|
+
"hasDynamicHelp": false,
|
|
11443
|
+
"multiple": false,
|
|
11444
|
+
"type": "option"
|
|
11445
|
+
},
|
|
11446
|
+
"folder": {
|
|
11447
|
+
"description": "Object folder ID",
|
|
11448
|
+
"name": "folder",
|
|
11449
|
+
"hasDynamicHelp": false,
|
|
11450
|
+
"multiple": false,
|
|
11451
|
+
"type": "option"
|
|
11452
|
+
},
|
|
11453
|
+
"data": {
|
|
11454
|
+
"description": "Additional JSON object payload",
|
|
11455
|
+
"name": "data",
|
|
11456
|
+
"hasDynamicHelp": false,
|
|
11457
|
+
"multiple": false,
|
|
11458
|
+
"type": "option"
|
|
11444
11459
|
}
|
|
11445
11460
|
},
|
|
11446
11461
|
"hasDynamicHelp": false,
|
|
11447
11462
|
"hiddenAliases": [],
|
|
11448
|
-
"id": "
|
|
11463
|
+
"id": "tags:update",
|
|
11449
11464
|
"pluginAlias": "@instantkom/cli",
|
|
11450
11465
|
"pluginName": "@instantkom/cli",
|
|
11451
11466
|
"pluginType": "core",
|
|
@@ -11455,14 +11470,14 @@
|
|
|
11455
11470
|
"relativePath": [
|
|
11456
11471
|
"dist",
|
|
11457
11472
|
"commands",
|
|
11458
|
-
"
|
|
11459
|
-
"
|
|
11473
|
+
"tags",
|
|
11474
|
+
"update.js"
|
|
11460
11475
|
]
|
|
11461
11476
|
},
|
|
11462
|
-
"
|
|
11477
|
+
"tags:validate-import": {
|
|
11463
11478
|
"aliases": [],
|
|
11464
11479
|
"args": {},
|
|
11465
|
-
"description": "
|
|
11480
|
+
"description": "Validate tags import JSON",
|
|
11466
11481
|
"flags": {
|
|
11467
11482
|
"api-key": {
|
|
11468
11483
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11526,33 +11541,18 @@
|
|
|
11526
11541
|
"multiple": false,
|
|
11527
11542
|
"type": "option"
|
|
11528
11543
|
},
|
|
11529
|
-
"
|
|
11530
|
-
"description": "
|
|
11531
|
-
"name": "
|
|
11544
|
+
"file": {
|
|
11545
|
+
"description": "JSON file path",
|
|
11546
|
+
"name": "file",
|
|
11532
11547
|
"required": true,
|
|
11533
11548
|
"hasDynamicHelp": false,
|
|
11534
11549
|
"multiple": false,
|
|
11535
11550
|
"type": "option"
|
|
11536
|
-
},
|
|
11537
|
-
"event": {
|
|
11538
|
-
"description": "Event name",
|
|
11539
|
-
"name": "event",
|
|
11540
|
-
"default": "cli.test",
|
|
11541
|
-
"hasDynamicHelp": false,
|
|
11542
|
-
"multiple": false,
|
|
11543
|
-
"type": "option"
|
|
11544
|
-
},
|
|
11545
|
-
"payload": {
|
|
11546
|
-
"description": "Payload JSON",
|
|
11547
|
-
"name": "payload",
|
|
11548
|
-
"hasDynamicHelp": false,
|
|
11549
|
-
"multiple": false,
|
|
11550
|
-
"type": "option"
|
|
11551
11551
|
}
|
|
11552
11552
|
},
|
|
11553
11553
|
"hasDynamicHelp": false,
|
|
11554
11554
|
"hiddenAliases": [],
|
|
11555
|
-
"id": "
|
|
11555
|
+
"id": "tags:validate-import",
|
|
11556
11556
|
"pluginAlias": "@instantkom/cli",
|
|
11557
11557
|
"pluginName": "@instantkom/cli",
|
|
11558
11558
|
"pluginType": "core",
|
|
@@ -11562,8 +11562,8 @@
|
|
|
11562
11562
|
"relativePath": [
|
|
11563
11563
|
"dist",
|
|
11564
11564
|
"commands",
|
|
11565
|
-
"
|
|
11566
|
-
"
|
|
11565
|
+
"tags",
|
|
11566
|
+
"validate-import.js"
|
|
11567
11567
|
]
|
|
11568
11568
|
},
|
|
11569
11569
|
"auth:tokens:create": {
|
|
@@ -11856,16 +11856,16 @@
|
|
|
11856
11856
|
"revoke.js"
|
|
11857
11857
|
]
|
|
11858
11858
|
},
|
|
11859
|
-
"bots:
|
|
11859
|
+
"bots:filters:create": {
|
|
11860
11860
|
"aliases": [],
|
|
11861
11861
|
"args": {
|
|
11862
|
-
"
|
|
11863
|
-
"description": "
|
|
11864
|
-
"name": "
|
|
11862
|
+
"botId": {
|
|
11863
|
+
"description": "Bot ID",
|
|
11864
|
+
"name": "botId",
|
|
11865
11865
|
"required": true
|
|
11866
11866
|
}
|
|
11867
11867
|
},
|
|
11868
|
-
"description": "
|
|
11868
|
+
"description": "Create a bot filter",
|
|
11869
11869
|
"flags": {
|
|
11870
11870
|
"api-key": {
|
|
11871
11871
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11928,112 +11928,64 @@
|
|
|
11928
11928
|
"hasDynamicHelp": false,
|
|
11929
11929
|
"multiple": false,
|
|
11930
11930
|
"type": "option"
|
|
11931
|
-
}
|
|
11932
|
-
|
|
11933
|
-
|
|
11934
|
-
|
|
11935
|
-
|
|
11936
|
-
"pluginAlias": "@instantkom/cli",
|
|
11937
|
-
"pluginName": "@instantkom/cli",
|
|
11938
|
-
"pluginType": "core",
|
|
11939
|
-
"strict": true,
|
|
11940
|
-
"enableJsonFlag": false,
|
|
11941
|
-
"isESM": true,
|
|
11942
|
-
"relativePath": [
|
|
11943
|
-
"dist",
|
|
11944
|
-
"commands",
|
|
11945
|
-
"bots",
|
|
11946
|
-
"env-vars",
|
|
11947
|
-
"bots.js"
|
|
11948
|
-
]
|
|
11949
|
-
},
|
|
11950
|
-
"bots:env-vars:create": {
|
|
11951
|
-
"aliases": [],
|
|
11952
|
-
"args": {},
|
|
11953
|
-
"description": "Create a bot environment variable",
|
|
11954
|
-
"flags": {
|
|
11955
|
-
"api-key": {
|
|
11956
|
-
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
11957
|
-
"env": "IKM_API_KEY",
|
|
11958
|
-
"helpGroup": "GLOBAL",
|
|
11959
|
-
"name": "api-key",
|
|
11931
|
+
},
|
|
11932
|
+
"name": {
|
|
11933
|
+
"description": "Filter name",
|
|
11934
|
+
"name": "name",
|
|
11935
|
+
"required": true,
|
|
11960
11936
|
"hasDynamicHelp": false,
|
|
11961
11937
|
"multiple": false,
|
|
11962
11938
|
"type": "option"
|
|
11963
11939
|
},
|
|
11964
|
-
"
|
|
11965
|
-
"description": "
|
|
11966
|
-
"
|
|
11967
|
-
"
|
|
11968
|
-
"default": "text",
|
|
11940
|
+
"operator": {
|
|
11941
|
+
"description": "Logical operator",
|
|
11942
|
+
"name": "operator",
|
|
11943
|
+
"default": "and",
|
|
11969
11944
|
"hasDynamicHelp": false,
|
|
11970
11945
|
"multiple": false,
|
|
11971
|
-
"options": [
|
|
11972
|
-
"text",
|
|
11973
|
-
"json",
|
|
11974
|
-
"yaml",
|
|
11975
|
-
"table"
|
|
11976
|
-
],
|
|
11977
11946
|
"type": "option"
|
|
11978
11947
|
},
|
|
11979
|
-
"
|
|
11980
|
-
"description": "
|
|
11981
|
-
"
|
|
11982
|
-
"
|
|
11983
|
-
"allowNo": false,
|
|
11984
|
-
"type": "boolean"
|
|
11985
|
-
},
|
|
11986
|
-
"quiet": {
|
|
11987
|
-
"description": "Suppress all output except errors",
|
|
11988
|
-
"helpGroup": "GLOBAL",
|
|
11989
|
-
"name": "quiet",
|
|
11990
|
-
"allowNo": false,
|
|
11991
|
-
"type": "boolean"
|
|
11992
|
-
},
|
|
11993
|
-
"no-color": {
|
|
11994
|
-
"description": "Disable color output",
|
|
11995
|
-
"helpGroup": "GLOBAL",
|
|
11996
|
-
"name": "no-color",
|
|
11997
|
-
"allowNo": false,
|
|
11998
|
-
"type": "boolean"
|
|
11999
|
-
},
|
|
12000
|
-
"profile": {
|
|
12001
|
-
"description": "Named configuration profile to use",
|
|
12002
|
-
"helpGroup": "GLOBAL",
|
|
12003
|
-
"name": "profile",
|
|
12004
|
-
"default": "default",
|
|
11948
|
+
"filter-object": {
|
|
11949
|
+
"description": "Filter object type",
|
|
11950
|
+
"name": "filter-object",
|
|
11951
|
+
"default": "msg",
|
|
12005
11952
|
"hasDynamicHelp": false,
|
|
12006
11953
|
"multiple": false,
|
|
12007
11954
|
"type": "option"
|
|
12008
|
-
},
|
|
12009
|
-
"
|
|
12010
|
-
"description": "
|
|
12011
|
-
"
|
|
12012
|
-
"
|
|
11955
|
+
},
|
|
11956
|
+
"filter-attribute": {
|
|
11957
|
+
"description": "Filter attribute",
|
|
11958
|
+
"name": "filter-attribute",
|
|
11959
|
+
"default": "text",
|
|
12013
11960
|
"hasDynamicHelp": false,
|
|
12014
11961
|
"multiple": false,
|
|
12015
11962
|
"type": "option"
|
|
12016
11963
|
},
|
|
12017
|
-
"
|
|
12018
|
-
"description": "
|
|
12019
|
-
"name": "
|
|
12020
|
-
"
|
|
11964
|
+
"filter-comparator": {
|
|
11965
|
+
"description": "Filter comparator",
|
|
11966
|
+
"name": "filter-comparator",
|
|
11967
|
+
"default": "contains",
|
|
12021
11968
|
"hasDynamicHelp": false,
|
|
12022
11969
|
"multiple": false,
|
|
12023
11970
|
"type": "option"
|
|
12024
11971
|
},
|
|
12025
|
-
"
|
|
12026
|
-
"description": "
|
|
12027
|
-
"name": "
|
|
11972
|
+
"filter-value": {
|
|
11973
|
+
"description": "Filter value",
|
|
11974
|
+
"name": "filter-value",
|
|
11975
|
+
"required": true,
|
|
12028
11976
|
"hasDynamicHelp": false,
|
|
12029
11977
|
"multiple": false,
|
|
12030
11978
|
"type": "option"
|
|
12031
11979
|
},
|
|
12032
|
-
"
|
|
12033
|
-
"description": "
|
|
12034
|
-
"name": "
|
|
11980
|
+
"status": {
|
|
11981
|
+
"description": "Status: 0 inactive, 1 active",
|
|
11982
|
+
"name": "status",
|
|
12035
11983
|
"hasDynamicHelp": false,
|
|
12036
11984
|
"multiple": false,
|
|
11985
|
+
"options": [
|
|
11986
|
+
"0",
|
|
11987
|
+
"1"
|
|
11988
|
+
],
|
|
12037
11989
|
"type": "option"
|
|
12038
11990
|
},
|
|
12039
11991
|
"data": {
|
|
@@ -12046,7 +11998,7 @@
|
|
|
12046
11998
|
},
|
|
12047
11999
|
"hasDynamicHelp": false,
|
|
12048
12000
|
"hiddenAliases": [],
|
|
12049
|
-
"id": "bots:
|
|
12001
|
+
"id": "bots:filters:create",
|
|
12050
12002
|
"pluginAlias": "@instantkom/cli",
|
|
12051
12003
|
"pluginName": "@instantkom/cli",
|
|
12052
12004
|
"pluginType": "core",
|
|
@@ -12057,20 +12009,25 @@
|
|
|
12057
12009
|
"dist",
|
|
12058
12010
|
"commands",
|
|
12059
12011
|
"bots",
|
|
12060
|
-
"
|
|
12012
|
+
"filters",
|
|
12061
12013
|
"create.js"
|
|
12062
12014
|
]
|
|
12063
12015
|
},
|
|
12064
|
-
"bots:
|
|
12016
|
+
"bots:filters:delete": {
|
|
12065
12017
|
"aliases": [],
|
|
12066
12018
|
"args": {
|
|
12067
|
-
"
|
|
12068
|
-
"description": "
|
|
12069
|
-
"name": "
|
|
12019
|
+
"botId": {
|
|
12020
|
+
"description": "Bot ID",
|
|
12021
|
+
"name": "botId",
|
|
12022
|
+
"required": true
|
|
12023
|
+
},
|
|
12024
|
+
"filterId": {
|
|
12025
|
+
"description": "Filter ID",
|
|
12026
|
+
"name": "filterId",
|
|
12070
12027
|
"required": true
|
|
12071
12028
|
}
|
|
12072
12029
|
},
|
|
12073
|
-
"description": "Delete a bot
|
|
12030
|
+
"description": "Delete a bot filter",
|
|
12074
12031
|
"flags": {
|
|
12075
12032
|
"api-key": {
|
|
12076
12033
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12137,7 +12094,7 @@
|
|
|
12137
12094
|
},
|
|
12138
12095
|
"hasDynamicHelp": false,
|
|
12139
12096
|
"hiddenAliases": [],
|
|
12140
|
-
"id": "bots:
|
|
12097
|
+
"id": "bots:filters:delete",
|
|
12141
12098
|
"pluginAlias": "@instantkom/cli",
|
|
12142
12099
|
"pluginName": "@instantkom/cli",
|
|
12143
12100
|
"pluginType": "core",
|
|
@@ -12148,20 +12105,25 @@
|
|
|
12148
12105
|
"dist",
|
|
12149
12106
|
"commands",
|
|
12150
12107
|
"bots",
|
|
12151
|
-
"
|
|
12108
|
+
"filters",
|
|
12152
12109
|
"delete.js"
|
|
12153
12110
|
]
|
|
12154
12111
|
},
|
|
12155
|
-
"bots:
|
|
12112
|
+
"bots:filters:get": {
|
|
12156
12113
|
"aliases": [],
|
|
12157
12114
|
"args": {
|
|
12158
|
-
"
|
|
12159
|
-
"description": "
|
|
12160
|
-
"name": "
|
|
12115
|
+
"botId": {
|
|
12116
|
+
"description": "Bot ID",
|
|
12117
|
+
"name": "botId",
|
|
12118
|
+
"required": true
|
|
12119
|
+
},
|
|
12120
|
+
"filterId": {
|
|
12121
|
+
"description": "Filter ID",
|
|
12122
|
+
"name": "filterId",
|
|
12161
12123
|
"required": true
|
|
12162
12124
|
}
|
|
12163
12125
|
},
|
|
12164
|
-
"description": "Get a bot
|
|
12126
|
+
"description": "Get a bot filter",
|
|
12165
12127
|
"flags": {
|
|
12166
12128
|
"api-key": {
|
|
12167
12129
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12228,7 +12190,7 @@
|
|
|
12228
12190
|
},
|
|
12229
12191
|
"hasDynamicHelp": false,
|
|
12230
12192
|
"hiddenAliases": [],
|
|
12231
|
-
"id": "bots:
|
|
12193
|
+
"id": "bots:filters:get",
|
|
12232
12194
|
"pluginAlias": "@instantkom/cli",
|
|
12233
12195
|
"pluginName": "@instantkom/cli",
|
|
12234
12196
|
"pluginType": "core",
|
|
@@ -12239,14 +12201,20 @@
|
|
|
12239
12201
|
"dist",
|
|
12240
12202
|
"commands",
|
|
12241
12203
|
"bots",
|
|
12242
|
-
"
|
|
12204
|
+
"filters",
|
|
12243
12205
|
"get.js"
|
|
12244
12206
|
]
|
|
12245
12207
|
},
|
|
12246
|
-
"bots:
|
|
12208
|
+
"bots:filters:list": {
|
|
12247
12209
|
"aliases": [],
|
|
12248
|
-
"args": {
|
|
12249
|
-
|
|
12210
|
+
"args": {
|
|
12211
|
+
"botId": {
|
|
12212
|
+
"description": "Bot ID",
|
|
12213
|
+
"name": "botId",
|
|
12214
|
+
"required": true
|
|
12215
|
+
}
|
|
12216
|
+
},
|
|
12217
|
+
"description": "List bot filters",
|
|
12250
12218
|
"flags": {
|
|
12251
12219
|
"api-key": {
|
|
12252
12220
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12326,16 +12294,20 @@
|
|
|
12326
12294
|
"multiple": false,
|
|
12327
12295
|
"type": "option"
|
|
12328
12296
|
},
|
|
12329
|
-
"
|
|
12330
|
-
"description": "
|
|
12331
|
-
"name": "
|
|
12297
|
+
"status": {
|
|
12298
|
+
"description": "Status filter: 0 inactive, 1 active",
|
|
12299
|
+
"name": "status",
|
|
12332
12300
|
"hasDynamicHelp": false,
|
|
12333
12301
|
"multiple": false,
|
|
12302
|
+
"options": [
|
|
12303
|
+
"0",
|
|
12304
|
+
"1"
|
|
12305
|
+
],
|
|
12334
12306
|
"type": "option"
|
|
12335
12307
|
},
|
|
12336
|
-
"
|
|
12337
|
-
"description": "
|
|
12338
|
-
"name": "
|
|
12308
|
+
"search": {
|
|
12309
|
+
"description": "Search in name or description",
|
|
12310
|
+
"name": "search",
|
|
12339
12311
|
"hasDynamicHelp": false,
|
|
12340
12312
|
"multiple": false,
|
|
12341
12313
|
"type": "option"
|
|
@@ -12343,7 +12315,7 @@
|
|
|
12343
12315
|
},
|
|
12344
12316
|
"hasDynamicHelp": false,
|
|
12345
12317
|
"hiddenAliases": [],
|
|
12346
|
-
"id": "bots:
|
|
12318
|
+
"id": "bots:filters:list",
|
|
12347
12319
|
"pluginAlias": "@instantkom/cli",
|
|
12348
12320
|
"pluginName": "@instantkom/cli",
|
|
12349
12321
|
"pluginType": "core",
|
|
@@ -12354,20 +12326,25 @@
|
|
|
12354
12326
|
"dist",
|
|
12355
12327
|
"commands",
|
|
12356
12328
|
"bots",
|
|
12357
|
-
"
|
|
12329
|
+
"filters",
|
|
12358
12330
|
"list.js"
|
|
12359
12331
|
]
|
|
12360
12332
|
},
|
|
12361
|
-
"bots:
|
|
12333
|
+
"bots:filters:update": {
|
|
12362
12334
|
"aliases": [],
|
|
12363
12335
|
"args": {
|
|
12364
|
-
"
|
|
12365
|
-
"description": "
|
|
12366
|
-
"name": "
|
|
12336
|
+
"botId": {
|
|
12337
|
+
"description": "Bot ID",
|
|
12338
|
+
"name": "botId",
|
|
12339
|
+
"required": true
|
|
12340
|
+
},
|
|
12341
|
+
"filterId": {
|
|
12342
|
+
"description": "Filter ID",
|
|
12343
|
+
"name": "filterId",
|
|
12367
12344
|
"required": true
|
|
12368
12345
|
}
|
|
12369
12346
|
},
|
|
12370
|
-
"description": "Update a bot
|
|
12347
|
+
"description": "Update a bot filter",
|
|
12371
12348
|
"flags": {
|
|
12372
12349
|
"api-key": {
|
|
12373
12350
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12431,18 +12408,57 @@
|
|
|
12431
12408
|
"multiple": false,
|
|
12432
12409
|
"type": "option"
|
|
12433
12410
|
},
|
|
12434
|
-
"
|
|
12435
|
-
"description": "
|
|
12436
|
-
"name": "
|
|
12411
|
+
"name": {
|
|
12412
|
+
"description": "Filter name",
|
|
12413
|
+
"name": "name",
|
|
12437
12414
|
"hasDynamicHelp": false,
|
|
12438
12415
|
"multiple": false,
|
|
12439
12416
|
"type": "option"
|
|
12440
12417
|
},
|
|
12441
|
-
"
|
|
12442
|
-
"description": "
|
|
12443
|
-
"name": "
|
|
12418
|
+
"operator": {
|
|
12419
|
+
"description": "Logical operator",
|
|
12420
|
+
"name": "operator",
|
|
12421
|
+
"hasDynamicHelp": false,
|
|
12422
|
+
"multiple": false,
|
|
12423
|
+
"type": "option"
|
|
12424
|
+
},
|
|
12425
|
+
"filter-object": {
|
|
12426
|
+
"description": "Filter object type",
|
|
12427
|
+
"name": "filter-object",
|
|
12428
|
+
"hasDynamicHelp": false,
|
|
12429
|
+
"multiple": false,
|
|
12430
|
+
"type": "option"
|
|
12431
|
+
},
|
|
12432
|
+
"filter-attribute": {
|
|
12433
|
+
"description": "Filter attribute",
|
|
12434
|
+
"name": "filter-attribute",
|
|
12435
|
+
"hasDynamicHelp": false,
|
|
12436
|
+
"multiple": false,
|
|
12437
|
+
"type": "option"
|
|
12438
|
+
},
|
|
12439
|
+
"filter-comparator": {
|
|
12440
|
+
"description": "Filter comparator",
|
|
12441
|
+
"name": "filter-comparator",
|
|
12442
|
+
"hasDynamicHelp": false,
|
|
12443
|
+
"multiple": false,
|
|
12444
|
+
"type": "option"
|
|
12445
|
+
},
|
|
12446
|
+
"filter-value": {
|
|
12447
|
+
"description": "Filter value",
|
|
12448
|
+
"name": "filter-value",
|
|
12449
|
+
"hasDynamicHelp": false,
|
|
12450
|
+
"multiple": false,
|
|
12451
|
+
"type": "option"
|
|
12452
|
+
},
|
|
12453
|
+
"status": {
|
|
12454
|
+
"description": "Status: 0 inactive, 1 active",
|
|
12455
|
+
"name": "status",
|
|
12444
12456
|
"hasDynamicHelp": false,
|
|
12445
12457
|
"multiple": false,
|
|
12458
|
+
"options": [
|
|
12459
|
+
"0",
|
|
12460
|
+
"1"
|
|
12461
|
+
],
|
|
12446
12462
|
"type": "option"
|
|
12447
12463
|
},
|
|
12448
12464
|
"data": {
|
|
@@ -12455,7 +12471,7 @@
|
|
|
12455
12471
|
},
|
|
12456
12472
|
"hasDynamicHelp": false,
|
|
12457
12473
|
"hiddenAliases": [],
|
|
12458
|
-
"id": "bots:
|
|
12474
|
+
"id": "bots:filters:update",
|
|
12459
12475
|
"pluginAlias": "@instantkom/cli",
|
|
12460
12476
|
"pluginName": "@instantkom/cli",
|
|
12461
12477
|
"pluginType": "core",
|
|
@@ -12466,11 +12482,11 @@
|
|
|
12466
12482
|
"dist",
|
|
12467
12483
|
"commands",
|
|
12468
12484
|
"bots",
|
|
12469
|
-
"
|
|
12485
|
+
"filters",
|
|
12470
12486
|
"update.js"
|
|
12471
12487
|
]
|
|
12472
12488
|
},
|
|
12473
|
-
"bots:env-vars:
|
|
12489
|
+
"bots:env-vars:bots": {
|
|
12474
12490
|
"aliases": [],
|
|
12475
12491
|
"args": {
|
|
12476
12492
|
"id": {
|
|
@@ -12479,7 +12495,7 @@
|
|
|
12479
12495
|
"required": true
|
|
12480
12496
|
}
|
|
12481
12497
|
},
|
|
12482
|
-
"description": "List
|
|
12498
|
+
"description": "List bots using a bot environment variable",
|
|
12483
12499
|
"flags": {
|
|
12484
12500
|
"api-key": {
|
|
12485
12501
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12542,41 +12558,11 @@
|
|
|
12542
12558
|
"hasDynamicHelp": false,
|
|
12543
12559
|
"multiple": false,
|
|
12544
12560
|
"type": "option"
|
|
12545
|
-
},
|
|
12546
|
-
"page": {
|
|
12547
|
-
"description": "Page number",
|
|
12548
|
-
"name": "page",
|
|
12549
|
-
"default": 1,
|
|
12550
|
-
"hasDynamicHelp": false,
|
|
12551
|
-
"multiple": false,
|
|
12552
|
-
"type": "option"
|
|
12553
|
-
},
|
|
12554
|
-
"limit": {
|
|
12555
|
-
"description": "Items per page",
|
|
12556
|
-
"name": "limit",
|
|
12557
|
-
"default": 20,
|
|
12558
|
-
"hasDynamicHelp": false,
|
|
12559
|
-
"multiple": false,
|
|
12560
|
-
"type": "option"
|
|
12561
|
-
},
|
|
12562
|
-
"search": {
|
|
12563
|
-
"description": "Search in recipient name or identifier",
|
|
12564
|
-
"name": "search",
|
|
12565
|
-
"hasDynamicHelp": false,
|
|
12566
|
-
"multiple": false,
|
|
12567
|
-
"type": "option"
|
|
12568
|
-
},
|
|
12569
|
-
"recipient": {
|
|
12570
|
-
"description": "Filter by recipient ID",
|
|
12571
|
-
"name": "recipient",
|
|
12572
|
-
"hasDynamicHelp": false,
|
|
12573
|
-
"multiple": false,
|
|
12574
|
-
"type": "option"
|
|
12575
12561
|
}
|
|
12576
12562
|
},
|
|
12577
12563
|
"hasDynamicHelp": false,
|
|
12578
12564
|
"hiddenAliases": [],
|
|
12579
|
-
"id": "bots:env-vars:
|
|
12565
|
+
"id": "bots:env-vars:bots",
|
|
12580
12566
|
"pluginAlias": "@instantkom/cli",
|
|
12581
12567
|
"pluginName": "@instantkom/cli",
|
|
12582
12568
|
"pluginType": "core",
|
|
@@ -12588,19 +12574,13 @@
|
|
|
12588
12574
|
"commands",
|
|
12589
12575
|
"bots",
|
|
12590
12576
|
"env-vars",
|
|
12591
|
-
"
|
|
12577
|
+
"bots.js"
|
|
12592
12578
|
]
|
|
12593
12579
|
},
|
|
12594
|
-
"bots:
|
|
12580
|
+
"bots:env-vars:create": {
|
|
12595
12581
|
"aliases": [],
|
|
12596
|
-
"args": {
|
|
12597
|
-
|
|
12598
|
-
"description": "Bot ID",
|
|
12599
|
-
"name": "botId",
|
|
12600
|
-
"required": true
|
|
12601
|
-
}
|
|
12602
|
-
},
|
|
12603
|
-
"description": "Create a bot filter",
|
|
12582
|
+
"args": {},
|
|
12583
|
+
"description": "Create a bot environment variable",
|
|
12604
12584
|
"flags": {
|
|
12605
12585
|
"api-key": {
|
|
12606
12586
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12664,63 +12644,26 @@
|
|
|
12664
12644
|
"multiple": false,
|
|
12665
12645
|
"type": "option"
|
|
12666
12646
|
},
|
|
12667
|
-
"
|
|
12668
|
-
"description": "
|
|
12669
|
-
"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",
|
|
12647
|
+
"key": {
|
|
12648
|
+
"description": "Variable key (max 16 chars, letters, digits, underscore)",
|
|
12649
|
+
"name": "key",
|
|
12650
|
+
"required": true,
|
|
12703
12651
|
"hasDynamicHelp": false,
|
|
12704
12652
|
"multiple": false,
|
|
12705
12653
|
"type": "option"
|
|
12706
12654
|
},
|
|
12707
|
-
"
|
|
12708
|
-
"description": "
|
|
12709
|
-
"name": "
|
|
12710
|
-
"required": true,
|
|
12655
|
+
"description": {
|
|
12656
|
+
"description": "Variable description",
|
|
12657
|
+
"name": "description",
|
|
12711
12658
|
"hasDynamicHelp": false,
|
|
12712
12659
|
"multiple": false,
|
|
12713
12660
|
"type": "option"
|
|
12714
12661
|
},
|
|
12715
|
-
"
|
|
12716
|
-
"description": "
|
|
12717
|
-
"name": "
|
|
12662
|
+
"color": {
|
|
12663
|
+
"description": "Variable color as HEX",
|
|
12664
|
+
"name": "color",
|
|
12718
12665
|
"hasDynamicHelp": false,
|
|
12719
12666
|
"multiple": false,
|
|
12720
|
-
"options": [
|
|
12721
|
-
"0",
|
|
12722
|
-
"1"
|
|
12723
|
-
],
|
|
12724
12667
|
"type": "option"
|
|
12725
12668
|
},
|
|
12726
12669
|
"data": {
|
|
@@ -12733,7 +12676,7 @@
|
|
|
12733
12676
|
},
|
|
12734
12677
|
"hasDynamicHelp": false,
|
|
12735
12678
|
"hiddenAliases": [],
|
|
12736
|
-
"id": "bots:
|
|
12679
|
+
"id": "bots:env-vars:create",
|
|
12737
12680
|
"pluginAlias": "@instantkom/cli",
|
|
12738
12681
|
"pluginName": "@instantkom/cli",
|
|
12739
12682
|
"pluginType": "core",
|
|
@@ -12744,25 +12687,20 @@
|
|
|
12744
12687
|
"dist",
|
|
12745
12688
|
"commands",
|
|
12746
12689
|
"bots",
|
|
12747
|
-
"
|
|
12690
|
+
"env-vars",
|
|
12748
12691
|
"create.js"
|
|
12749
12692
|
]
|
|
12750
12693
|
},
|
|
12751
|
-
"bots:
|
|
12694
|
+
"bots:env-vars:delete": {
|
|
12752
12695
|
"aliases": [],
|
|
12753
12696
|
"args": {
|
|
12754
|
-
"
|
|
12755
|
-
"description": "
|
|
12756
|
-
"name": "
|
|
12757
|
-
"required": true
|
|
12758
|
-
},
|
|
12759
|
-
"filterId": {
|
|
12760
|
-
"description": "Filter ID",
|
|
12761
|
-
"name": "filterId",
|
|
12697
|
+
"id": {
|
|
12698
|
+
"description": "Environment variable ID",
|
|
12699
|
+
"name": "id",
|
|
12762
12700
|
"required": true
|
|
12763
12701
|
}
|
|
12764
12702
|
},
|
|
12765
|
-
"description": "Delete a bot
|
|
12703
|
+
"description": "Delete a bot environment variable",
|
|
12766
12704
|
"flags": {
|
|
12767
12705
|
"api-key": {
|
|
12768
12706
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12829,7 +12767,7 @@
|
|
|
12829
12767
|
},
|
|
12830
12768
|
"hasDynamicHelp": false,
|
|
12831
12769
|
"hiddenAliases": [],
|
|
12832
|
-
"id": "bots:
|
|
12770
|
+
"id": "bots:env-vars:delete",
|
|
12833
12771
|
"pluginAlias": "@instantkom/cli",
|
|
12834
12772
|
"pluginName": "@instantkom/cli",
|
|
12835
12773
|
"pluginType": "core",
|
|
@@ -12840,25 +12778,20 @@
|
|
|
12840
12778
|
"dist",
|
|
12841
12779
|
"commands",
|
|
12842
12780
|
"bots",
|
|
12843
|
-
"
|
|
12781
|
+
"env-vars",
|
|
12844
12782
|
"delete.js"
|
|
12845
12783
|
]
|
|
12846
12784
|
},
|
|
12847
|
-
"bots:
|
|
12785
|
+
"bots:env-vars:get": {
|
|
12848
12786
|
"aliases": [],
|
|
12849
12787
|
"args": {
|
|
12850
|
-
"
|
|
12851
|
-
"description": "
|
|
12852
|
-
"name": "
|
|
12853
|
-
"required": true
|
|
12854
|
-
},
|
|
12855
|
-
"filterId": {
|
|
12856
|
-
"description": "Filter ID",
|
|
12857
|
-
"name": "filterId",
|
|
12788
|
+
"id": {
|
|
12789
|
+
"description": "Environment variable ID",
|
|
12790
|
+
"name": "id",
|
|
12858
12791
|
"required": true
|
|
12859
12792
|
}
|
|
12860
12793
|
},
|
|
12861
|
-
"description": "Get a bot
|
|
12794
|
+
"description": "Get a bot environment variable",
|
|
12862
12795
|
"flags": {
|
|
12863
12796
|
"api-key": {
|
|
12864
12797
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12925,7 +12858,7 @@
|
|
|
12925
12858
|
},
|
|
12926
12859
|
"hasDynamicHelp": false,
|
|
12927
12860
|
"hiddenAliases": [],
|
|
12928
|
-
"id": "bots:
|
|
12861
|
+
"id": "bots:env-vars:get",
|
|
12929
12862
|
"pluginAlias": "@instantkom/cli",
|
|
12930
12863
|
"pluginName": "@instantkom/cli",
|
|
12931
12864
|
"pluginType": "core",
|
|
@@ -12936,20 +12869,14 @@
|
|
|
12936
12869
|
"dist",
|
|
12937
12870
|
"commands",
|
|
12938
12871
|
"bots",
|
|
12939
|
-
"
|
|
12872
|
+
"env-vars",
|
|
12940
12873
|
"get.js"
|
|
12941
12874
|
]
|
|
12942
12875
|
},
|
|
12943
|
-
"bots:
|
|
12876
|
+
"bots:env-vars:list": {
|
|
12944
12877
|
"aliases": [],
|
|
12945
|
-
"args": {
|
|
12946
|
-
|
|
12947
|
-
"description": "Bot ID",
|
|
12948
|
-
"name": "botId",
|
|
12949
|
-
"required": true
|
|
12950
|
-
}
|
|
12951
|
-
},
|
|
12952
|
-
"description": "List bot filters",
|
|
12878
|
+
"args": {},
|
|
12879
|
+
"description": "List bot environment variables",
|
|
12953
12880
|
"flags": {
|
|
12954
12881
|
"api-key": {
|
|
12955
12882
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13029,20 +12956,16 @@
|
|
|
13029
12956
|
"multiple": false,
|
|
13030
12957
|
"type": "option"
|
|
13031
12958
|
},
|
|
13032
|
-
"
|
|
13033
|
-
"description": "
|
|
13034
|
-
"name": "
|
|
12959
|
+
"search": {
|
|
12960
|
+
"description": "Search in key or description",
|
|
12961
|
+
"name": "search",
|
|
13035
12962
|
"hasDynamicHelp": false,
|
|
13036
12963
|
"multiple": false,
|
|
13037
|
-
"options": [
|
|
13038
|
-
"0",
|
|
13039
|
-
"1"
|
|
13040
|
-
],
|
|
13041
12964
|
"type": "option"
|
|
13042
12965
|
},
|
|
13043
|
-
"
|
|
13044
|
-
"description": "
|
|
13045
|
-
"name": "
|
|
12966
|
+
"color": {
|
|
12967
|
+
"description": "Filter by color",
|
|
12968
|
+
"name": "color",
|
|
13046
12969
|
"hasDynamicHelp": false,
|
|
13047
12970
|
"multiple": false,
|
|
13048
12971
|
"type": "option"
|
|
@@ -13050,7 +12973,7 @@
|
|
|
13050
12973
|
},
|
|
13051
12974
|
"hasDynamicHelp": false,
|
|
13052
12975
|
"hiddenAliases": [],
|
|
13053
|
-
"id": "bots:
|
|
12976
|
+
"id": "bots:env-vars:list",
|
|
13054
12977
|
"pluginAlias": "@instantkom/cli",
|
|
13055
12978
|
"pluginName": "@instantkom/cli",
|
|
13056
12979
|
"pluginType": "core",
|
|
@@ -13061,25 +12984,20 @@
|
|
|
13061
12984
|
"dist",
|
|
13062
12985
|
"commands",
|
|
13063
12986
|
"bots",
|
|
13064
|
-
"
|
|
12987
|
+
"env-vars",
|
|
13065
12988
|
"list.js"
|
|
13066
12989
|
]
|
|
13067
12990
|
},
|
|
13068
|
-
"bots:
|
|
12991
|
+
"bots:env-vars:update": {
|
|
13069
12992
|
"aliases": [],
|
|
13070
12993
|
"args": {
|
|
13071
|
-
"
|
|
13072
|
-
"description": "
|
|
13073
|
-
"name": "
|
|
13074
|
-
"required": true
|
|
13075
|
-
},
|
|
13076
|
-
"filterId": {
|
|
13077
|
-
"description": "Filter ID",
|
|
13078
|
-
"name": "filterId",
|
|
12994
|
+
"id": {
|
|
12995
|
+
"description": "Environment variable ID",
|
|
12996
|
+
"name": "id",
|
|
13079
12997
|
"required": true
|
|
13080
12998
|
}
|
|
13081
12999
|
},
|
|
13082
|
-
"description": "Update a bot
|
|
13000
|
+
"description": "Update a bot environment variable",
|
|
13083
13001
|
"flags": {
|
|
13084
13002
|
"api-key": {
|
|
13085
13003
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13143,62 +13061,144 @@
|
|
|
13143
13061
|
"multiple": false,
|
|
13144
13062
|
"type": "option"
|
|
13145
13063
|
},
|
|
13146
|
-
"
|
|
13147
|
-
"description": "
|
|
13148
|
-
"name": "
|
|
13064
|
+
"description": {
|
|
13065
|
+
"description": "Variable description",
|
|
13066
|
+
"name": "description",
|
|
13149
13067
|
"hasDynamicHelp": false,
|
|
13150
13068
|
"multiple": false,
|
|
13151
13069
|
"type": "option"
|
|
13152
13070
|
},
|
|
13153
|
-
"
|
|
13154
|
-
"description": "
|
|
13155
|
-
"name": "
|
|
13071
|
+
"color": {
|
|
13072
|
+
"description": "Variable color as HEX",
|
|
13073
|
+
"name": "color",
|
|
13156
13074
|
"hasDynamicHelp": false,
|
|
13157
13075
|
"multiple": false,
|
|
13158
13076
|
"type": "option"
|
|
13159
13077
|
},
|
|
13160
|
-
"
|
|
13161
|
-
"description": "
|
|
13162
|
-
"name": "
|
|
13078
|
+
"data": {
|
|
13079
|
+
"description": "Additional JSON object payload",
|
|
13080
|
+
"name": "data",
|
|
13081
|
+
"hasDynamicHelp": false,
|
|
13082
|
+
"multiple": false,
|
|
13083
|
+
"type": "option"
|
|
13084
|
+
}
|
|
13085
|
+
},
|
|
13086
|
+
"hasDynamicHelp": false,
|
|
13087
|
+
"hiddenAliases": [],
|
|
13088
|
+
"id": "bots:env-vars:update",
|
|
13089
|
+
"pluginAlias": "@instantkom/cli",
|
|
13090
|
+
"pluginName": "@instantkom/cli",
|
|
13091
|
+
"pluginType": "core",
|
|
13092
|
+
"strict": true,
|
|
13093
|
+
"enableJsonFlag": false,
|
|
13094
|
+
"isESM": true,
|
|
13095
|
+
"relativePath": [
|
|
13096
|
+
"dist",
|
|
13097
|
+
"commands",
|
|
13098
|
+
"bots",
|
|
13099
|
+
"env-vars",
|
|
13100
|
+
"update.js"
|
|
13101
|
+
]
|
|
13102
|
+
},
|
|
13103
|
+
"bots:env-vars:values": {
|
|
13104
|
+
"aliases": [],
|
|
13105
|
+
"args": {
|
|
13106
|
+
"id": {
|
|
13107
|
+
"description": "Environment variable ID",
|
|
13108
|
+
"name": "id",
|
|
13109
|
+
"required": true
|
|
13110
|
+
}
|
|
13111
|
+
},
|
|
13112
|
+
"description": "List recipient values for a bot environment variable",
|
|
13113
|
+
"flags": {
|
|
13114
|
+
"api-key": {
|
|
13115
|
+
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
13116
|
+
"env": "IKM_API_KEY",
|
|
13117
|
+
"helpGroup": "GLOBAL",
|
|
13118
|
+
"name": "api-key",
|
|
13163
13119
|
"hasDynamicHelp": false,
|
|
13164
13120
|
"multiple": false,
|
|
13165
13121
|
"type": "option"
|
|
13166
13122
|
},
|
|
13167
|
-
"
|
|
13168
|
-
"description": "
|
|
13169
|
-
"
|
|
13123
|
+
"format": {
|
|
13124
|
+
"description": "Output format: text, json, yaml, or table",
|
|
13125
|
+
"helpGroup": "GLOBAL",
|
|
13126
|
+
"name": "format",
|
|
13127
|
+
"default": "text",
|
|
13170
13128
|
"hasDynamicHelp": false,
|
|
13171
13129
|
"multiple": false,
|
|
13130
|
+
"options": [
|
|
13131
|
+
"text",
|
|
13132
|
+
"json",
|
|
13133
|
+
"yaml",
|
|
13134
|
+
"table"
|
|
13135
|
+
],
|
|
13172
13136
|
"type": "option"
|
|
13173
13137
|
},
|
|
13174
|
-
"
|
|
13175
|
-
"description": "
|
|
13176
|
-
"
|
|
13138
|
+
"json": {
|
|
13139
|
+
"description": "Output in JSON format (alias for --format=json)",
|
|
13140
|
+
"helpGroup": "GLOBAL",
|
|
13141
|
+
"name": "json",
|
|
13142
|
+
"allowNo": false,
|
|
13143
|
+
"type": "boolean"
|
|
13144
|
+
},
|
|
13145
|
+
"quiet": {
|
|
13146
|
+
"description": "Suppress all output except errors",
|
|
13147
|
+
"helpGroup": "GLOBAL",
|
|
13148
|
+
"name": "quiet",
|
|
13149
|
+
"allowNo": false,
|
|
13150
|
+
"type": "boolean"
|
|
13151
|
+
},
|
|
13152
|
+
"no-color": {
|
|
13153
|
+
"description": "Disable color output",
|
|
13154
|
+
"helpGroup": "GLOBAL",
|
|
13155
|
+
"name": "no-color",
|
|
13156
|
+
"allowNo": false,
|
|
13157
|
+
"type": "boolean"
|
|
13158
|
+
},
|
|
13159
|
+
"profile": {
|
|
13160
|
+
"description": "Named configuration profile to use",
|
|
13161
|
+
"helpGroup": "GLOBAL",
|
|
13162
|
+
"name": "profile",
|
|
13163
|
+
"default": "default",
|
|
13177
13164
|
"hasDynamicHelp": false,
|
|
13178
13165
|
"multiple": false,
|
|
13179
13166
|
"type": "option"
|
|
13180
13167
|
},
|
|
13181
|
-
"
|
|
13182
|
-
"description": "
|
|
13183
|
-
"
|
|
13168
|
+
"api-url": {
|
|
13169
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
13170
|
+
"helpGroup": "GLOBAL",
|
|
13171
|
+
"name": "api-url",
|
|
13184
13172
|
"hasDynamicHelp": false,
|
|
13185
13173
|
"multiple": false,
|
|
13186
13174
|
"type": "option"
|
|
13187
13175
|
},
|
|
13188
|
-
"
|
|
13189
|
-
"description": "
|
|
13190
|
-
"name": "
|
|
13176
|
+
"page": {
|
|
13177
|
+
"description": "Page number",
|
|
13178
|
+
"name": "page",
|
|
13179
|
+
"default": 1,
|
|
13191
13180
|
"hasDynamicHelp": false,
|
|
13192
13181
|
"multiple": false,
|
|
13193
|
-
"options": [
|
|
13194
|
-
"0",
|
|
13195
|
-
"1"
|
|
13196
|
-
],
|
|
13197
13182
|
"type": "option"
|
|
13198
13183
|
},
|
|
13199
|
-
"
|
|
13200
|
-
"description": "
|
|
13201
|
-
"name": "
|
|
13184
|
+
"limit": {
|
|
13185
|
+
"description": "Items per page",
|
|
13186
|
+
"name": "limit",
|
|
13187
|
+
"default": 20,
|
|
13188
|
+
"hasDynamicHelp": false,
|
|
13189
|
+
"multiple": false,
|
|
13190
|
+
"type": "option"
|
|
13191
|
+
},
|
|
13192
|
+
"search": {
|
|
13193
|
+
"description": "Search in recipient name or identifier",
|
|
13194
|
+
"name": "search",
|
|
13195
|
+
"hasDynamicHelp": false,
|
|
13196
|
+
"multiple": false,
|
|
13197
|
+
"type": "option"
|
|
13198
|
+
},
|
|
13199
|
+
"recipient": {
|
|
13200
|
+
"description": "Filter by recipient ID",
|
|
13201
|
+
"name": "recipient",
|
|
13202
13202
|
"hasDynamicHelp": false,
|
|
13203
13203
|
"multiple": false,
|
|
13204
13204
|
"type": "option"
|
|
@@ -13206,7 +13206,7 @@
|
|
|
13206
13206
|
},
|
|
13207
13207
|
"hasDynamicHelp": false,
|
|
13208
13208
|
"hiddenAliases": [],
|
|
13209
|
-
"id": "bots:
|
|
13209
|
+
"id": "bots:env-vars:values",
|
|
13210
13210
|
"pluginAlias": "@instantkom/cli",
|
|
13211
13211
|
"pluginName": "@instantkom/cli",
|
|
13212
13212
|
"pluginType": "core",
|
|
@@ -13217,8 +13217,8 @@
|
|
|
13217
13217
|
"dist",
|
|
13218
13218
|
"commands",
|
|
13219
13219
|
"bots",
|
|
13220
|
-
"
|
|
13221
|
-
"
|
|
13220
|
+
"env-vars",
|
|
13221
|
+
"values.js"
|
|
13222
13222
|
]
|
|
13223
13223
|
},
|
|
13224
13224
|
"bots:tags:add": {
|
|
@@ -15559,16 +15559,16 @@
|
|
|
15559
15559
|
"remove.js"
|
|
15560
15560
|
]
|
|
15561
15561
|
},
|
|
15562
|
-
"
|
|
15562
|
+
"ticket:messages:create": {
|
|
15563
15563
|
"aliases": [],
|
|
15564
15564
|
"args": {
|
|
15565
|
-
"
|
|
15566
|
-
"description": "
|
|
15567
|
-
"name": "
|
|
15565
|
+
"ticketId": {
|
|
15566
|
+
"description": "Ticket ID",
|
|
15567
|
+
"name": "ticketId",
|
|
15568
15568
|
"required": true
|
|
15569
15569
|
}
|
|
15570
15570
|
},
|
|
15571
|
-
"description": "
|
|
15571
|
+
"description": "Create a ticket message",
|
|
15572
15572
|
"flags": {
|
|
15573
15573
|
"api-key": {
|
|
15574
15574
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15632,18 +15632,17 @@
|
|
|
15632
15632
|
"multiple": false,
|
|
15633
15633
|
"type": "option"
|
|
15634
15634
|
},
|
|
15635
|
-
"
|
|
15636
|
-
"description": "
|
|
15637
|
-
"name": "
|
|
15638
|
-
"
|
|
15635
|
+
"message": {
|
|
15636
|
+
"description": "Message text",
|
|
15637
|
+
"name": "message",
|
|
15638
|
+
"required": true,
|
|
15639
15639
|
"hasDynamicHelp": false,
|
|
15640
15640
|
"multiple": false,
|
|
15641
15641
|
"type": "option"
|
|
15642
15642
|
},
|
|
15643
|
-
"
|
|
15644
|
-
"description": "
|
|
15645
|
-
"name": "
|
|
15646
|
-
"default": 20,
|
|
15643
|
+
"data": {
|
|
15644
|
+
"description": "Additional JSON object payload",
|
|
15645
|
+
"name": "data",
|
|
15647
15646
|
"hasDynamicHelp": false,
|
|
15648
15647
|
"multiple": false,
|
|
15649
15648
|
"type": "option"
|
|
@@ -15651,7 +15650,7 @@
|
|
|
15651
15650
|
},
|
|
15652
15651
|
"hasDynamicHelp": false,
|
|
15653
15652
|
"hiddenAliases": [],
|
|
15654
|
-
"id": "
|
|
15653
|
+
"id": "ticket:messages:create",
|
|
15655
15654
|
"pluginAlias": "@instantkom/cli",
|
|
15656
15655
|
"pluginName": "@instantkom/cli",
|
|
15657
15656
|
"pluginType": "core",
|
|
@@ -15661,21 +15660,26 @@
|
|
|
15661
15660
|
"relativePath": [
|
|
15662
15661
|
"dist",
|
|
15663
15662
|
"commands",
|
|
15664
|
-
"
|
|
15665
|
-
"
|
|
15666
|
-
"
|
|
15663
|
+
"ticket",
|
|
15664
|
+
"messages",
|
|
15665
|
+
"create.js"
|
|
15667
15666
|
]
|
|
15668
15667
|
},
|
|
15669
|
-
"
|
|
15668
|
+
"ticket:messages:delete": {
|
|
15670
15669
|
"aliases": [],
|
|
15671
15670
|
"args": {
|
|
15672
|
-
"
|
|
15673
|
-
"description": "
|
|
15674
|
-
"name": "
|
|
15671
|
+
"ticketId": {
|
|
15672
|
+
"description": "Ticket ID",
|
|
15673
|
+
"name": "ticketId",
|
|
15674
|
+
"required": true
|
|
15675
|
+
},
|
|
15676
|
+
"messageId": {
|
|
15677
|
+
"description": "Message ID",
|
|
15678
|
+
"name": "messageId",
|
|
15675
15679
|
"required": true
|
|
15676
15680
|
}
|
|
15677
15681
|
},
|
|
15678
|
-
"description": "
|
|
15682
|
+
"description": "Delete a ticket message",
|
|
15679
15683
|
"flags": {
|
|
15680
15684
|
"api-key": {
|
|
15681
15685
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15738,19 +15742,11 @@
|
|
|
15738
15742
|
"hasDynamicHelp": false,
|
|
15739
15743
|
"multiple": false,
|
|
15740
15744
|
"type": "option"
|
|
15741
|
-
},
|
|
15742
|
-
"recipients": {
|
|
15743
|
-
"description": "Comma-separated recipient IDs",
|
|
15744
|
-
"name": "recipients",
|
|
15745
|
-
"required": true,
|
|
15746
|
-
"hasDynamicHelp": false,
|
|
15747
|
-
"multiple": false,
|
|
15748
|
-
"type": "option"
|
|
15749
15745
|
}
|
|
15750
15746
|
},
|
|
15751
15747
|
"hasDynamicHelp": false,
|
|
15752
15748
|
"hiddenAliases": [],
|
|
15753
|
-
"id": "
|
|
15749
|
+
"id": "ticket:messages:delete",
|
|
15754
15750
|
"pluginAlias": "@instantkom/cli",
|
|
15755
15751
|
"pluginName": "@instantkom/cli",
|
|
15756
15752
|
"pluginType": "core",
|
|
@@ -15760,21 +15756,26 @@
|
|
|
15760
15756
|
"relativePath": [
|
|
15761
15757
|
"dist",
|
|
15762
15758
|
"commands",
|
|
15763
|
-
"
|
|
15764
|
-
"
|
|
15765
|
-
"
|
|
15759
|
+
"ticket",
|
|
15760
|
+
"messages",
|
|
15761
|
+
"delete.js"
|
|
15766
15762
|
]
|
|
15767
15763
|
},
|
|
15768
|
-
"
|
|
15764
|
+
"ticket:messages:get": {
|
|
15769
15765
|
"aliases": [],
|
|
15770
15766
|
"args": {
|
|
15771
|
-
"
|
|
15772
|
-
"description": "
|
|
15773
|
-
"name": "
|
|
15767
|
+
"ticketId": {
|
|
15768
|
+
"description": "Ticket ID",
|
|
15769
|
+
"name": "ticketId",
|
|
15770
|
+
"required": true
|
|
15771
|
+
},
|
|
15772
|
+
"messageId": {
|
|
15773
|
+
"description": "Message ID",
|
|
15774
|
+
"name": "messageId",
|
|
15774
15775
|
"required": true
|
|
15775
15776
|
}
|
|
15776
15777
|
},
|
|
15777
|
-
"description": "
|
|
15778
|
+
"description": "Get a ticket message",
|
|
15778
15779
|
"flags": {
|
|
15779
15780
|
"api-key": {
|
|
15780
15781
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15837,19 +15838,11 @@
|
|
|
15837
15838
|
"hasDynamicHelp": false,
|
|
15838
15839
|
"multiple": false,
|
|
15839
15840
|
"type": "option"
|
|
15840
|
-
},
|
|
15841
|
-
"recipients": {
|
|
15842
|
-
"description": "Comma-separated recipient IDs",
|
|
15843
|
-
"name": "recipients",
|
|
15844
|
-
"required": true,
|
|
15845
|
-
"hasDynamicHelp": false,
|
|
15846
|
-
"multiple": false,
|
|
15847
|
-
"type": "option"
|
|
15848
15841
|
}
|
|
15849
15842
|
},
|
|
15850
15843
|
"hasDynamicHelp": false,
|
|
15851
15844
|
"hiddenAliases": [],
|
|
15852
|
-
"id": "
|
|
15845
|
+
"id": "ticket:messages:get",
|
|
15853
15846
|
"pluginAlias": "@instantkom/cli",
|
|
15854
15847
|
"pluginName": "@instantkom/cli",
|
|
15855
15848
|
"pluginType": "core",
|
|
@@ -15859,21 +15852,21 @@
|
|
|
15859
15852
|
"relativePath": [
|
|
15860
15853
|
"dist",
|
|
15861
15854
|
"commands",
|
|
15862
|
-
"
|
|
15863
|
-
"
|
|
15864
|
-
"
|
|
15855
|
+
"ticket",
|
|
15856
|
+
"messages",
|
|
15857
|
+
"get.js"
|
|
15865
15858
|
]
|
|
15866
15859
|
},
|
|
15867
|
-
"
|
|
15860
|
+
"ticket:messages:list": {
|
|
15868
15861
|
"aliases": [],
|
|
15869
15862
|
"args": {
|
|
15870
|
-
"
|
|
15871
|
-
"description": "
|
|
15872
|
-
"name": "
|
|
15863
|
+
"ticketId": {
|
|
15864
|
+
"description": "Ticket ID",
|
|
15865
|
+
"name": "ticketId",
|
|
15873
15866
|
"required": true
|
|
15874
15867
|
}
|
|
15875
15868
|
},
|
|
15876
|
-
"description": "List
|
|
15869
|
+
"description": "List ticket messages",
|
|
15877
15870
|
"flags": {
|
|
15878
15871
|
"api-key": {
|
|
15879
15872
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15936,27 +15929,11 @@
|
|
|
15936
15929
|
"hasDynamicHelp": false,
|
|
15937
15930
|
"multiple": false,
|
|
15938
15931
|
"type": "option"
|
|
15939
|
-
},
|
|
15940
|
-
"page": {
|
|
15941
|
-
"description": "Page number",
|
|
15942
|
-
"name": "page",
|
|
15943
|
-
"default": 1,
|
|
15944
|
-
"hasDynamicHelp": false,
|
|
15945
|
-
"multiple": false,
|
|
15946
|
-
"type": "option"
|
|
15947
|
-
},
|
|
15948
|
-
"limit": {
|
|
15949
|
-
"description": "Items per page",
|
|
15950
|
-
"name": "limit",
|
|
15951
|
-
"default": 20,
|
|
15952
|
-
"hasDynamicHelp": false,
|
|
15953
|
-
"multiple": false,
|
|
15954
|
-
"type": "option"
|
|
15955
15932
|
}
|
|
15956
15933
|
},
|
|
15957
15934
|
"hasDynamicHelp": false,
|
|
15958
15935
|
"hiddenAliases": [],
|
|
15959
|
-
"id": "
|
|
15936
|
+
"id": "ticket:messages:list",
|
|
15960
15937
|
"pluginAlias": "@instantkom/cli",
|
|
15961
15938
|
"pluginName": "@instantkom/cli",
|
|
15962
15939
|
"pluginType": "core",
|
|
@@ -15966,21 +15943,21 @@
|
|
|
15966
15943
|
"relativePath": [
|
|
15967
15944
|
"dist",
|
|
15968
15945
|
"commands",
|
|
15969
|
-
"
|
|
15970
|
-
"
|
|
15946
|
+
"ticket",
|
|
15947
|
+
"messages",
|
|
15971
15948
|
"list.js"
|
|
15972
15949
|
]
|
|
15973
15950
|
},
|
|
15974
|
-
"
|
|
15951
|
+
"tags:bots:list": {
|
|
15975
15952
|
"aliases": [],
|
|
15976
15953
|
"args": {
|
|
15977
|
-
"
|
|
15978
|
-
"description": "
|
|
15979
|
-
"name": "
|
|
15954
|
+
"id": {
|
|
15955
|
+
"description": "Tag ID",
|
|
15956
|
+
"name": "id",
|
|
15980
15957
|
"required": true
|
|
15981
15958
|
}
|
|
15982
15959
|
},
|
|
15983
|
-
"description": "
|
|
15960
|
+
"description": "List bots that use a specific tag",
|
|
15984
15961
|
"flags": {
|
|
15985
15962
|
"api-key": {
|
|
15986
15963
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -16044,17 +16021,18 @@
|
|
|
16044
16021
|
"multiple": false,
|
|
16045
16022
|
"type": "option"
|
|
16046
16023
|
},
|
|
16047
|
-
"
|
|
16048
|
-
"description": "
|
|
16049
|
-
"name": "
|
|
16050
|
-
"
|
|
16024
|
+
"page": {
|
|
16025
|
+
"description": "Page number",
|
|
16026
|
+
"name": "page",
|
|
16027
|
+
"default": 1,
|
|
16051
16028
|
"hasDynamicHelp": false,
|
|
16052
16029
|
"multiple": false,
|
|
16053
16030
|
"type": "option"
|
|
16054
16031
|
},
|
|
16055
|
-
"
|
|
16056
|
-
"description": "
|
|
16057
|
-
"name": "
|
|
16032
|
+
"limit": {
|
|
16033
|
+
"description": "Items per page",
|
|
16034
|
+
"name": "limit",
|
|
16035
|
+
"default": 20,
|
|
16058
16036
|
"hasDynamicHelp": false,
|
|
16059
16037
|
"multiple": false,
|
|
16060
16038
|
"type": "option"
|
|
@@ -16062,7 +16040,7 @@
|
|
|
16062
16040
|
},
|
|
16063
16041
|
"hasDynamicHelp": false,
|
|
16064
16042
|
"hiddenAliases": [],
|
|
16065
|
-
"id": "
|
|
16043
|
+
"id": "tags:bots:list",
|
|
16066
16044
|
"pluginAlias": "@instantkom/cli",
|
|
16067
16045
|
"pluginName": "@instantkom/cli",
|
|
16068
16046
|
"pluginType": "core",
|
|
@@ -16072,26 +16050,21 @@
|
|
|
16072
16050
|
"relativePath": [
|
|
16073
16051
|
"dist",
|
|
16074
16052
|
"commands",
|
|
16075
|
-
"
|
|
16076
|
-
"
|
|
16077
|
-
"
|
|
16053
|
+
"tags",
|
|
16054
|
+
"bots",
|
|
16055
|
+
"list.js"
|
|
16078
16056
|
]
|
|
16079
16057
|
},
|
|
16080
|
-
"
|
|
16058
|
+
"tags:recipients:add": {
|
|
16081
16059
|
"aliases": [],
|
|
16082
16060
|
"args": {
|
|
16083
|
-
"
|
|
16084
|
-
"description": "
|
|
16085
|
-
"name": "
|
|
16086
|
-
"required": true
|
|
16087
|
-
},
|
|
16088
|
-
"messageId": {
|
|
16089
|
-
"description": "Message ID",
|
|
16090
|
-
"name": "messageId",
|
|
16061
|
+
"tagId": {
|
|
16062
|
+
"description": "Tag ID",
|
|
16063
|
+
"name": "tagId",
|
|
16091
16064
|
"required": true
|
|
16092
16065
|
}
|
|
16093
16066
|
},
|
|
16094
|
-
"description": "
|
|
16067
|
+
"description": "Assign a tag to recipients",
|
|
16095
16068
|
"flags": {
|
|
16096
16069
|
"api-key": {
|
|
16097
16070
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -16154,11 +16127,19 @@
|
|
|
16154
16127
|
"hasDynamicHelp": false,
|
|
16155
16128
|
"multiple": false,
|
|
16156
16129
|
"type": "option"
|
|
16130
|
+
},
|
|
16131
|
+
"recipients": {
|
|
16132
|
+
"description": "Comma-separated recipient IDs",
|
|
16133
|
+
"name": "recipients",
|
|
16134
|
+
"required": true,
|
|
16135
|
+
"hasDynamicHelp": false,
|
|
16136
|
+
"multiple": false,
|
|
16137
|
+
"type": "option"
|
|
16157
16138
|
}
|
|
16158
16139
|
},
|
|
16159
16140
|
"hasDynamicHelp": false,
|
|
16160
16141
|
"hiddenAliases": [],
|
|
16161
|
-
"id": "
|
|
16142
|
+
"id": "tags:recipients:add",
|
|
16162
16143
|
"pluginAlias": "@instantkom/cli",
|
|
16163
16144
|
"pluginName": "@instantkom/cli",
|
|
16164
16145
|
"pluginType": "core",
|
|
@@ -16168,26 +16149,21 @@
|
|
|
16168
16149
|
"relativePath": [
|
|
16169
16150
|
"dist",
|
|
16170
16151
|
"commands",
|
|
16171
|
-
"
|
|
16172
|
-
"
|
|
16173
|
-
"
|
|
16152
|
+
"tags",
|
|
16153
|
+
"recipients",
|
|
16154
|
+
"add.js"
|
|
16174
16155
|
]
|
|
16175
16156
|
},
|
|
16176
|
-
"
|
|
16157
|
+
"tags:recipients:remove": {
|
|
16177
16158
|
"aliases": [],
|
|
16178
16159
|
"args": {
|
|
16179
|
-
"
|
|
16180
|
-
"description": "
|
|
16181
|
-
"name": "
|
|
16182
|
-
"required": true
|
|
16183
|
-
},
|
|
16184
|
-
"messageId": {
|
|
16185
|
-
"description": "Message ID",
|
|
16186
|
-
"name": "messageId",
|
|
16160
|
+
"tagId": {
|
|
16161
|
+
"description": "Tag ID",
|
|
16162
|
+
"name": "tagId",
|
|
16187
16163
|
"required": true
|
|
16188
16164
|
}
|
|
16189
16165
|
},
|
|
16190
|
-
"description": "
|
|
16166
|
+
"description": "Remove a tag from recipients",
|
|
16191
16167
|
"flags": {
|
|
16192
16168
|
"api-key": {
|
|
16193
16169
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -16250,11 +16226,19 @@
|
|
|
16250
16226
|
"hasDynamicHelp": false,
|
|
16251
16227
|
"multiple": false,
|
|
16252
16228
|
"type": "option"
|
|
16229
|
+
},
|
|
16230
|
+
"recipients": {
|
|
16231
|
+
"description": "Comma-separated recipient IDs",
|
|
16232
|
+
"name": "recipients",
|
|
16233
|
+
"required": true,
|
|
16234
|
+
"hasDynamicHelp": false,
|
|
16235
|
+
"multiple": false,
|
|
16236
|
+
"type": "option"
|
|
16253
16237
|
}
|
|
16254
16238
|
},
|
|
16255
16239
|
"hasDynamicHelp": false,
|
|
16256
16240
|
"hiddenAliases": [],
|
|
16257
|
-
"id": "
|
|
16241
|
+
"id": "tags:recipients:remove",
|
|
16258
16242
|
"pluginAlias": "@instantkom/cli",
|
|
16259
16243
|
"pluginName": "@instantkom/cli",
|
|
16260
16244
|
"pluginType": "core",
|
|
@@ -16264,21 +16248,21 @@
|
|
|
16264
16248
|
"relativePath": [
|
|
16265
16249
|
"dist",
|
|
16266
16250
|
"commands",
|
|
16267
|
-
"
|
|
16268
|
-
"
|
|
16269
|
-
"
|
|
16251
|
+
"tags",
|
|
16252
|
+
"recipients",
|
|
16253
|
+
"remove.js"
|
|
16270
16254
|
]
|
|
16271
16255
|
},
|
|
16272
|
-
"
|
|
16256
|
+
"tags:segments:list": {
|
|
16273
16257
|
"aliases": [],
|
|
16274
16258
|
"args": {
|
|
16275
|
-
"
|
|
16276
|
-
"description": "
|
|
16277
|
-
"name": "
|
|
16259
|
+
"id": {
|
|
16260
|
+
"description": "Tag ID",
|
|
16261
|
+
"name": "id",
|
|
16278
16262
|
"required": true
|
|
16279
16263
|
}
|
|
16280
16264
|
},
|
|
16281
|
-
"description": "List
|
|
16265
|
+
"description": "List segments that use a specific tag",
|
|
16282
16266
|
"flags": {
|
|
16283
16267
|
"api-key": {
|
|
16284
16268
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -16341,11 +16325,27 @@
|
|
|
16341
16325
|
"hasDynamicHelp": false,
|
|
16342
16326
|
"multiple": false,
|
|
16343
16327
|
"type": "option"
|
|
16328
|
+
},
|
|
16329
|
+
"page": {
|
|
16330
|
+
"description": "Page number",
|
|
16331
|
+
"name": "page",
|
|
16332
|
+
"default": 1,
|
|
16333
|
+
"hasDynamicHelp": false,
|
|
16334
|
+
"multiple": false,
|
|
16335
|
+
"type": "option"
|
|
16336
|
+
},
|
|
16337
|
+
"limit": {
|
|
16338
|
+
"description": "Items per page",
|
|
16339
|
+
"name": "limit",
|
|
16340
|
+
"default": 20,
|
|
16341
|
+
"hasDynamicHelp": false,
|
|
16342
|
+
"multiple": false,
|
|
16343
|
+
"type": "option"
|
|
16344
16344
|
}
|
|
16345
16345
|
},
|
|
16346
16346
|
"hasDynamicHelp": false,
|
|
16347
16347
|
"hiddenAliases": [],
|
|
16348
|
-
"id": "
|
|
16348
|
+
"id": "tags:segments:list",
|
|
16349
16349
|
"pluginAlias": "@instantkom/cli",
|
|
16350
16350
|
"pluginName": "@instantkom/cli",
|
|
16351
16351
|
"pluginType": "core",
|
|
@@ -16355,8 +16355,8 @@
|
|
|
16355
16355
|
"relativePath": [
|
|
16356
16356
|
"dist",
|
|
16357
16357
|
"commands",
|
|
16358
|
-
"
|
|
16359
|
-
"
|
|
16358
|
+
"tags",
|
|
16359
|
+
"segments",
|
|
16360
16360
|
"list.js"
|
|
16361
16361
|
]
|
|
16362
16362
|
},
|
|
@@ -16566,5 +16566,5 @@
|
|
|
16566
16566
|
]
|
|
16567
16567
|
}
|
|
16568
16568
|
},
|
|
16569
|
-
"version": "3.
|
|
16569
|
+
"version": "3.151.0"
|
|
16570
16570
|
}
|