checkly 8.4.0 → 8.5.0-prerelease-563ab33

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.
Files changed (66) hide show
  1. package/dist/ai-context/checkly.rules.md +153 -1
  2. package/dist/ai-context/context.d.ts +13 -1
  3. package/dist/ai-context/context.js +14 -1
  4. package/dist/ai-context/context.js.map +1 -1
  5. package/dist/ai-context/public-skills/checkly/SKILL.md +3 -1
  6. package/dist/ai-context/skills-command/references/configure-api-checks.md +1 -0
  7. package/dist/ai-context/skills-command/references/configure-browser-checks.md +1 -0
  8. package/dist/ai-context/skills-command/references/configure-check-groups.md +1 -0
  9. package/dist/ai-context/skills-command/references/configure-environment.md +92 -0
  10. package/dist/ai-context/skills-command/references/configure-multistep-checks.md +1 -0
  11. package/dist/ai-context/skills-command/references/configure-playwright-checks.md +50 -0
  12. package/dist/ai-context/skills-command/references/configure.md +6 -1
  13. package/dist/ai-context/skills-command/references/investigate-test-sessions.md +125 -0
  14. package/dist/ai-context/skills-command/references/investigate.md +3 -0
  15. package/dist/commands/alert-channels/get.d.ts +14 -0
  16. package/dist/commands/alert-channels/get.js +50 -0
  17. package/dist/commands/alert-channels/get.js.map +1 -0
  18. package/dist/commands/alert-channels/list.d.ts +13 -0
  19. package/dist/commands/alert-channels/list.js +64 -0
  20. package/dist/commands/alert-channels/list.js.map +1 -0
  21. package/dist/commands/alert-channels/logs.d.ts +19 -0
  22. package/dist/commands/alert-channels/logs.js +91 -0
  23. package/dist/commands/alert-channels/logs.js.map +1 -0
  24. package/dist/commands/rca/run.d.ts +1 -0
  25. package/dist/commands/rca/run.js +6 -3
  26. package/dist/commands/rca/run.js.map +1 -1
  27. package/dist/commands/test-sessions/get.d.ts +1 -0
  28. package/dist/commands/test-sessions/get.js +28 -1
  29. package/dist/commands/test-sessions/get.js.map +1 -1
  30. package/dist/commands/test-sessions/list.d.ts +22 -0
  31. package/dist/commands/test-sessions/list.js +190 -0
  32. package/dist/commands/test-sessions/list.js.map +1 -0
  33. package/dist/constructs/playwright-check.d.ts +13 -5
  34. package/dist/constructs/playwright-check.js +3 -1
  35. package/dist/constructs/playwright-check.js.map +1 -1
  36. package/dist/formatters/alert-channels.d.ts +15 -0
  37. package/dist/formatters/alert-channels.js +259 -0
  38. package/dist/formatters/alert-channels.js.map +1 -0
  39. package/dist/formatters/checks.js +11 -19
  40. package/dist/formatters/checks.js.map +1 -1
  41. package/dist/formatters/render.d.ts +7 -0
  42. package/dist/formatters/render.js +73 -0
  43. package/dist/formatters/render.js.map +1 -1
  44. package/dist/formatters/test-sessions.d.ts +4 -1
  45. package/dist/formatters/test-sessions.js +93 -0
  46. package/dist/formatters/test-sessions.js.map +1 -1
  47. package/dist/helpers/number.d.ts +3 -0
  48. package/dist/helpers/number.js +20 -0
  49. package/dist/helpers/number.js.map +1 -0
  50. package/dist/rest/alert-channels.d.ts +52 -0
  51. package/dist/rest/alert-channels.js +23 -0
  52. package/dist/rest/alert-channels.js.map +1 -0
  53. package/dist/rest/alert-notifications.d.ts +39 -0
  54. package/dist/rest/alert-notifications.js +19 -0
  55. package/dist/rest/alert-notifications.js.map +1 -0
  56. package/dist/rest/api.d.ts +4 -0
  57. package/dist/rest/api.js +4 -0
  58. package/dist/rest/api.js.map +1 -1
  59. package/dist/rest/rca.d.ts +2 -2
  60. package/dist/rest/rca.js +4 -4
  61. package/dist/rest/rca.js.map +1 -1
  62. package/dist/rest/test-sessions.d.ts +51 -0
  63. package/dist/rest/test-sessions.js +24 -1
  64. package/dist/rest/test-sessions.js.map +1 -1
  65. package/oclif.manifest.json +749 -415
  66. package/package.json +4 -1
@@ -1272,94 +1272,17 @@
1272
1272
  "plan.js"
1273
1273
  ]
1274
1274
  },
1275
- "checks:get": {
1275
+ "alert-channels:get": {
1276
1276
  "aliases": [],
1277
1277
  "args": {
1278
1278
  "id": {
1279
- "description": "The ID of the check to retrieve.",
1279
+ "description": "The alert channel ID to retrieve.",
1280
1280
  "name": "id",
1281
1281
  "required": true
1282
1282
  }
1283
1283
  },
1284
- "description": "Get details of a specific check, including recent results. Use --result to drill into a specific result.",
1284
+ "description": "Get details of an alert channel.",
1285
1285
  "flags": {
1286
- "result": {
1287
- "char": "r",
1288
- "description": "Show details for a specific result ID.",
1289
- "name": "result",
1290
- "hasDynamicHelp": false,
1291
- "multiple": false,
1292
- "type": "option"
1293
- },
1294
- "error-group": {
1295
- "char": "e",
1296
- "description": "Show full details for a specific error group ID.",
1297
- "name": "error-group",
1298
- "hasDynamicHelp": false,
1299
- "multiple": false,
1300
- "type": "option"
1301
- },
1302
- "results-limit": {
1303
- "description": "Number of recent results to show.",
1304
- "name": "results-limit",
1305
- "default": 10,
1306
- "hasDynamicHelp": false,
1307
- "multiple": false,
1308
- "type": "option"
1309
- },
1310
- "results-cursor": {
1311
- "description": "Cursor for results pagination (from previous output).",
1312
- "name": "results-cursor",
1313
- "hasDynamicHelp": false,
1314
- "multiple": false,
1315
- "type": "option"
1316
- },
1317
- "stats-range": {
1318
- "description": "Time range for stats.",
1319
- "name": "stats-range",
1320
- "default": "last24Hours",
1321
- "hasDynamicHelp": false,
1322
- "multiple": false,
1323
- "options": [
1324
- "last24Hours",
1325
- "last7Days",
1326
- "last30Days",
1327
- "thisWeek",
1328
- "thisMonth",
1329
- "lastWeek",
1330
- "lastMonth"
1331
- ],
1332
- "type": "option"
1333
- },
1334
- "group-by": {
1335
- "description": "Group stats by dimension.",
1336
- "name": "group-by",
1337
- "hasDynamicHelp": false,
1338
- "multiple": false,
1339
- "options": [
1340
- "location",
1341
- "statusCode"
1342
- ],
1343
- "type": "option"
1344
- },
1345
- "metrics": {
1346
- "description": "Comma-separated list of metrics to show (overrides defaults).",
1347
- "name": "metrics",
1348
- "hasDynamicHelp": false,
1349
- "multiple": false,
1350
- "type": "option"
1351
- },
1352
- "filter-status": {
1353
- "description": "Only include runs with this status in stats.",
1354
- "name": "filter-status",
1355
- "hasDynamicHelp": false,
1356
- "multiple": false,
1357
- "options": [
1358
- "success",
1359
- "failure"
1360
- ],
1361
- "type": "option"
1362
- },
1363
1286
  "output": {
1364
1287
  "char": "o",
1365
1288
  "description": "Output format.",
@@ -1378,7 +1301,7 @@
1378
1301
  "hasDynamicHelp": false,
1379
1302
  "hidden": false,
1380
1303
  "hiddenAliases": [],
1381
- "id": "checks:get",
1304
+ "id": "alert-channels:get",
1382
1305
  "pluginAlias": "checkly",
1383
1306
  "pluginName": "checkly",
1384
1307
  "pluginType": "core",
@@ -1392,18 +1315,18 @@
1392
1315
  "relativePath": [
1393
1316
  "dist",
1394
1317
  "commands",
1395
- "checks",
1318
+ "alert-channels",
1396
1319
  "get.js"
1397
1320
  ]
1398
1321
  },
1399
- "checks:list": {
1322
+ "alert-channels:list": {
1400
1323
  "aliases": [],
1401
1324
  "args": {},
1402
- "description": "List all checks in your account.",
1325
+ "description": "List all alert channels in your account.",
1403
1326
  "flags": {
1404
1327
  "limit": {
1405
1328
  "char": "l",
1406
- "description": "Number of checks to return (1-100).",
1329
+ "description": "Number of alert channels to return (1-100).",
1407
1330
  "name": "limit",
1408
1331
  "default": 25,
1409
1332
  "hasDynamicHelp": false,
@@ -1419,60 +1342,6 @@
1419
1342
  "multiple": false,
1420
1343
  "type": "option"
1421
1344
  },
1422
- "tag": {
1423
- "char": "t",
1424
- "description": "Filter by tag. Can be specified multiple times.",
1425
- "name": "tag",
1426
- "delimiter": ",",
1427
- "hasDynamicHelp": false,
1428
- "multiple": true,
1429
- "type": "option"
1430
- },
1431
- "search": {
1432
- "char": "s",
1433
- "description": "Filter checks by name (case-insensitive).",
1434
- "name": "search",
1435
- "hasDynamicHelp": false,
1436
- "multiple": false,
1437
- "type": "option"
1438
- },
1439
- "type": {
1440
- "description": "Filter by check type.",
1441
- "name": "type",
1442
- "hasDynamicHelp": false,
1443
- "multiple": false,
1444
- "options": [
1445
- "API",
1446
- "BROWSER",
1447
- "HEARTBEAT",
1448
- "MULTI_STEP",
1449
- "PLAYWRIGHT",
1450
- "TCP",
1451
- "ICMP",
1452
- "DNS",
1453
- "URL",
1454
- "AGENTIC"
1455
- ],
1456
- "type": "option"
1457
- },
1458
- "status": {
1459
- "description": "Filter by check status.",
1460
- "name": "status",
1461
- "hasDynamicHelp": false,
1462
- "multiple": false,
1463
- "options": [
1464
- "passing",
1465
- "failing",
1466
- "degraded"
1467
- ],
1468
- "type": "option"
1469
- },
1470
- "hide-id": {
1471
- "description": "Hide check IDs in table output.",
1472
- "name": "hide-id",
1473
- "allowNo": false,
1474
- "type": "boolean"
1475
- },
1476
1345
  "output": {
1477
1346
  "char": "o",
1478
1347
  "description": "Output format.",
@@ -1491,7 +1360,7 @@
1491
1360
  "hasDynamicHelp": false,
1492
1361
  "hidden": false,
1493
1362
  "hiddenAliases": [],
1494
- "id": "checks:list",
1363
+ "id": "alert-channels:list",
1495
1364
  "pluginAlias": "checkly",
1496
1365
  "pluginName": "checkly",
1497
1366
  "pluginType": "core",
@@ -1505,40 +1374,24 @@
1505
1374
  "relativePath": [
1506
1375
  "dist",
1507
1376
  "commands",
1508
- "checks",
1377
+ "alert-channels",
1509
1378
  "list.js"
1510
1379
  ]
1511
1380
  },
1512
- "checks:stats": {
1381
+ "alert-channels:logs": {
1513
1382
  "aliases": [],
1514
1383
  "args": {
1515
- "checkIds": {
1516
- "description": "One or more check IDs to get stats for.",
1517
- "name": "checkIds",
1518
- "required": false
1384
+ "id": {
1385
+ "description": "The alert channel ID to retrieve logs for.",
1386
+ "name": "id",
1387
+ "required": true
1519
1388
  }
1520
1389
  },
1521
- "description": "Show analytics stats for your checks.",
1390
+ "description": "List notification logs for an alert channel.",
1522
1391
  "flags": {
1523
- "range": {
1524
- "char": "r",
1525
- "description": "Time range for stats.",
1526
- "name": "range",
1527
- "default": "last24Hours",
1528
- "hasDynamicHelp": false,
1529
- "multiple": false,
1530
- "options": [
1531
- "last24Hours",
1532
- "last7Days",
1533
- "thisWeek",
1534
- "lastWeek",
1535
- "lastMonth"
1536
- ],
1537
- "type": "option"
1538
- },
1539
1392
  "limit": {
1540
1393
  "char": "l",
1541
- "description": "Number of checks to return (1-100).",
1394
+ "description": "Number of logs to return (1-100).",
1542
1395
  "name": "limit",
1543
1396
  "default": 25,
1544
1397
  "hasDynamicHelp": false,
@@ -1554,38 +1407,28 @@
1554
1407
  "multiple": false,
1555
1408
  "type": "option"
1556
1409
  },
1557
- "tag": {
1558
- "char": "t",
1559
- "description": "Filter by tag. Can be specified multiple times.",
1560
- "name": "tag",
1410
+ "from": {
1411
+ "description": "Unix timestamp for the start of the log window.",
1412
+ "name": "from",
1561
1413
  "hasDynamicHelp": false,
1562
- "multiple": true,
1414
+ "multiple": false,
1563
1415
  "type": "option"
1564
1416
  },
1565
- "search": {
1566
- "char": "s",
1567
- "description": "Filter checks by name (case-insensitive).",
1568
- "name": "search",
1417
+ "to": {
1418
+ "description": "Unix timestamp for the end of the log window.",
1419
+ "name": "to",
1569
1420
  "hasDynamicHelp": false,
1570
1421
  "multiple": false,
1571
1422
  "type": "option"
1572
1423
  },
1573
- "type": {
1574
- "description": "Filter by check type.",
1575
- "name": "type",
1424
+ "status": {
1425
+ "char": "s",
1426
+ "description": "Filter logs by status.",
1427
+ "name": "status",
1576
1428
  "hasDynamicHelp": false,
1577
1429
  "multiple": false,
1578
1430
  "options": [
1579
- "API",
1580
- "BROWSER",
1581
- "HEARTBEAT",
1582
- "MULTI_STEP",
1583
- "PLAYWRIGHT",
1584
- "TCP",
1585
- "ICMP",
1586
- "DNS",
1587
- "URL",
1588
- "AGENTIC"
1431
+ "failed"
1589
1432
  ],
1590
1433
  "type": "option"
1591
1434
  },
@@ -1607,11 +1450,11 @@
1607
1450
  "hasDynamicHelp": false,
1608
1451
  "hidden": false,
1609
1452
  "hiddenAliases": [],
1610
- "id": "checks:stats",
1453
+ "id": "alert-channels:logs",
1611
1454
  "pluginAlias": "checkly",
1612
1455
  "pluginName": "checkly",
1613
1456
  "pluginType": "core",
1614
- "strict": false,
1457
+ "strict": true,
1615
1458
  "enableJsonFlag": false,
1616
1459
  "coreCommand": false,
1617
1460
  "readOnly": true,
@@ -1621,8 +1464,8 @@
1621
1464
  "relativePath": [
1622
1465
  "dist",
1623
1466
  "commands",
1624
- "checks",
1625
- "stats.js"
1467
+ "alert-channels",
1468
+ "logs.js"
1626
1469
  ]
1627
1470
  },
1628
1471
  "debug:parse-file": {
@@ -1781,70 +1624,113 @@
1781
1624
  "parse-project.js"
1782
1625
  ]
1783
1626
  },
1784
- "env:add": {
1627
+ "checks:get": {
1785
1628
  "aliases": [],
1786
1629
  "args": {
1787
- "key": {
1788
- "description": "Environment variable key.",
1789
- "name": "key",
1630
+ "id": {
1631
+ "description": "The ID of the check to retrieve.",
1632
+ "name": "id",
1790
1633
  "required": true
1791
- },
1792
- "value": {
1793
- "description": "Environment variable value.",
1794
- "name": "value",
1795
- "required": false
1796
1634
  }
1797
1635
  },
1798
- "description": "Add environment variable via \"checkly env add <key> <value>\".",
1636
+ "description": "Get details of a specific check, including recent results. Use --result to drill into a specific result.",
1799
1637
  "flags": {
1800
- "locked": {
1801
- "char": "l",
1802
- "description": "Indicate that the environment variable will be locked.",
1803
- "name": "locked",
1804
- "allowNo": false,
1805
- "type": "boolean"
1638
+ "result": {
1639
+ "char": "r",
1640
+ "description": "Show details for a specific result ID.",
1641
+ "name": "result",
1642
+ "hasDynamicHelp": false,
1643
+ "multiple": false,
1644
+ "type": "option"
1806
1645
  },
1807
- "secret": {
1808
- "char": "s",
1809
- "description": "Indicate that the environment variable will be secret.",
1810
- "exclusive": [
1811
- "locked"
1812
- ],
1813
- "name": "secret",
1814
- "allowNo": false,
1815
- "type": "boolean"
1816
- }
1817
- },
1818
- "hasDynamicHelp": false,
1819
- "hidden": false,
1820
- "hiddenAliases": [],
1821
- "id": "env:add",
1822
- "pluginAlias": "checkly",
1823
- "pluginName": "checkly",
1824
- "pluginType": "core",
1825
- "strict": true,
1826
- "enableJsonFlag": false,
1827
- "coreCommand": false,
1828
- "readOnly": false,
1829
- "destructive": false,
1830
- "idempotent": false,
1831
- "isESM": true,
1832
- "relativePath": [
1833
- "dist",
1834
- "commands",
1835
- "env",
1836
- "add.js"
1837
- ]
1838
- },
1839
- "env:ls": {
1840
- "aliases": [],
1841
- "args": {},
1842
- "description": "List all Checkly environment variables via \"checkly env ls\".",
1843
- "flags": {},
1646
+ "error-group": {
1647
+ "char": "e",
1648
+ "description": "Show full details for a specific error group ID.",
1649
+ "name": "error-group",
1650
+ "hasDynamicHelp": false,
1651
+ "multiple": false,
1652
+ "type": "option"
1653
+ },
1654
+ "results-limit": {
1655
+ "description": "Number of recent results to show.",
1656
+ "name": "results-limit",
1657
+ "default": 10,
1658
+ "hasDynamicHelp": false,
1659
+ "multiple": false,
1660
+ "type": "option"
1661
+ },
1662
+ "results-cursor": {
1663
+ "description": "Cursor for results pagination (from previous output).",
1664
+ "name": "results-cursor",
1665
+ "hasDynamicHelp": false,
1666
+ "multiple": false,
1667
+ "type": "option"
1668
+ },
1669
+ "stats-range": {
1670
+ "description": "Time range for stats.",
1671
+ "name": "stats-range",
1672
+ "default": "last24Hours",
1673
+ "hasDynamicHelp": false,
1674
+ "multiple": false,
1675
+ "options": [
1676
+ "last24Hours",
1677
+ "last7Days",
1678
+ "last30Days",
1679
+ "thisWeek",
1680
+ "thisMonth",
1681
+ "lastWeek",
1682
+ "lastMonth"
1683
+ ],
1684
+ "type": "option"
1685
+ },
1686
+ "group-by": {
1687
+ "description": "Group stats by dimension.",
1688
+ "name": "group-by",
1689
+ "hasDynamicHelp": false,
1690
+ "multiple": false,
1691
+ "options": [
1692
+ "location",
1693
+ "statusCode"
1694
+ ],
1695
+ "type": "option"
1696
+ },
1697
+ "metrics": {
1698
+ "description": "Comma-separated list of metrics to show (overrides defaults).",
1699
+ "name": "metrics",
1700
+ "hasDynamicHelp": false,
1701
+ "multiple": false,
1702
+ "type": "option"
1703
+ },
1704
+ "filter-status": {
1705
+ "description": "Only include runs with this status in stats.",
1706
+ "name": "filter-status",
1707
+ "hasDynamicHelp": false,
1708
+ "multiple": false,
1709
+ "options": [
1710
+ "success",
1711
+ "failure"
1712
+ ],
1713
+ "type": "option"
1714
+ },
1715
+ "output": {
1716
+ "char": "o",
1717
+ "description": "Output format.",
1718
+ "name": "output",
1719
+ "default": "detail",
1720
+ "hasDynamicHelp": false,
1721
+ "multiple": false,
1722
+ "options": [
1723
+ "detail",
1724
+ "json",
1725
+ "md"
1726
+ ],
1727
+ "type": "option"
1728
+ }
1729
+ },
1844
1730
  "hasDynamicHelp": false,
1845
1731
  "hidden": false,
1846
1732
  "hiddenAliases": [],
1847
- "id": "env:ls",
1733
+ "id": "checks:get",
1848
1734
  "pluginAlias": "checkly",
1849
1735
  "pluginName": "checkly",
1850
1736
  "pluginType": "core",
@@ -1858,34 +1744,106 @@
1858
1744
  "relativePath": [
1859
1745
  "dist",
1860
1746
  "commands",
1861
- "env",
1862
- "ls.js"
1747
+ "checks",
1748
+ "get.js"
1863
1749
  ]
1864
1750
  },
1865
- "env:pull": {
1751
+ "checks:list": {
1866
1752
  "aliases": [],
1867
- "args": {
1868
- "filename": {
1869
- "default": ".env",
1870
- "description": "Filename of the generated file.",
1871
- "name": "filename",
1872
- "required": false
1873
- }
1874
- },
1875
- "description": "Pull Checkly environment variables via \"checkly env pull <filename>\".",
1753
+ "args": {},
1754
+ "description": "List all checks in your account.",
1876
1755
  "flags": {
1877
- "force": {
1878
- "char": "f",
1879
- "description": "Force to overwrite existing file.",
1880
- "name": "force",
1756
+ "limit": {
1757
+ "char": "l",
1758
+ "description": "Number of checks to return (1-100).",
1759
+ "name": "limit",
1760
+ "default": 25,
1761
+ "hasDynamicHelp": false,
1762
+ "multiple": false,
1763
+ "type": "option"
1764
+ },
1765
+ "page": {
1766
+ "char": "p",
1767
+ "description": "Page number.",
1768
+ "name": "page",
1769
+ "default": 1,
1770
+ "hasDynamicHelp": false,
1771
+ "multiple": false,
1772
+ "type": "option"
1773
+ },
1774
+ "tag": {
1775
+ "char": "t",
1776
+ "description": "Filter by tag. Can be specified multiple times.",
1777
+ "name": "tag",
1778
+ "delimiter": ",",
1779
+ "hasDynamicHelp": false,
1780
+ "multiple": true,
1781
+ "type": "option"
1782
+ },
1783
+ "search": {
1784
+ "char": "s",
1785
+ "description": "Filter checks by name (case-insensitive).",
1786
+ "name": "search",
1787
+ "hasDynamicHelp": false,
1788
+ "multiple": false,
1789
+ "type": "option"
1790
+ },
1791
+ "type": {
1792
+ "description": "Filter by check type.",
1793
+ "name": "type",
1794
+ "hasDynamicHelp": false,
1795
+ "multiple": false,
1796
+ "options": [
1797
+ "API",
1798
+ "BROWSER",
1799
+ "HEARTBEAT",
1800
+ "MULTI_STEP",
1801
+ "PLAYWRIGHT",
1802
+ "TCP",
1803
+ "ICMP",
1804
+ "DNS",
1805
+ "URL",
1806
+ "AGENTIC"
1807
+ ],
1808
+ "type": "option"
1809
+ },
1810
+ "status": {
1811
+ "description": "Filter by check status.",
1812
+ "name": "status",
1813
+ "hasDynamicHelp": false,
1814
+ "multiple": false,
1815
+ "options": [
1816
+ "passing",
1817
+ "failing",
1818
+ "degraded"
1819
+ ],
1820
+ "type": "option"
1821
+ },
1822
+ "hide-id": {
1823
+ "description": "Hide check IDs in table output.",
1824
+ "name": "hide-id",
1881
1825
  "allowNo": false,
1882
1826
  "type": "boolean"
1827
+ },
1828
+ "output": {
1829
+ "char": "o",
1830
+ "description": "Output format.",
1831
+ "name": "output",
1832
+ "default": "table",
1833
+ "hasDynamicHelp": false,
1834
+ "multiple": false,
1835
+ "options": [
1836
+ "table",
1837
+ "json",
1838
+ "md"
1839
+ ],
1840
+ "type": "option"
1883
1841
  }
1884
1842
  },
1885
1843
  "hasDynamicHelp": false,
1886
1844
  "hidden": false,
1887
1845
  "hiddenAliases": [],
1888
- "id": "env:pull",
1846
+ "id": "checks:list",
1889
1847
  "pluginAlias": "checkly",
1890
1848
  "pluginName": "checkly",
1891
1849
  "pluginType": "core",
@@ -1899,103 +1857,124 @@
1899
1857
  "relativePath": [
1900
1858
  "dist",
1901
1859
  "commands",
1902
- "env",
1903
- "pull.js"
1904
- ]
1905
- },
1906
- "env:rm": {
1907
- "aliases": [],
1908
- "args": {
1909
- "key": {
1910
- "description": "Environment variable key to remove.",
1911
- "name": "key",
1912
- "required": true
1913
- }
1914
- },
1915
- "description": "Remove environment variable via \"checkly env rm <key>\".",
1916
- "flags": {
1917
- "force": {
1918
- "char": "f",
1919
- "description": "Skip confirmation prompt.",
1920
- "name": "force",
1921
- "allowNo": false,
1922
- "type": "boolean"
1923
- }
1924
- },
1925
- "hasDynamicHelp": false,
1926
- "hidden": false,
1927
- "hiddenAliases": [],
1928
- "id": "env:rm",
1929
- "pluginAlias": "checkly",
1930
- "pluginName": "checkly",
1931
- "pluginType": "core",
1932
- "strict": true,
1933
- "enableJsonFlag": false,
1934
- "coreCommand": false,
1935
- "readOnly": false,
1936
- "destructive": true,
1937
- "idempotent": false,
1938
- "isESM": true,
1939
- "relativePath": [
1940
- "dist",
1941
- "commands",
1942
- "env",
1943
- "rm.js"
1860
+ "checks",
1861
+ "list.js"
1944
1862
  ]
1945
1863
  },
1946
- "env:update": {
1864
+ "checks:stats": {
1947
1865
  "aliases": [],
1948
1866
  "args": {
1949
- "key": {
1950
- "description": "Environment variable key.",
1951
- "name": "key",
1952
- "required": true
1953
- },
1954
- "value": {
1955
- "description": "Environment variable value.",
1956
- "name": "value",
1867
+ "checkIds": {
1868
+ "description": "One or more check IDs to get stats for.",
1869
+ "name": "checkIds",
1957
1870
  "required": false
1958
1871
  }
1959
1872
  },
1960
- "description": "Update environment variable via \"checkly env update <key> <value>\".",
1873
+ "description": "Show analytics stats for your checks.",
1961
1874
  "flags": {
1962
- "locked": {
1875
+ "range": {
1876
+ "char": "r",
1877
+ "description": "Time range for stats.",
1878
+ "name": "range",
1879
+ "default": "last24Hours",
1880
+ "hasDynamicHelp": false,
1881
+ "multiple": false,
1882
+ "options": [
1883
+ "last24Hours",
1884
+ "last7Days",
1885
+ "thisWeek",
1886
+ "lastWeek",
1887
+ "lastMonth"
1888
+ ],
1889
+ "type": "option"
1890
+ },
1891
+ "limit": {
1963
1892
  "char": "l",
1964
- "description": "Indicate if environment variable is locked.",
1965
- "name": "locked",
1966
- "allowNo": false,
1967
- "type": "boolean"
1893
+ "description": "Number of checks to return (1-100).",
1894
+ "name": "limit",
1895
+ "default": 25,
1896
+ "hasDynamicHelp": false,
1897
+ "multiple": false,
1898
+ "type": "option"
1968
1899
  },
1969
- "secret": {
1900
+ "page": {
1901
+ "char": "p",
1902
+ "description": "Page number.",
1903
+ "name": "page",
1904
+ "default": 1,
1905
+ "hasDynamicHelp": false,
1906
+ "multiple": false,
1907
+ "type": "option"
1908
+ },
1909
+ "tag": {
1910
+ "char": "t",
1911
+ "description": "Filter by tag. Can be specified multiple times.",
1912
+ "name": "tag",
1913
+ "hasDynamicHelp": false,
1914
+ "multiple": true,
1915
+ "type": "option"
1916
+ },
1917
+ "search": {
1970
1918
  "char": "s",
1971
- "description": "Indicate if environment variable is secret.",
1972
- "exclusive": [
1973
- "locked"
1919
+ "description": "Filter checks by name (case-insensitive).",
1920
+ "name": "search",
1921
+ "hasDynamicHelp": false,
1922
+ "multiple": false,
1923
+ "type": "option"
1924
+ },
1925
+ "type": {
1926
+ "description": "Filter by check type.",
1927
+ "name": "type",
1928
+ "hasDynamicHelp": false,
1929
+ "multiple": false,
1930
+ "options": [
1931
+ "API",
1932
+ "BROWSER",
1933
+ "HEARTBEAT",
1934
+ "MULTI_STEP",
1935
+ "PLAYWRIGHT",
1936
+ "TCP",
1937
+ "ICMP",
1938
+ "DNS",
1939
+ "URL",
1940
+ "AGENTIC"
1941
+ ],
1942
+ "type": "option"
1943
+ },
1944
+ "output": {
1945
+ "char": "o",
1946
+ "description": "Output format.",
1947
+ "name": "output",
1948
+ "default": "table",
1949
+ "hasDynamicHelp": false,
1950
+ "multiple": false,
1951
+ "options": [
1952
+ "table",
1953
+ "json",
1954
+ "md"
1974
1955
  ],
1975
- "name": "secret",
1976
- "allowNo": false,
1977
- "type": "boolean"
1956
+ "type": "option"
1978
1957
  }
1979
1958
  },
1980
1959
  "hasDynamicHelp": false,
1981
1960
  "hidden": false,
1982
1961
  "hiddenAliases": [],
1983
- "id": "env:update",
1962
+ "id": "checks:stats",
1984
1963
  "pluginAlias": "checkly",
1985
1964
  "pluginName": "checkly",
1986
1965
  "pluginType": "core",
1987
- "strict": true,
1966
+ "strict": false,
1988
1967
  "enableJsonFlag": false,
1989
1968
  "coreCommand": false,
1990
- "readOnly": false,
1969
+ "readOnly": true,
1991
1970
  "destructive": false,
1992
1971
  "idempotent": true,
1993
1972
  "isESM": true,
1994
1973
  "relativePath": [
1995
1974
  "dist",
1996
1975
  "commands",
1997
- "env",
1998
- "update.js"
1976
+ "checks",
1977
+ "stats.js"
1999
1978
  ]
2000
1979
  },
2001
1980
  "import:apply": {
@@ -2505,159 +2484,383 @@
2505
2484
  },
2506
2485
  "force": {
2507
2486
  "char": "f",
2508
- "description": "Skip confirmation prompt.",
2487
+ "description": "Skip confirmation prompt.",
2488
+ "name": "force",
2489
+ "allowNo": false,
2490
+ "type": "boolean"
2491
+ },
2492
+ "dry-run": {
2493
+ "description": "Preview what would happen without executing.",
2494
+ "name": "dry-run",
2495
+ "allowNo": false,
2496
+ "type": "boolean"
2497
+ }
2498
+ },
2499
+ "hasDynamicHelp": false,
2500
+ "hidden": false,
2501
+ "hiddenAliases": [],
2502
+ "id": "incidents:update",
2503
+ "pluginAlias": "checkly",
2504
+ "pluginName": "checkly",
2505
+ "pluginType": "core",
2506
+ "strict": true,
2507
+ "enableJsonFlag": false,
2508
+ "coreCommand": false,
2509
+ "readOnly": false,
2510
+ "destructive": false,
2511
+ "idempotent": false,
2512
+ "isESM": true,
2513
+ "relativePath": [
2514
+ "dist",
2515
+ "commands",
2516
+ "incidents",
2517
+ "update.js"
2518
+ ]
2519
+ },
2520
+ "rca:get": {
2521
+ "aliases": [],
2522
+ "args": {
2523
+ "id": {
2524
+ "description": "The RCA ID to retrieve.",
2525
+ "name": "id",
2526
+ "required": true
2527
+ }
2528
+ },
2529
+ "description": "Retrieve a root cause analysis by ID.",
2530
+ "flags": {
2531
+ "watch": {
2532
+ "char": "w",
2533
+ "description": "Wait for the analysis to complete if still generating.",
2534
+ "name": "watch",
2535
+ "allowNo": false,
2536
+ "type": "boolean"
2537
+ },
2538
+ "output": {
2539
+ "char": "o",
2540
+ "description": "Output format.",
2541
+ "name": "output",
2542
+ "default": "detail",
2543
+ "hasDynamicHelp": false,
2544
+ "multiple": false,
2545
+ "options": [
2546
+ "detail",
2547
+ "json",
2548
+ "md"
2549
+ ],
2550
+ "type": "option"
2551
+ }
2552
+ },
2553
+ "hasDynamicHelp": false,
2554
+ "hidden": false,
2555
+ "hiddenAliases": [],
2556
+ "id": "rca:get",
2557
+ "pluginAlias": "checkly",
2558
+ "pluginName": "checkly",
2559
+ "pluginType": "core",
2560
+ "strict": true,
2561
+ "enableJsonFlag": false,
2562
+ "coreCommand": false,
2563
+ "readOnly": true,
2564
+ "destructive": false,
2565
+ "idempotent": true,
2566
+ "isESM": true,
2567
+ "relativePath": [
2568
+ "dist",
2569
+ "commands",
2570
+ "rca",
2571
+ "get.js"
2572
+ ]
2573
+ },
2574
+ "rca:run": {
2575
+ "aliases": [],
2576
+ "args": {},
2577
+ "description": "Trigger a root cause analysis for a check or test session error group.",
2578
+ "flags": {
2579
+ "error-group": {
2580
+ "char": "e",
2581
+ "description": "The error group ID to analyze.",
2582
+ "exclusive": [
2583
+ "test-session-error-group"
2584
+ ],
2585
+ "name": "error-group",
2586
+ "hasDynamicHelp": false,
2587
+ "multiple": false,
2588
+ "type": "option"
2589
+ },
2590
+ "test-session-error-group": {
2591
+ "description": "The test session error group ID to analyze.",
2592
+ "helpLabel": "-te, --test-session-error-group",
2593
+ "name": "test-session-error-group",
2594
+ "hasDynamicHelp": false,
2595
+ "multiple": false,
2596
+ "type": "option"
2597
+ },
2598
+ "user-context": {
2599
+ "description": "Extra context to pass into the root cause analysis.",
2600
+ "name": "user-context",
2601
+ "hasDynamicHelp": false,
2602
+ "multiple": false,
2603
+ "type": "option"
2604
+ },
2605
+ "watch": {
2606
+ "char": "w",
2607
+ "description": "Wait for the analysis to complete and display the result.",
2608
+ "name": "watch",
2609
+ "allowNo": false,
2610
+ "type": "boolean"
2611
+ },
2612
+ "output": {
2613
+ "char": "o",
2614
+ "description": "Output format.",
2615
+ "name": "output",
2616
+ "default": "detail",
2617
+ "hasDynamicHelp": false,
2618
+ "multiple": false,
2619
+ "options": [
2620
+ "detail",
2621
+ "json",
2622
+ "md"
2623
+ ],
2624
+ "type": "option"
2625
+ }
2626
+ },
2627
+ "hasDynamicHelp": false,
2628
+ "hidden": false,
2629
+ "hiddenAliases": [],
2630
+ "id": "rca:run",
2631
+ "pluginAlias": "checkly",
2632
+ "pluginName": "checkly",
2633
+ "pluginType": "core",
2634
+ "strict": true,
2635
+ "usage": "rca run [-e <value> | -te <value>] [--user-context <text>] [-w] [-o detail|json|md]",
2636
+ "enableJsonFlag": false,
2637
+ "coreCommand": false,
2638
+ "readOnly": false,
2639
+ "destructive": false,
2640
+ "idempotent": false,
2641
+ "isESM": true,
2642
+ "relativePath": [
2643
+ "dist",
2644
+ "commands",
2645
+ "rca",
2646
+ "run.js"
2647
+ ]
2648
+ },
2649
+ "env:add": {
2650
+ "aliases": [],
2651
+ "args": {
2652
+ "key": {
2653
+ "description": "Environment variable key.",
2654
+ "name": "key",
2655
+ "required": true
2656
+ },
2657
+ "value": {
2658
+ "description": "Environment variable value.",
2659
+ "name": "value",
2660
+ "required": false
2661
+ }
2662
+ },
2663
+ "description": "Add environment variable via \"checkly env add <key> <value>\".",
2664
+ "flags": {
2665
+ "locked": {
2666
+ "char": "l",
2667
+ "description": "Indicate that the environment variable will be locked.",
2668
+ "name": "locked",
2669
+ "allowNo": false,
2670
+ "type": "boolean"
2671
+ },
2672
+ "secret": {
2673
+ "char": "s",
2674
+ "description": "Indicate that the environment variable will be secret.",
2675
+ "exclusive": [
2676
+ "locked"
2677
+ ],
2678
+ "name": "secret",
2679
+ "allowNo": false,
2680
+ "type": "boolean"
2681
+ }
2682
+ },
2683
+ "hasDynamicHelp": false,
2684
+ "hidden": false,
2685
+ "hiddenAliases": [],
2686
+ "id": "env:add",
2687
+ "pluginAlias": "checkly",
2688
+ "pluginName": "checkly",
2689
+ "pluginType": "core",
2690
+ "strict": true,
2691
+ "enableJsonFlag": false,
2692
+ "coreCommand": false,
2693
+ "readOnly": false,
2694
+ "destructive": false,
2695
+ "idempotent": false,
2696
+ "isESM": true,
2697
+ "relativePath": [
2698
+ "dist",
2699
+ "commands",
2700
+ "env",
2701
+ "add.js"
2702
+ ]
2703
+ },
2704
+ "env:ls": {
2705
+ "aliases": [],
2706
+ "args": {},
2707
+ "description": "List all Checkly environment variables via \"checkly env ls\".",
2708
+ "flags": {},
2709
+ "hasDynamicHelp": false,
2710
+ "hidden": false,
2711
+ "hiddenAliases": [],
2712
+ "id": "env:ls",
2713
+ "pluginAlias": "checkly",
2714
+ "pluginName": "checkly",
2715
+ "pluginType": "core",
2716
+ "strict": true,
2717
+ "enableJsonFlag": false,
2718
+ "coreCommand": false,
2719
+ "readOnly": true,
2720
+ "destructive": false,
2721
+ "idempotent": true,
2722
+ "isESM": true,
2723
+ "relativePath": [
2724
+ "dist",
2725
+ "commands",
2726
+ "env",
2727
+ "ls.js"
2728
+ ]
2729
+ },
2730
+ "env:pull": {
2731
+ "aliases": [],
2732
+ "args": {
2733
+ "filename": {
2734
+ "default": ".env",
2735
+ "description": "Filename of the generated file.",
2736
+ "name": "filename",
2737
+ "required": false
2738
+ }
2739
+ },
2740
+ "description": "Pull Checkly environment variables via \"checkly env pull <filename>\".",
2741
+ "flags": {
2742
+ "force": {
2743
+ "char": "f",
2744
+ "description": "Force to overwrite existing file.",
2509
2745
  "name": "force",
2510
2746
  "allowNo": false,
2511
2747
  "type": "boolean"
2512
- },
2513
- "dry-run": {
2514
- "description": "Preview what would happen without executing.",
2515
- "name": "dry-run",
2516
- "allowNo": false,
2517
- "type": "boolean"
2518
2748
  }
2519
2749
  },
2520
2750
  "hasDynamicHelp": false,
2521
2751
  "hidden": false,
2522
2752
  "hiddenAliases": [],
2523
- "id": "incidents:update",
2753
+ "id": "env:pull",
2524
2754
  "pluginAlias": "checkly",
2525
2755
  "pluginName": "checkly",
2526
2756
  "pluginType": "core",
2527
2757
  "strict": true,
2528
2758
  "enableJsonFlag": false,
2529
2759
  "coreCommand": false,
2530
- "readOnly": false,
2760
+ "readOnly": true,
2531
2761
  "destructive": false,
2532
- "idempotent": false,
2762
+ "idempotent": true,
2533
2763
  "isESM": true,
2534
2764
  "relativePath": [
2535
2765
  "dist",
2536
2766
  "commands",
2537
- "incidents",
2538
- "update.js"
2767
+ "env",
2768
+ "pull.js"
2539
2769
  ]
2540
2770
  },
2541
- "rca:get": {
2771
+ "env:rm": {
2542
2772
  "aliases": [],
2543
2773
  "args": {
2544
- "id": {
2545
- "description": "The RCA ID to retrieve.",
2546
- "name": "id",
2774
+ "key": {
2775
+ "description": "Environment variable key to remove.",
2776
+ "name": "key",
2547
2777
  "required": true
2548
2778
  }
2549
2779
  },
2550
- "description": "Retrieve a root cause analysis by ID.",
2780
+ "description": "Remove environment variable via \"checkly env rm <key>\".",
2551
2781
  "flags": {
2552
- "watch": {
2553
- "char": "w",
2554
- "description": "Wait for the analysis to complete if still generating.",
2555
- "name": "watch",
2782
+ "force": {
2783
+ "char": "f",
2784
+ "description": "Skip confirmation prompt.",
2785
+ "name": "force",
2556
2786
  "allowNo": false,
2557
2787
  "type": "boolean"
2558
- },
2559
- "output": {
2560
- "char": "o",
2561
- "description": "Output format.",
2562
- "name": "output",
2563
- "default": "detail",
2564
- "hasDynamicHelp": false,
2565
- "multiple": false,
2566
- "options": [
2567
- "detail",
2568
- "json",
2569
- "md"
2570
- ],
2571
- "type": "option"
2572
2788
  }
2573
2789
  },
2574
2790
  "hasDynamicHelp": false,
2575
2791
  "hidden": false,
2576
2792
  "hiddenAliases": [],
2577
- "id": "rca:get",
2793
+ "id": "env:rm",
2578
2794
  "pluginAlias": "checkly",
2579
2795
  "pluginName": "checkly",
2580
2796
  "pluginType": "core",
2581
2797
  "strict": true,
2582
2798
  "enableJsonFlag": false,
2583
2799
  "coreCommand": false,
2584
- "readOnly": true,
2585
- "destructive": false,
2586
- "idempotent": true,
2800
+ "readOnly": false,
2801
+ "destructive": true,
2802
+ "idempotent": false,
2587
2803
  "isESM": true,
2588
2804
  "relativePath": [
2589
2805
  "dist",
2590
2806
  "commands",
2591
- "rca",
2592
- "get.js"
2807
+ "env",
2808
+ "rm.js"
2593
2809
  ]
2594
2810
  },
2595
- "rca:run": {
2811
+ "env:update": {
2596
2812
  "aliases": [],
2597
- "args": {},
2598
- "description": "Trigger a root cause analysis for a check or test session error group.",
2599
- "flags": {
2600
- "error-group": {
2601
- "char": "e",
2602
- "description": "The error group ID to analyze.",
2603
- "exclusive": [
2604
- "test-session-error-group"
2605
- ],
2606
- "name": "error-group",
2607
- "hasDynamicHelp": false,
2608
- "multiple": false,
2609
- "type": "option"
2610
- },
2611
- "test-session-error-group": {
2612
- "description": "The test session error group ID to analyze.",
2613
- "helpLabel": "-te, --test-session-error-group",
2614
- "name": "test-session-error-group",
2615
- "hasDynamicHelp": false,
2616
- "multiple": false,
2617
- "type": "option"
2813
+ "args": {
2814
+ "key": {
2815
+ "description": "Environment variable key.",
2816
+ "name": "key",
2817
+ "required": true
2618
2818
  },
2619
- "watch": {
2620
- "char": "w",
2621
- "description": "Wait for the analysis to complete and display the result.",
2622
- "name": "watch",
2819
+ "value": {
2820
+ "description": "Environment variable value.",
2821
+ "name": "value",
2822
+ "required": false
2823
+ }
2824
+ },
2825
+ "description": "Update environment variable via \"checkly env update <key> <value>\".",
2826
+ "flags": {
2827
+ "locked": {
2828
+ "char": "l",
2829
+ "description": "Indicate if environment variable is locked.",
2830
+ "name": "locked",
2623
2831
  "allowNo": false,
2624
2832
  "type": "boolean"
2625
2833
  },
2626
- "output": {
2627
- "char": "o",
2628
- "description": "Output format.",
2629
- "name": "output",
2630
- "default": "detail",
2631
- "hasDynamicHelp": false,
2632
- "multiple": false,
2633
- "options": [
2634
- "detail",
2635
- "json",
2636
- "md"
2834
+ "secret": {
2835
+ "char": "s",
2836
+ "description": "Indicate if environment variable is secret.",
2837
+ "exclusive": [
2838
+ "locked"
2637
2839
  ],
2638
- "type": "option"
2840
+ "name": "secret",
2841
+ "allowNo": false,
2842
+ "type": "boolean"
2639
2843
  }
2640
2844
  },
2641
2845
  "hasDynamicHelp": false,
2642
2846
  "hidden": false,
2643
2847
  "hiddenAliases": [],
2644
- "id": "rca:run",
2848
+ "id": "env:update",
2645
2849
  "pluginAlias": "checkly",
2646
2850
  "pluginName": "checkly",
2647
2851
  "pluginType": "core",
2648
2852
  "strict": true,
2649
- "usage": "rca run [-e <value> | -te <value>] [-w] [-o detail|json|md]",
2650
2853
  "enableJsonFlag": false,
2651
2854
  "coreCommand": false,
2652
2855
  "readOnly": false,
2653
2856
  "destructive": false,
2654
- "idempotent": false,
2857
+ "idempotent": true,
2655
2858
  "isESM": true,
2656
2859
  "relativePath": [
2657
2860
  "dist",
2658
2861
  "commands",
2659
- "rca",
2660
- "run.js"
2862
+ "env",
2863
+ "update.js"
2661
2864
  ]
2662
2865
  },
2663
2866
  "skills": {
@@ -2895,6 +3098,13 @@
2895
3098
  "allowNo": false,
2896
3099
  "type": "boolean"
2897
3100
  },
3101
+ "watch": {
3102
+ "char": "w",
3103
+ "description": "Watch a running test session until it completes before rendering.",
3104
+ "name": "watch",
3105
+ "allowNo": false,
3106
+ "type": "boolean"
3107
+ },
2898
3108
  "output": {
2899
3109
  "char": "o",
2900
3110
  "description": "Output format.",
@@ -2930,7 +3140,131 @@
2930
3140
  "test-sessions",
2931
3141
  "get.js"
2932
3142
  ]
3143
+ },
3144
+ "test-sessions:list": {
3145
+ "aliases": [],
3146
+ "args": {},
3147
+ "description": "List recorded test sessions.",
3148
+ "flags": {
3149
+ "limit": {
3150
+ "char": "l",
3151
+ "description": "Number of test sessions to return (1-100).",
3152
+ "name": "limit",
3153
+ "default": 20,
3154
+ "hasDynamicHelp": false,
3155
+ "multiple": false,
3156
+ "type": "option"
3157
+ },
3158
+ "cursor": {
3159
+ "description": "Cursor for next page (from previous output).",
3160
+ "name": "cursor",
3161
+ "hasDynamicHelp": false,
3162
+ "multiple": false,
3163
+ "type": "option"
3164
+ },
3165
+ "from": {
3166
+ "description": "Only include test sessions created at or after this ISO date or Unix timestamp.",
3167
+ "name": "from",
3168
+ "hasDynamicHelp": false,
3169
+ "multiple": false,
3170
+ "type": "option"
3171
+ },
3172
+ "to": {
3173
+ "description": "Only include test sessions created before this ISO date or Unix timestamp.",
3174
+ "name": "to",
3175
+ "hasDynamicHelp": false,
3176
+ "multiple": false,
3177
+ "type": "option"
3178
+ },
3179
+ "status": {
3180
+ "description": "Filter by test session status: running, failed, passed, cancelled. Can be specified multiple times.",
3181
+ "name": "status",
3182
+ "delimiter": ",",
3183
+ "hasDynamicHelp": false,
3184
+ "multiple": true,
3185
+ "type": "option"
3186
+ },
3187
+ "branch": {
3188
+ "description": "Filter by Git branch name. Can be specified multiple times.",
3189
+ "name": "branch",
3190
+ "delimiter": ",",
3191
+ "hasDynamicHelp": false,
3192
+ "multiple": true,
3193
+ "type": "option"
3194
+ },
3195
+ "user": {
3196
+ "description": "Filter by commit owner or invoking user ID. Can be specified multiple times.",
3197
+ "name": "user",
3198
+ "delimiter": ",",
3199
+ "hasDynamicHelp": false,
3200
+ "multiple": true,
3201
+ "type": "option"
3202
+ },
3203
+ "no-users": {
3204
+ "description": "Include sessions with no commit owner and no invoking user.",
3205
+ "name": "no-users",
3206
+ "allowNo": false,
3207
+ "type": "boolean"
3208
+ },
3209
+ "provider": {
3210
+ "description": "Filter by test session provider: github, vercel, api, trigger, pw_reporter. Can be specified multiple times.",
3211
+ "name": "provider",
3212
+ "delimiter": ",",
3213
+ "hasDynamicHelp": false,
3214
+ "multiple": true,
3215
+ "type": "option"
3216
+ },
3217
+ "search": {
3218
+ "char": "s",
3219
+ "description": "Search test session text fields (3-200 characters).",
3220
+ "name": "search",
3221
+ "hasDynamicHelp": false,
3222
+ "multiple": false,
3223
+ "type": "option"
3224
+ },
3225
+ "error-group": {
3226
+ "description": "Filter by test-session error group ID.",
3227
+ "name": "error-group",
3228
+ "hasDynamicHelp": false,
3229
+ "multiple": false,
3230
+ "type": "option"
3231
+ },
3232
+ "output": {
3233
+ "char": "o",
3234
+ "description": "Output format.",
3235
+ "name": "output",
3236
+ "default": "table",
3237
+ "hasDynamicHelp": false,
3238
+ "multiple": false,
3239
+ "options": [
3240
+ "table",
3241
+ "json",
3242
+ "md"
3243
+ ],
3244
+ "type": "option"
3245
+ }
3246
+ },
3247
+ "hasDynamicHelp": false,
3248
+ "hidden": false,
3249
+ "hiddenAliases": [],
3250
+ "id": "test-sessions:list",
3251
+ "pluginAlias": "checkly",
3252
+ "pluginName": "checkly",
3253
+ "pluginType": "core",
3254
+ "strict": true,
3255
+ "enableJsonFlag": false,
3256
+ "coreCommand": false,
3257
+ "readOnly": true,
3258
+ "destructive": false,
3259
+ "idempotent": true,
3260
+ "isESM": true,
3261
+ "relativePath": [
3262
+ "dist",
3263
+ "commands",
3264
+ "test-sessions",
3265
+ "list.js"
3266
+ ]
2933
3267
  }
2934
3268
  },
2935
- "version": "8.4.0"
3269
+ "version": "8.5.0-prerelease-563ab33"
2936
3270
  }