@instantkom/cli 3.136.0 → 3.138.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.
@@ -722,6 +722,40 @@
722
722
  "whoami.js"
723
723
  ]
724
724
  },
725
+ "autocomplete:script": {
726
+ "aliases": [],
727
+ "args": {
728
+ "shell": {
729
+ "description": "Shell type",
730
+ "name": "shell",
731
+ "options": [
732
+ "zsh",
733
+ "bash",
734
+ "fish",
735
+ "powershell"
736
+ ],
737
+ "required": false
738
+ }
739
+ },
740
+ "description": "outputs autocomplete config script for shells",
741
+ "flags": {},
742
+ "hasDynamicHelp": false,
743
+ "hidden": true,
744
+ "hiddenAliases": [],
745
+ "id": "autocomplete:script",
746
+ "pluginAlias": "@instantkom/cli",
747
+ "pluginName": "@instantkom/cli",
748
+ "pluginType": "core",
749
+ "strict": true,
750
+ "enableJsonFlag": false,
751
+ "isESM": true,
752
+ "relativePath": [
753
+ "dist",
754
+ "commands",
755
+ "autocomplete",
756
+ "script.js"
757
+ ]
758
+ },
725
759
  "account:get": {
726
760
  "aliases": [],
727
761
  "args": {},
@@ -1073,40 +1107,6 @@
1073
1107
  "reply.js"
1074
1108
  ]
1075
1109
  },
1076
- "autocomplete:script": {
1077
- "aliases": [],
1078
- "args": {
1079
- "shell": {
1080
- "description": "Shell type",
1081
- "name": "shell",
1082
- "options": [
1083
- "zsh",
1084
- "bash",
1085
- "fish",
1086
- "powershell"
1087
- ],
1088
- "required": false
1089
- }
1090
- },
1091
- "description": "outputs autocomplete config script for shells",
1092
- "flags": {},
1093
- "hasDynamicHelp": false,
1094
- "hidden": true,
1095
- "hiddenAliases": [],
1096
- "id": "autocomplete:script",
1097
- "pluginAlias": "@instantkom/cli",
1098
- "pluginName": "@instantkom/cli",
1099
- "pluginType": "core",
1100
- "strict": true,
1101
- "enableJsonFlag": false,
1102
- "isESM": true,
1103
- "relativePath": [
1104
- "dist",
1105
- "commands",
1106
- "autocomplete",
1107
- "script.js"
1108
- ]
1109
- },
1110
1110
  "auth:login": {
1111
1111
  "aliases": [],
1112
1112
  "args": {},
@@ -1289,10 +1289,10 @@
1289
1289
  "logout.js"
1290
1290
  ]
1291
1291
  },
1292
- "channels:create": {
1292
+ "bots:create": {
1293
1293
  "aliases": [],
1294
1294
  "args": {},
1295
- "description": "Create a channel",
1295
+ "description": "Create a bot",
1296
1296
  "flags": {
1297
1297
  "api-key": {
1298
1298
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -1356,32 +1356,60 @@
1356
1356
  "multiple": false,
1357
1357
  "type": "option"
1358
1358
  },
1359
+ "channel": {
1360
+ "description": "Channel ID",
1361
+ "name": "channel",
1362
+ "required": true,
1363
+ "hasDynamicHelp": false,
1364
+ "multiple": false,
1365
+ "type": "option"
1366
+ },
1359
1367
  "name": {
1360
- "description": "Channel name",
1368
+ "description": "Bot name",
1361
1369
  "name": "name",
1362
1370
  "required": true,
1363
1371
  "hasDynamicHelp": false,
1364
1372
  "multiple": false,
1365
1373
  "type": "option"
1366
1374
  },
1367
- "gateway-type": {
1368
- "description": "Gateway type ID",
1369
- "name": "gateway-type",
1375
+ "type": {
1376
+ "description": "Bot type",
1377
+ "name": "type",
1370
1378
  "required": true,
1371
1379
  "hasDynamicHelp": false,
1372
1380
  "multiple": false,
1381
+ "options": [
1382
+ "keyword",
1383
+ "schedule",
1384
+ "event",
1385
+ "ai"
1386
+ ],
1373
1387
  "type": "option"
1374
1388
  },
1375
- "status": {
1376
- "description": "Channel lifecycle status",
1377
- "name": "status",
1389
+ "message": {
1390
+ "description": "Bot message content",
1391
+ "name": "message",
1378
1392
  "hasDynamicHelp": false,
1379
1393
  "multiple": false,
1380
1394
  "type": "option"
1381
1395
  },
1382
- "description": {
1383
- "description": "Channel description",
1384
- "name": "description",
1396
+ "response": {
1397
+ "description": "Alias for --message",
1398
+ "name": "response",
1399
+ "hasDynamicHelp": false,
1400
+ "multiple": false,
1401
+ "type": "option"
1402
+ },
1403
+ "color": {
1404
+ "description": "Bot color as HEX",
1405
+ "name": "color",
1406
+ "hasDynamicHelp": false,
1407
+ "multiple": false,
1408
+ "type": "option"
1409
+ },
1410
+ "tags": {
1411
+ "description": "Comma-separated tags",
1412
+ "name": "tags",
1385
1413
  "hasDynamicHelp": false,
1386
1414
  "multiple": false,
1387
1415
  "type": "option"
@@ -1396,7 +1424,7 @@
1396
1424
  },
1397
1425
  "hasDynamicHelp": false,
1398
1426
  "hiddenAliases": [],
1399
- "id": "channels:create",
1427
+ "id": "bots:create",
1400
1428
  "pluginAlias": "@instantkom/cli",
1401
1429
  "pluginName": "@instantkom/cli",
1402
1430
  "pluginType": "core",
@@ -1406,20 +1434,20 @@
1406
1434
  "relativePath": [
1407
1435
  "dist",
1408
1436
  "commands",
1409
- "channels",
1437
+ "bots",
1410
1438
  "create.js"
1411
1439
  ]
1412
1440
  },
1413
- "channels:get": {
1441
+ "bots:delete": {
1414
1442
  "aliases": [],
1415
1443
  "args": {
1416
1444
  "id": {
1417
- "description": "Channel ID",
1445
+ "description": "Bot ID",
1418
1446
  "name": "id",
1419
1447
  "required": true
1420
1448
  }
1421
1449
  },
1422
- "description": "Get a channel by ID",
1450
+ "description": "Delete a bot",
1423
1451
  "flags": {
1424
1452
  "api-key": {
1425
1453
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -1486,7 +1514,7 @@
1486
1514
  },
1487
1515
  "hasDynamicHelp": false,
1488
1516
  "hiddenAliases": [],
1489
- "id": "channels:get",
1517
+ "id": "bots:delete",
1490
1518
  "pluginAlias": "@instantkom/cli",
1491
1519
  "pluginName": "@instantkom/cli",
1492
1520
  "pluginType": "core",
@@ -1496,20 +1524,20 @@
1496
1524
  "relativePath": [
1497
1525
  "dist",
1498
1526
  "commands",
1499
- "channels",
1500
- "get.js"
1527
+ "bots",
1528
+ "delete.js"
1501
1529
  ]
1502
1530
  },
1503
- "channels:kpis": {
1531
+ "bots:get": {
1504
1532
  "aliases": [],
1505
1533
  "args": {
1506
1534
  "id": {
1507
- "description": "Optional channel ID; omit for aggregated channel KPIs",
1535
+ "description": "Bot ID",
1508
1536
  "name": "id",
1509
- "required": false
1537
+ "required": true
1510
1538
  }
1511
1539
  },
1512
- "description": "Get channel KPIs",
1540
+ "description": "Get a bot by ID",
1513
1541
  "flags": {
1514
1542
  "api-key": {
1515
1543
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -1572,18 +1600,11 @@
1572
1600
  "hasDynamicHelp": false,
1573
1601
  "multiple": false,
1574
1602
  "type": "option"
1575
- },
1576
- "period": {
1577
- "description": "KPI period",
1578
- "name": "period",
1579
- "hasDynamicHelp": false,
1580
- "multiple": false,
1581
- "type": "option"
1582
1603
  }
1583
1604
  },
1584
1605
  "hasDynamicHelp": false,
1585
1606
  "hiddenAliases": [],
1586
- "id": "channels:kpis",
1607
+ "id": "bots:get",
1587
1608
  "pluginAlias": "@instantkom/cli",
1588
1609
  "pluginName": "@instantkom/cli",
1589
1610
  "pluginType": "core",
@@ -1593,14 +1614,14 @@
1593
1614
  "relativePath": [
1594
1615
  "dist",
1595
1616
  "commands",
1596
- "channels",
1597
- "kpis.js"
1617
+ "bots",
1618
+ "get.js"
1598
1619
  ]
1599
1620
  },
1600
- "channels:list": {
1621
+ "bots:list": {
1601
1622
  "aliases": [],
1602
1623
  "args": {},
1603
- "description": "List channels",
1624
+ "description": "List bots",
1604
1625
  "flags": {
1605
1626
  "api-key": {
1606
1627
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -1680,31 +1701,49 @@
1680
1701
  "multiple": false,
1681
1702
  "type": "option"
1682
1703
  },
1683
- "status": {
1684
- "description": "Filter by channel status",
1685
- "name": "status",
1704
+ "channel": {
1705
+ "description": "Filter by channel ID",
1706
+ "name": "channel",
1686
1707
  "hasDynamicHelp": false,
1687
1708
  "multiple": false,
1688
1709
  "type": "option"
1689
1710
  },
1690
- "gateway-type": {
1691
- "description": "Filter by gateway type ID",
1692
- "name": "gateway-type",
1711
+ "type": {
1712
+ "description": "Filter by bot type",
1713
+ "name": "type",
1693
1714
  "hasDynamicHelp": false,
1694
1715
  "multiple": false,
1695
1716
  "type": "option"
1696
1717
  },
1697
1718
  "search": {
1698
- "description": "Search by channel name",
1719
+ "description": "Search in bot name or message",
1699
1720
  "name": "search",
1700
1721
  "hasDynamicHelp": false,
1701
1722
  "multiple": false,
1702
1723
  "type": "option"
1724
+ },
1725
+ "tags": {
1726
+ "description": "Comma-separated tag IDs",
1727
+ "name": "tags",
1728
+ "hasDynamicHelp": false,
1729
+ "multiple": false,
1730
+ "type": "option"
1731
+ },
1732
+ "tag-match": {
1733
+ "description": "Tag match mode",
1734
+ "name": "tag-match",
1735
+ "hasDynamicHelp": false,
1736
+ "multiple": false,
1737
+ "options": [
1738
+ "any",
1739
+ "all"
1740
+ ],
1741
+ "type": "option"
1703
1742
  }
1704
1743
  },
1705
1744
  "hasDynamicHelp": false,
1706
1745
  "hiddenAliases": [],
1707
- "id": "channels:list",
1746
+ "id": "bots:list",
1708
1747
  "pluginAlias": "@instantkom/cli",
1709
1748
  "pluginName": "@instantkom/cli",
1710
1749
  "pluginType": "core",
@@ -1714,20 +1753,20 @@
1714
1753
  "relativePath": [
1715
1754
  "dist",
1716
1755
  "commands",
1717
- "channels",
1756
+ "bots",
1718
1757
  "list.js"
1719
1758
  ]
1720
1759
  },
1721
- "channels:update": {
1760
+ "bots:matches": {
1722
1761
  "aliases": [],
1723
1762
  "args": {
1724
1763
  "id": {
1725
- "description": "Channel ID",
1764
+ "description": "Bot ID",
1726
1765
  "name": "id",
1727
1766
  "required": true
1728
1767
  }
1729
1768
  },
1730
- "description": "Update a channel",
1769
+ "description": "List bot match history",
1731
1770
  "flags": {
1732
1771
  "api-key": {
1733
1772
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -1791,30 +1830,25 @@
1791
1830
  "multiple": false,
1792
1831
  "type": "option"
1793
1832
  },
1794
- "name": {
1795
- "description": "Channel name",
1796
- "name": "name",
1797
- "hasDynamicHelp": false,
1798
- "multiple": false,
1799
- "type": "option"
1800
- },
1801
- "status": {
1802
- "description": "Channel lifecycle status",
1803
- "name": "status",
1833
+ "page": {
1834
+ "description": "Page number",
1835
+ "name": "page",
1836
+ "default": 1,
1804
1837
  "hasDynamicHelp": false,
1805
1838
  "multiple": false,
1806
1839
  "type": "option"
1807
1840
  },
1808
- "description": {
1809
- "description": "Channel description",
1810
- "name": "description",
1841
+ "limit": {
1842
+ "description": "Items per page",
1843
+ "name": "limit",
1844
+ "default": 50,
1811
1845
  "hasDynamicHelp": false,
1812
1846
  "multiple": false,
1813
1847
  "type": "option"
1814
1848
  },
1815
- "data": {
1816
- "description": "Additional JSON object payload",
1817
- "name": "data",
1849
+ "search": {
1850
+ "description": "Search in matches",
1851
+ "name": "search",
1818
1852
  "hasDynamicHelp": false,
1819
1853
  "multiple": false,
1820
1854
  "type": "option"
@@ -1822,7 +1856,7 @@
1822
1856
  },
1823
1857
  "hasDynamicHelp": false,
1824
1858
  "hiddenAliases": [],
1825
- "id": "channels:update",
1859
+ "id": "bots:matches",
1826
1860
  "pluginAlias": "@instantkom/cli",
1827
1861
  "pluginName": "@instantkom/cli",
1828
1862
  "pluginType": "core",
@@ -1832,20 +1866,20 @@
1832
1866
  "relativePath": [
1833
1867
  "dist",
1834
1868
  "commands",
1835
- "channels",
1836
- "update.js"
1869
+ "bots",
1870
+ "matches.js"
1837
1871
  ]
1838
1872
  },
1839
- "chats:get": {
1873
+ "bots:update": {
1840
1874
  "aliases": [],
1841
1875
  "args": {
1842
1876
  "id": {
1843
- "description": "chat ID",
1877
+ "description": "Bot ID",
1844
1878
  "name": "id",
1845
1879
  "required": true
1846
1880
  }
1847
1881
  },
1848
- "description": "Get chat by ID",
1882
+ "description": "Update a bot",
1849
1883
  "flags": {
1850
1884
  "api-key": {
1851
1885
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -1908,247 +1942,58 @@
1908
1942
  "hasDynamicHelp": false,
1909
1943
  "multiple": false,
1910
1944
  "type": "option"
1911
- }
1912
- },
1913
- "hasDynamicHelp": false,
1914
- "hiddenAliases": [],
1915
- "id": "chats:get",
1916
- "pluginAlias": "@instantkom/cli",
1917
- "pluginName": "@instantkom/cli",
1918
- "pluginType": "core",
1919
- "strict": true,
1920
- "enableJsonFlag": false,
1921
- "isESM": true,
1922
- "relativePath": [
1923
- "dist",
1924
- "commands",
1925
- "chats",
1926
- "get.js"
1927
- ]
1928
- },
1929
- "chats:list": {
1930
- "aliases": [],
1931
- "args": {},
1932
- "description": "List chats",
1933
- "flags": {
1934
- "api-key": {
1935
- "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
1936
- "env": "IKM_API_KEY",
1937
- "helpGroup": "GLOBAL",
1938
- "name": "api-key",
1939
- "hasDynamicHelp": false,
1940
- "multiple": false,
1941
- "type": "option"
1942
- },
1943
- "format": {
1944
- "description": "Output format: text, json, yaml, or table",
1945
- "helpGroup": "GLOBAL",
1946
- "name": "format",
1947
- "default": "text",
1948
- "hasDynamicHelp": false,
1949
- "multiple": false,
1950
- "options": [
1951
- "text",
1952
- "json",
1953
- "yaml",
1954
- "table"
1955
- ],
1956
- "type": "option"
1957
- },
1958
- "json": {
1959
- "description": "Output in JSON format (alias for --format=json)",
1960
- "helpGroup": "GLOBAL",
1961
- "name": "json",
1962
- "allowNo": false,
1963
- "type": "boolean"
1964
- },
1965
- "quiet": {
1966
- "description": "Suppress all output except errors",
1967
- "helpGroup": "GLOBAL",
1968
- "name": "quiet",
1969
- "allowNo": false,
1970
- "type": "boolean"
1971
- },
1972
- "no-color": {
1973
- "description": "Disable color output",
1974
- "helpGroup": "GLOBAL",
1975
- "name": "no-color",
1976
- "allowNo": false,
1977
- "type": "boolean"
1978
- },
1979
- "profile": {
1980
- "description": "Named configuration profile to use",
1981
- "helpGroup": "GLOBAL",
1982
- "name": "profile",
1983
- "default": "default",
1984
- "hasDynamicHelp": false,
1985
- "multiple": false,
1986
- "type": "option"
1987
- },
1988
- "api-url": {
1989
- "description": "Override the API base URL (e.g. for staging)",
1990
- "helpGroup": "GLOBAL",
1991
- "name": "api-url",
1992
- "hasDynamicHelp": false,
1993
- "multiple": false,
1994
- "type": "option"
1995
- },
1996
- "page": {
1997
- "description": "Page number",
1998
- "name": "page",
1999
- "default": 1,
2000
- "hasDynamicHelp": false,
2001
- "multiple": false,
2002
- "type": "option"
2003
- },
2004
- "limit": {
2005
- "description": "Items per page",
2006
- "name": "limit",
2007
- "default": 20,
2008
- "hasDynamicHelp": false,
2009
- "multiple": false,
2010
- "type": "option"
2011
- },
2012
- "channel": {
2013
- "description": "Filter by channel ID",
2014
- "name": "channel",
2015
- "hasDynamicHelp": false,
2016
- "multiple": false,
2017
- "type": "option"
2018
- },
2019
- "channels": {
2020
- "description": "Comma-separated channel IDs",
2021
- "name": "channels",
2022
- "hasDynamicHelp": false,
2023
- "multiple": false,
2024
- "type": "option"
2025
1945
  },
2026
- "search": {
2027
- "description": "Search chats",
2028
- "name": "search",
1946
+ "name": {
1947
+ "description": "Bot name",
1948
+ "name": "name",
2029
1949
  "hasDynamicHelp": false,
2030
1950
  "multiple": false,
2031
1951
  "type": "option"
2032
1952
  },
2033
- "status": {
2034
- "description": "Chat status",
2035
- "name": "status",
1953
+ "type": {
1954
+ "description": "Bot type",
1955
+ "name": "type",
2036
1956
  "hasDynamicHelp": false,
2037
1957
  "multiple": false,
2038
1958
  "options": [
2039
- "all",
2040
- "unread",
2041
- "read",
2042
- "archived"
1959
+ "keyword",
1960
+ "schedule",
1961
+ "event",
1962
+ "ai"
2043
1963
  ],
2044
1964
  "type": "option"
2045
1965
  },
2046
- "unread-only": {
2047
- "description": "Only unread chats",
2048
- "name": "unread-only",
2049
- "allowNo": false,
2050
- "type": "boolean"
2051
- },
2052
- "include-archived": {
2053
- "description": "Include archived chats",
2054
- "name": "include-archived",
2055
- "allowNo": false,
2056
- "type": "boolean"
2057
- }
2058
- },
2059
- "hasDynamicHelp": false,
2060
- "hiddenAliases": [],
2061
- "id": "chats:list",
2062
- "pluginAlias": "@instantkom/cli",
2063
- "pluginName": "@instantkom/cli",
2064
- "pluginType": "core",
2065
- "strict": true,
2066
- "enableJsonFlag": false,
2067
- "isESM": true,
2068
- "relativePath": [
2069
- "dist",
2070
- "commands",
2071
- "chats",
2072
- "list.js"
2073
- ]
2074
- },
2075
- "chats:reply": {
2076
- "aliases": [],
2077
- "args": {
2078
- "id": {
2079
- "description": "Chat ID",
2080
- "name": "id",
2081
- "required": true
2082
- }
2083
- },
2084
- "description": "Reply in a chat",
2085
- "flags": {
2086
- "api-key": {
2087
- "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
2088
- "env": "IKM_API_KEY",
2089
- "helpGroup": "GLOBAL",
2090
- "name": "api-key",
1966
+ "message": {
1967
+ "description": "Bot message content",
1968
+ "name": "message",
2091
1969
  "hasDynamicHelp": false,
2092
1970
  "multiple": false,
2093
1971
  "type": "option"
2094
1972
  },
2095
- "format": {
2096
- "description": "Output format: text, json, yaml, or table",
2097
- "helpGroup": "GLOBAL",
2098
- "name": "format",
2099
- "default": "text",
1973
+ "response": {
1974
+ "description": "Alias for --message",
1975
+ "name": "response",
2100
1976
  "hasDynamicHelp": false,
2101
1977
  "multiple": false,
2102
- "options": [
2103
- "text",
2104
- "json",
2105
- "yaml",
2106
- "table"
2107
- ],
2108
1978
  "type": "option"
2109
1979
  },
2110
- "json": {
2111
- "description": "Output in JSON format (alias for --format=json)",
2112
- "helpGroup": "GLOBAL",
2113
- "name": "json",
2114
- "allowNo": false,
2115
- "type": "boolean"
2116
- },
2117
- "quiet": {
2118
- "description": "Suppress all output except errors",
2119
- "helpGroup": "GLOBAL",
2120
- "name": "quiet",
2121
- "allowNo": false,
2122
- "type": "boolean"
2123
- },
2124
- "no-color": {
2125
- "description": "Disable color output",
2126
- "helpGroup": "GLOBAL",
2127
- "name": "no-color",
2128
- "allowNo": false,
2129
- "type": "boolean"
2130
- },
2131
- "profile": {
2132
- "description": "Named configuration profile to use",
2133
- "helpGroup": "GLOBAL",
2134
- "name": "profile",
2135
- "default": "default",
1980
+ "color": {
1981
+ "description": "Bot color as HEX",
1982
+ "name": "color",
2136
1983
  "hasDynamicHelp": false,
2137
1984
  "multiple": false,
2138
1985
  "type": "option"
2139
1986
  },
2140
- "api-url": {
2141
- "description": "Override the API base URL (e.g. for staging)",
2142
- "helpGroup": "GLOBAL",
2143
- "name": "api-url",
1987
+ "tags": {
1988
+ "description": "Comma-separated tags",
1989
+ "name": "tags",
2144
1990
  "hasDynamicHelp": false,
2145
1991
  "multiple": false,
2146
1992
  "type": "option"
2147
1993
  },
2148
- "text": {
2149
- "description": "Reply text",
2150
- "name": "text",
2151
- "required": true,
1994
+ "data": {
1995
+ "description": "Additional JSON object payload",
1996
+ "name": "data",
2152
1997
  "hasDynamicHelp": false,
2153
1998
  "multiple": false,
2154
1999
  "type": "option"
@@ -2156,7 +2001,7 @@
2156
2001
  },
2157
2002
  "hasDynamicHelp": false,
2158
2003
  "hiddenAliases": [],
2159
- "id": "chats:reply",
2004
+ "id": "bots:update",
2160
2005
  "pluginAlias": "@instantkom/cli",
2161
2006
  "pluginName": "@instantkom/cli",
2162
2007
  "pluginType": "core",
@@ -2166,8 +2011,8 @@
2166
2011
  "relativePath": [
2167
2012
  "dist",
2168
2013
  "commands",
2169
- "chats",
2170
- "reply.js"
2014
+ "bots",
2015
+ "update.js"
2171
2016
  ]
2172
2017
  },
2173
2018
  "broadcast:create": {
@@ -2998,16 +2843,16 @@
2998
2843
  "update.js"
2999
2844
  ]
3000
2845
  },
3001
- "config:get": {
2846
+ "chats:get": {
3002
2847
  "aliases": [],
3003
2848
  "args": {
3004
- "key": {
3005
- "description": "Configuration key to retrieve",
3006
- "name": "key",
2849
+ "id": {
2850
+ "description": "chat ID",
2851
+ "name": "id",
3007
2852
  "required": true
3008
2853
  }
3009
2854
  },
3010
- "description": "Get a configuration value for the current profile",
2855
+ "description": "Get chat by ID",
3011
2856
  "flags": {
3012
2857
  "api-key": {
3013
2858
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -3074,7 +2919,7 @@
3074
2919
  },
3075
2920
  "hasDynamicHelp": false,
3076
2921
  "hiddenAliases": [],
3077
- "id": "config:get",
2922
+ "id": "chats:get",
3078
2923
  "pluginAlias": "@instantkom/cli",
3079
2924
  "pluginName": "@instantkom/cli",
3080
2925
  "pluginType": "core",
@@ -3084,25 +2929,14 @@
3084
2929
  "relativePath": [
3085
2930
  "dist",
3086
2931
  "commands",
3087
- "config",
2932
+ "chats",
3088
2933
  "get.js"
3089
2934
  ]
3090
2935
  },
3091
- "config:set": {
2936
+ "chats:list": {
3092
2937
  "aliases": [],
3093
- "args": {
3094
- "key": {
3095
- "description": "Configuration key to set",
3096
- "name": "key",
3097
- "required": true
3098
- },
3099
- "value": {
3100
- "description": "Value to assign",
3101
- "name": "value",
3102
- "required": true
3103
- }
3104
- },
3105
- "description": "Set a configuration value for the current profile",
2938
+ "args": {},
2939
+ "description": "List chats",
3106
2940
  "flags": {
3107
2941
  "api-key": {
3108
2942
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -3165,11 +2999,73 @@
3165
2999
  "hasDynamicHelp": false,
3166
3000
  "multiple": false,
3167
3001
  "type": "option"
3002
+ },
3003
+ "page": {
3004
+ "description": "Page number",
3005
+ "name": "page",
3006
+ "default": 1,
3007
+ "hasDynamicHelp": false,
3008
+ "multiple": false,
3009
+ "type": "option"
3010
+ },
3011
+ "limit": {
3012
+ "description": "Items per page",
3013
+ "name": "limit",
3014
+ "default": 20,
3015
+ "hasDynamicHelp": false,
3016
+ "multiple": false,
3017
+ "type": "option"
3018
+ },
3019
+ "channel": {
3020
+ "description": "Filter by channel ID",
3021
+ "name": "channel",
3022
+ "hasDynamicHelp": false,
3023
+ "multiple": false,
3024
+ "type": "option"
3025
+ },
3026
+ "channels": {
3027
+ "description": "Comma-separated channel IDs",
3028
+ "name": "channels",
3029
+ "hasDynamicHelp": false,
3030
+ "multiple": false,
3031
+ "type": "option"
3032
+ },
3033
+ "search": {
3034
+ "description": "Search chats",
3035
+ "name": "search",
3036
+ "hasDynamicHelp": false,
3037
+ "multiple": false,
3038
+ "type": "option"
3039
+ },
3040
+ "status": {
3041
+ "description": "Chat status",
3042
+ "name": "status",
3043
+ "hasDynamicHelp": false,
3044
+ "multiple": false,
3045
+ "options": [
3046
+ "all",
3047
+ "unread",
3048
+ "read",
3049
+ "archived"
3050
+ ],
3051
+ "type": "option"
3052
+ },
3053
+ "unread-only": {
3054
+ "description": "Only unread chats",
3055
+ "name": "unread-only",
3056
+ "allowNo": false,
3057
+ "type": "boolean"
3058
+ },
3059
+ "include-archived": {
3060
+ "description": "Include archived chats",
3061
+ "name": "include-archived",
3062
+ "allowNo": false,
3063
+ "type": "boolean"
3168
3064
  }
3169
3065
  },
3170
3066
  "hasDynamicHelp": false,
3171
3067
  "hiddenAliases": [],
3172
- "id": "config:set",
3068
+ "id": "chats:list",
3173
3069
  "pluginAlias": "@instantkom/cli",
3174
3070
  "pluginName": "@instantkom/cli",
3175
3071
  "pluginType": "core",
@@ -3179,20 +3075,20 @@
3179
3075
  "relativePath": [
3180
3076
  "dist",
3181
3077
  "commands",
3182
- "config",
3183
- "set.js"
3078
+ "chats",
3079
+ "list.js"
3184
3080
  ]
3185
3081
  },
3186
- "config:unset": {
3082
+ "chats:reply": {
3187
3083
  "aliases": [],
3188
3084
  "args": {
3189
- "key": {
3190
- "description": "Configuration key to remove",
3191
- "name": "key",
3085
+ "id": {
3086
+ "description": "Chat ID",
3087
+ "name": "id",
3192
3088
  "required": true
3193
3089
  }
3194
3090
  },
3195
- "description": "Remove a configuration key from the current profile",
3091
+ "description": "Reply in a chat",
3196
3092
  "flags": {
3197
3093
  "api-key": {
3198
3094
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -3255,11 +3151,19 @@
3255
3151
  "hasDynamicHelp": false,
3256
3152
  "multiple": false,
3257
3153
  "type": "option"
3154
+ },
3155
+ "text": {
3156
+ "description": "Reply text",
3157
+ "name": "text",
3158
+ "required": true,
3159
+ "hasDynamicHelp": false,
3160
+ "multiple": false,
3161
+ "type": "option"
3258
3162
  }
3259
3163
  },
3260
3164
  "hasDynamicHelp": false,
3261
3165
  "hiddenAliases": [],
3262
- "id": "config:unset",
3166
+ "id": "chats:reply",
3263
3167
  "pluginAlias": "@instantkom/cli",
3264
3168
  "pluginName": "@instantkom/cli",
3265
3169
  "pluginType": "core",
@@ -3269,14 +3173,14 @@
3269
3173
  "relativePath": [
3270
3174
  "dist",
3271
3175
  "commands",
3272
- "config",
3273
- "unset.js"
3176
+ "chats",
3177
+ "reply.js"
3274
3178
  ]
3275
3179
  },
3276
- "bots:create": {
3180
+ "channels:create": {
3277
3181
  "aliases": [],
3278
3182
  "args": {},
3279
- "description": "Create a bot",
3183
+ "description": "Create a channel",
3280
3184
  "flags": {
3281
3185
  "api-key": {
3282
3186
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -3340,60 +3244,32 @@
3340
3244
  "multiple": false,
3341
3245
  "type": "option"
3342
3246
  },
3343
- "channel": {
3344
- "description": "Channel ID",
3345
- "name": "channel",
3346
- "required": true,
3347
- "hasDynamicHelp": false,
3348
- "multiple": false,
3349
- "type": "option"
3350
- },
3351
3247
  "name": {
3352
- "description": "Bot name",
3248
+ "description": "Channel name",
3353
3249
  "name": "name",
3354
3250
  "required": true,
3355
3251
  "hasDynamicHelp": false,
3356
3252
  "multiple": false,
3357
3253
  "type": "option"
3358
3254
  },
3359
- "type": {
3360
- "description": "Bot type",
3361
- "name": "type",
3255
+ "gateway-type": {
3256
+ "description": "Gateway type ID",
3257
+ "name": "gateway-type",
3362
3258
  "required": true,
3363
3259
  "hasDynamicHelp": false,
3364
3260
  "multiple": false,
3365
- "options": [
3366
- "keyword",
3367
- "schedule",
3368
- "event",
3369
- "ai"
3370
- ],
3371
- "type": "option"
3372
- },
3373
- "message": {
3374
- "description": "Bot message content",
3375
- "name": "message",
3376
- "hasDynamicHelp": false,
3377
- "multiple": false,
3378
3261
  "type": "option"
3379
3262
  },
3380
- "response": {
3381
- "description": "Alias for --message",
3382
- "name": "response",
3383
- "hasDynamicHelp": false,
3384
- "multiple": false,
3385
- "type": "option"
3386
- },
3387
- "color": {
3388
- "description": "Bot color as HEX",
3389
- "name": "color",
3263
+ "status": {
3264
+ "description": "Channel lifecycle status",
3265
+ "name": "status",
3390
3266
  "hasDynamicHelp": false,
3391
3267
  "multiple": false,
3392
3268
  "type": "option"
3393
3269
  },
3394
- "tags": {
3395
- "description": "Comma-separated tags",
3396
- "name": "tags",
3270
+ "description": {
3271
+ "description": "Channel description",
3272
+ "name": "description",
3397
3273
  "hasDynamicHelp": false,
3398
3274
  "multiple": false,
3399
3275
  "type": "option"
@@ -3408,7 +3284,7 @@
3408
3284
  },
3409
3285
  "hasDynamicHelp": false,
3410
3286
  "hiddenAliases": [],
3411
- "id": "bots:create",
3287
+ "id": "channels:create",
3412
3288
  "pluginAlias": "@instantkom/cli",
3413
3289
  "pluginName": "@instantkom/cli",
3414
3290
  "pluginType": "core",
@@ -3418,20 +3294,20 @@
3418
3294
  "relativePath": [
3419
3295
  "dist",
3420
3296
  "commands",
3421
- "bots",
3297
+ "channels",
3422
3298
  "create.js"
3423
3299
  ]
3424
3300
  },
3425
- "bots:delete": {
3301
+ "channels:get": {
3426
3302
  "aliases": [],
3427
3303
  "args": {
3428
3304
  "id": {
3429
- "description": "Bot ID",
3305
+ "description": "Channel ID",
3430
3306
  "name": "id",
3431
3307
  "required": true
3432
3308
  }
3433
3309
  },
3434
- "description": "Delete a bot",
3310
+ "description": "Get a channel by ID",
3435
3311
  "flags": {
3436
3312
  "api-key": {
3437
3313
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -3498,7 +3374,7 @@
3498
3374
  },
3499
3375
  "hasDynamicHelp": false,
3500
3376
  "hiddenAliases": [],
3501
- "id": "bots:delete",
3377
+ "id": "channels:get",
3502
3378
  "pluginAlias": "@instantkom/cli",
3503
3379
  "pluginName": "@instantkom/cli",
3504
3380
  "pluginType": "core",
@@ -3508,20 +3384,20 @@
3508
3384
  "relativePath": [
3509
3385
  "dist",
3510
3386
  "commands",
3511
- "bots",
3512
- "delete.js"
3387
+ "channels",
3388
+ "get.js"
3513
3389
  ]
3514
3390
  },
3515
- "bots:get": {
3391
+ "channels:kpis": {
3516
3392
  "aliases": [],
3517
3393
  "args": {
3518
3394
  "id": {
3519
- "description": "Bot ID",
3395
+ "description": "Optional channel ID; omit for aggregated channel KPIs",
3520
3396
  "name": "id",
3521
- "required": true
3397
+ "required": false
3522
3398
  }
3523
3399
  },
3524
- "description": "Get a bot by ID",
3400
+ "description": "Get channel KPIs",
3525
3401
  "flags": {
3526
3402
  "api-key": {
3527
3403
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -3584,11 +3460,18 @@
3584
3460
  "hasDynamicHelp": false,
3585
3461
  "multiple": false,
3586
3462
  "type": "option"
3463
+ },
3464
+ "period": {
3465
+ "description": "KPI period",
3466
+ "name": "period",
3467
+ "hasDynamicHelp": false,
3468
+ "multiple": false,
3469
+ "type": "option"
3587
3470
  }
3588
3471
  },
3589
3472
  "hasDynamicHelp": false,
3590
3473
  "hiddenAliases": [],
3591
- "id": "bots:get",
3474
+ "id": "channels:kpis",
3592
3475
  "pluginAlias": "@instantkom/cli",
3593
3476
  "pluginName": "@instantkom/cli",
3594
3477
  "pluginType": "core",
@@ -3598,14 +3481,14 @@
3598
3481
  "relativePath": [
3599
3482
  "dist",
3600
3483
  "commands",
3601
- "bots",
3602
- "get.js"
3484
+ "channels",
3485
+ "kpis.js"
3603
3486
  ]
3604
3487
  },
3605
- "bots:list": {
3488
+ "channels:list": {
3606
3489
  "aliases": [],
3607
3490
  "args": {},
3608
- "description": "List bots",
3491
+ "description": "List channels",
3609
3492
  "flags": {
3610
3493
  "api-key": {
3611
3494
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -3685,49 +3568,31 @@
3685
3568
  "multiple": false,
3686
3569
  "type": "option"
3687
3570
  },
3688
- "channel": {
3689
- "description": "Filter by channel ID",
3690
- "name": "channel",
3571
+ "status": {
3572
+ "description": "Filter by channel status",
3573
+ "name": "status",
3691
3574
  "hasDynamicHelp": false,
3692
3575
  "multiple": false,
3693
3576
  "type": "option"
3694
3577
  },
3695
- "type": {
3696
- "description": "Filter by bot type",
3697
- "name": "type",
3578
+ "gateway-type": {
3579
+ "description": "Filter by gateway type ID",
3580
+ "name": "gateway-type",
3698
3581
  "hasDynamicHelp": false,
3699
3582
  "multiple": false,
3700
3583
  "type": "option"
3701
3584
  },
3702
3585
  "search": {
3703
- "description": "Search in bot name or message",
3586
+ "description": "Search by channel name",
3704
3587
  "name": "search",
3705
3588
  "hasDynamicHelp": false,
3706
3589
  "multiple": false,
3707
3590
  "type": "option"
3708
- },
3709
- "tags": {
3710
- "description": "Comma-separated tag IDs",
3711
- "name": "tags",
3712
- "hasDynamicHelp": false,
3713
- "multiple": false,
3714
- "type": "option"
3715
- },
3716
- "tag-match": {
3717
- "description": "Tag match mode",
3718
- "name": "tag-match",
3719
- "hasDynamicHelp": false,
3720
- "multiple": false,
3721
- "options": [
3722
- "any",
3723
- "all"
3724
- ],
3725
- "type": "option"
3726
3591
  }
3727
3592
  },
3728
3593
  "hasDynamicHelp": false,
3729
3594
  "hiddenAliases": [],
3730
- "id": "bots:list",
3595
+ "id": "channels:list",
3731
3596
  "pluginAlias": "@instantkom/cli",
3732
3597
  "pluginName": "@instantkom/cli",
3733
3598
  "pluginType": "core",
@@ -3737,20 +3602,20 @@
3737
3602
  "relativePath": [
3738
3603
  "dist",
3739
3604
  "commands",
3740
- "bots",
3605
+ "channels",
3741
3606
  "list.js"
3742
3607
  ]
3743
3608
  },
3744
- "bots:matches": {
3609
+ "channels:update": {
3745
3610
  "aliases": [],
3746
3611
  "args": {
3747
3612
  "id": {
3748
- "description": "Bot ID",
3613
+ "description": "Channel ID",
3749
3614
  "name": "id",
3750
3615
  "required": true
3751
3616
  }
3752
3617
  },
3753
- "description": "List bot match history",
3618
+ "description": "Update a channel",
3754
3619
  "flags": {
3755
3620
  "api-key": {
3756
3621
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -3814,25 +3679,30 @@
3814
3679
  "multiple": false,
3815
3680
  "type": "option"
3816
3681
  },
3817
- "page": {
3818
- "description": "Page number",
3819
- "name": "page",
3820
- "default": 1,
3682
+ "name": {
3683
+ "description": "Channel name",
3684
+ "name": "name",
3821
3685
  "hasDynamicHelp": false,
3822
3686
  "multiple": false,
3823
3687
  "type": "option"
3824
3688
  },
3825
- "limit": {
3826
- "description": "Items per page",
3827
- "name": "limit",
3828
- "default": 50,
3689
+ "status": {
3690
+ "description": "Channel lifecycle status",
3691
+ "name": "status",
3829
3692
  "hasDynamicHelp": false,
3830
3693
  "multiple": false,
3831
3694
  "type": "option"
3832
3695
  },
3833
- "search": {
3834
- "description": "Search in matches",
3835
- "name": "search",
3696
+ "description": {
3697
+ "description": "Channel description",
3698
+ "name": "description",
3699
+ "hasDynamicHelp": false,
3700
+ "multiple": false,
3701
+ "type": "option"
3702
+ },
3703
+ "data": {
3704
+ "description": "Additional JSON object payload",
3705
+ "name": "data",
3836
3706
  "hasDynamicHelp": false,
3837
3707
  "multiple": false,
3838
3708
  "type": "option"
@@ -3840,7 +3710,7 @@
3840
3710
  },
3841
3711
  "hasDynamicHelp": false,
3842
3712
  "hiddenAliases": [],
3843
- "id": "bots:matches",
3713
+ "id": "channels:update",
3844
3714
  "pluginAlias": "@instantkom/cli",
3845
3715
  "pluginName": "@instantkom/cli",
3846
3716
  "pluginType": "core",
@@ -3850,20 +3720,20 @@
3850
3720
  "relativePath": [
3851
3721
  "dist",
3852
3722
  "commands",
3853
- "bots",
3854
- "matches.js"
3723
+ "channels",
3724
+ "update.js"
3855
3725
  ]
3856
3726
  },
3857
- "bots:update": {
3727
+ "config:get": {
3858
3728
  "aliases": [],
3859
3729
  "args": {
3860
- "id": {
3861
- "description": "Bot ID",
3862
- "name": "id",
3730
+ "key": {
3731
+ "description": "Configuration key to retrieve",
3732
+ "name": "key",
3863
3733
  "required": true
3864
3734
  }
3865
3735
  },
3866
- "description": "Update a bot",
3736
+ "description": "Get a configuration value for the current profile",
3867
3737
  "flags": {
3868
3738
  "api-key": {
3869
3739
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -3926,58 +3796,188 @@
3926
3796
  "hasDynamicHelp": false,
3927
3797
  "multiple": false,
3928
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
3929
3824
  },
3930
- "name": {
3931
- "description": "Bot name",
3932
- "name": "name",
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",
3933
3838
  "hasDynamicHelp": false,
3934
3839
  "multiple": false,
3935
3840
  "type": "option"
3936
3841
  },
3937
- "type": {
3938
- "description": "Bot type",
3939
- "name": "type",
3842
+ "format": {
3843
+ "description": "Output format: text, json, yaml, or table",
3844
+ "helpGroup": "GLOBAL",
3845
+ "name": "format",
3846
+ "default": "text",
3940
3847
  "hasDynamicHelp": false,
3941
3848
  "multiple": false,
3942
3849
  "options": [
3943
- "keyword",
3944
- "schedule",
3945
- "event",
3946
- "ai"
3850
+ "text",
3851
+ "json",
3852
+ "yaml",
3853
+ "table"
3947
3854
  ],
3948
3855
  "type": "option"
3949
3856
  },
3950
- "message": {
3951
- "description": "Bot message content",
3952
- "name": "message",
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",
3953
3883
  "hasDynamicHelp": false,
3954
3884
  "multiple": false,
3955
3885
  "type": "option"
3956
3886
  },
3957
- "response": {
3958
- "description": "Alias for --message",
3959
- "name": "response",
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",
3960
3928
  "hasDynamicHelp": false,
3961
3929
  "multiple": false,
3962
3930
  "type": "option"
3963
3931
  },
3964
- "color": {
3965
- "description": "Bot color as HEX",
3966
- "name": "color",
3932
+ "format": {
3933
+ "description": "Output format: text, json, yaml, or table",
3934
+ "helpGroup": "GLOBAL",
3935
+ "name": "format",
3936
+ "default": "text",
3967
3937
  "hasDynamicHelp": false,
3968
3938
  "multiple": false,
3939
+ "options": [
3940
+ "text",
3941
+ "json",
3942
+ "yaml",
3943
+ "table"
3944
+ ],
3969
3945
  "type": "option"
3970
3946
  },
3971
- "tags": {
3972
- "description": "Comma-separated tags",
3973
- "name": "tags",
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",
3974
3973
  "hasDynamicHelp": false,
3975
3974
  "multiple": false,
3976
3975
  "type": "option"
3977
3976
  },
3978
- "data": {
3979
- "description": "Additional JSON object payload",
3980
- "name": "data",
3977
+ "api-url": {
3978
+ "description": "Override the API base URL (e.g. for staging)",
3979
+ "helpGroup": "GLOBAL",
3980
+ "name": "api-url",
3981
3981
  "hasDynamicHelp": false,
3982
3982
  "multiple": false,
3983
3983
  "type": "option"
@@ -3985,7 +3985,7 @@
3985
3985
  },
3986
3986
  "hasDynamicHelp": false,
3987
3987
  "hiddenAliases": [],
3988
- "id": "bots:update",
3988
+ "id": "config:unset",
3989
3989
  "pluginAlias": "@instantkom/cli",
3990
3990
  "pluginName": "@instantkom/cli",
3991
3991
  "pluginType": "core",
@@ -3995,8 +3995,8 @@
3995
3995
  "relativePath": [
3996
3996
  "dist",
3997
3997
  "commands",
3998
- "bots",
3999
- "update.js"
3998
+ "config",
3999
+ "unset.js"
4000
4000
  ]
4001
4001
  },
4002
4002
  "contacts:create": {
@@ -16352,5 +16352,5 @@
16352
16352
  ]
16353
16353
  }
16354
16354
  },
16355
- "version": "3.136.0"
16355
+ "version": "3.138.0"
16356
16356
  }