checkly 8.5.0-prerelease-563ab33 → 8.6.0-prerelease-e89e39a

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 (92) hide show
  1. package/dist/ai-context/skills-command/references/investigate-test-sessions.md +11 -8
  2. package/dist/commands/debug/parse-playwright-config.js +1 -1
  3. package/dist/commands/debug/parse-project.d.ts +1 -0
  4. package/dist/commands/debug/parse-project.js +62 -2
  5. package/dist/commands/debug/parse-project.js.map +1 -1
  6. package/dist/commands/import/plan.js +1 -1
  7. package/dist/commands/import/plan.js.map +1 -1
  8. package/dist/commands/pw-test.js +5 -2
  9. package/dist/commands/pw-test.js.map +1 -1
  10. package/dist/commands/test.js +5 -2
  11. package/dist/commands/test.js.map +1 -1
  12. package/dist/commands/trigger.js +5 -1
  13. package/dist/commands/trigger.js.map +1 -1
  14. package/dist/constants.d.ts +1 -0
  15. package/dist/constants.js +10 -0
  16. package/dist/constants.js.map +1 -1
  17. package/dist/constructs/agentic-check.js +1 -1
  18. package/dist/constructs/alert-channel-subscription.js +1 -1
  19. package/dist/constructs/alert-channel.js +1 -1
  20. package/dist/constructs/api-check-bundle.d.ts +1 -1
  21. package/dist/constructs/api-check.js +1 -1
  22. package/dist/constructs/browser-check-bundle.d.ts +1 -1
  23. package/dist/constructs/browser-check.js +1 -1
  24. package/dist/constructs/check-group-ref.js +1 -1
  25. package/dist/constructs/check-group-v1.js +1 -1
  26. package/dist/constructs/check.js +10 -3
  27. package/dist/constructs/check.js.map +1 -1
  28. package/dist/constructs/construct.js +1 -1
  29. package/dist/constructs/dashboard.js +1 -1
  30. package/dist/constructs/dns-monitor.js +1 -1
  31. package/dist/constructs/email-alert-channel.js +1 -1
  32. package/dist/constructs/heartbeat-monitor.js +1 -1
  33. package/dist/constructs/icmp-monitor.js +1 -1
  34. package/dist/constructs/index.d.ts +1 -0
  35. package/dist/constructs/index.js +1 -0
  36. package/dist/constructs/index.js.map +1 -1
  37. package/dist/constructs/internal/codegen/context.d.ts +1 -1
  38. package/dist/constructs/maintenance-window.js +1 -1
  39. package/dist/constructs/multi-step-check-bundle.d.ts +1 -1
  40. package/dist/constructs/multi-step-check.js +1 -1
  41. package/dist/constructs/opsgenie-alert-channel.js +1 -1
  42. package/dist/constructs/pagerduty-alert-channel.js +1 -1
  43. package/dist/constructs/phone-call-alert-channel.js +1 -1
  44. package/dist/constructs/playwright-check.js +2 -3
  45. package/dist/constructs/playwright-check.js.map +1 -1
  46. package/dist/constructs/private-location-check-assignment.js +1 -1
  47. package/dist/constructs/private-location-group-assignment.js +1 -1
  48. package/dist/constructs/private-location.js +1 -1
  49. package/dist/constructs/project-bundle.d.ts +1 -1
  50. package/dist/constructs/project.d.ts +1 -62
  51. package/dist/constructs/project.js +19 -198
  52. package/dist/constructs/project.js.map +1 -1
  53. package/dist/constructs/session.d.ts +67 -0
  54. package/dist/constructs/session.js +197 -0
  55. package/dist/constructs/session.js.map +1 -0
  56. package/dist/constructs/slack-alert-channel.js +1 -1
  57. package/dist/constructs/slack-app-alert-channel.js +1 -1
  58. package/dist/constructs/sms-alert-channel.js +1 -1
  59. package/dist/constructs/status-page-service.js +1 -1
  60. package/dist/constructs/status-page.js +1 -1
  61. package/dist/constructs/tcp-monitor.js +1 -1
  62. package/dist/constructs/url-monitor.js +1 -1
  63. package/dist/constructs/webhook-alert-channel.js +1 -1
  64. package/dist/helpers/onboarding/boilerplate.js +1 -3
  65. package/dist/helpers/onboarding/boilerplate.js.map +1 -1
  66. package/dist/helpers/test-helper.d.ts +1 -0
  67. package/dist/helpers/test-helper.js +9 -0
  68. package/dist/helpers/test-helper.js.map +1 -1
  69. package/dist/playwright/playwright-config-loader.js +1 -1
  70. package/dist/reporters/abstract-list.d.ts +3 -0
  71. package/dist/reporters/abstract-list.js +33 -1
  72. package/dist/reporters/abstract-list.js.map +1 -1
  73. package/dist/services/abstract-check-runner.js +10 -6
  74. package/dist/services/abstract-check-runner.js.map +1 -1
  75. package/dist/services/check-parser/package-files/loader.d.ts +1 -1
  76. package/dist/services/check-parser/package-files/loader.js +13 -5
  77. package/dist/services/check-parser/package-files/loader.js.map +1 -1
  78. package/dist/services/check-parser/package-files/package-manager.d.ts +45 -7
  79. package/dist/services/check-parser/package-files/package-manager.js +137 -64
  80. package/dist/services/check-parser/package-files/package-manager.js.map +1 -1
  81. package/dist/services/check-parser/parser.js +29 -17
  82. package/dist/services/check-parser/parser.js.map +1 -1
  83. package/dist/services/check-parser/playwright-config-expander.js +9 -5
  84. package/dist/services/check-parser/playwright-config-expander.js.map +1 -1
  85. package/dist/services/playwright-project-bundler.d.ts +17 -0
  86. package/dist/services/playwright-project-bundler.js +127 -0
  87. package/dist/services/playwright-project-bundler.js.map +1 -0
  88. package/dist/services/util.d.ts +0 -12
  89. package/dist/services/util.js +0 -102
  90. package/dist/services/util.js.map +1 -1
  91. package/oclif.manifest.json +410 -404
  92. package/package.json +4 -4
@@ -560,7 +560,7 @@
560
560
  },
561
561
  "detach": {
562
562
  "char": "d",
563
- "description": "Keep checks running in the cloud after cancelling the CLI process.",
563
+ "description": "Start checks in the cloud and exit after printing the test session ID.",
564
564
  "name": "detach",
565
565
  "allowNo": false,
566
566
  "type": "boolean"
@@ -853,7 +853,7 @@
853
853
  },
854
854
  "detach": {
855
855
  "char": "d",
856
- "description": "Keep checks running in the cloud after cancelling the CLI process.",
856
+ "description": "Start checks in the cloud and exit after printing the test session ID.",
857
857
  "name": "detach",
858
858
  "allowNo": false,
859
859
  "type": "boolean"
@@ -1016,7 +1016,7 @@
1016
1016
  },
1017
1017
  "detach": {
1018
1018
  "char": "d",
1019
- "description": "Keep checks running in the cloud after cancelling the CLI process.",
1019
+ "description": "Start checks in the cloud and exit after printing the test session ID.",
1020
1020
  "name": "detach",
1021
1021
  "allowNo": false,
1022
1022
  "type": "boolean"
@@ -1468,162 +1468,6 @@
1468
1468
  "logs.js"
1469
1469
  ]
1470
1470
  },
1471
- "debug:parse-file": {
1472
- "aliases": [],
1473
- "args": {},
1474
- "description": "Parses and outputs relevant details of a code file.",
1475
- "flags": {
1476
- "file": {
1477
- "name": "file",
1478
- "required": true,
1479
- "hasDynamicHelp": false,
1480
- "multiple": false,
1481
- "type": "option"
1482
- },
1483
- "restricted": {
1484
- "name": "restricted",
1485
- "allowNo": false,
1486
- "type": "boolean"
1487
- },
1488
- "detect-workspace": {
1489
- "name": "detect-workspace",
1490
- "allowNo": true,
1491
- "type": "boolean"
1492
- },
1493
- "supported-module": {
1494
- "name": "supported-module",
1495
- "default": [],
1496
- "delimiter": ",",
1497
- "hasDynamicHelp": false,
1498
- "multiple": true,
1499
- "type": "option"
1500
- },
1501
- "check-unsupported-modules": {
1502
- "name": "check-unsupported-modules",
1503
- "allowNo": false,
1504
- "type": "boolean"
1505
- }
1506
- },
1507
- "hasDynamicHelp": false,
1508
- "hidden": true,
1509
- "hiddenAliases": [],
1510
- "id": "debug:parse-file",
1511
- "pluginAlias": "checkly",
1512
- "pluginName": "checkly",
1513
- "pluginType": "core",
1514
- "strict": true,
1515
- "enableJsonFlag": false,
1516
- "isESM": true,
1517
- "relativePath": [
1518
- "dist",
1519
- "commands",
1520
- "debug",
1521
- "parse-file.js"
1522
- ]
1523
- },
1524
- "debug:parse-playwright-config": {
1525
- "aliases": [],
1526
- "args": {},
1527
- "description": "Parses and outputs relevant details of a Playwright configuration file.",
1528
- "flags": {
1529
- "file": {
1530
- "env": "CHECKLY_PLAYWRIGHT_CONFIG_FILE",
1531
- "name": "file",
1532
- "default": "/home/runner/work/checkly-cli/checkly-cli/packages/cli/playwright.config.ts",
1533
- "hasDynamicHelp": false,
1534
- "multiple": false,
1535
- "type": "option"
1536
- }
1537
- },
1538
- "hasDynamicHelp": false,
1539
- "hidden": true,
1540
- "hiddenAliases": [],
1541
- "id": "debug:parse-playwright-config",
1542
- "pluginAlias": "checkly",
1543
- "pluginName": "checkly",
1544
- "pluginType": "core",
1545
- "strict": true,
1546
- "enableJsonFlag": false,
1547
- "isESM": true,
1548
- "relativePath": [
1549
- "dist",
1550
- "commands",
1551
- "debug",
1552
- "parse-playwright-config.js"
1553
- ]
1554
- },
1555
- "debug:parse-project": {
1556
- "aliases": [],
1557
- "args": {},
1558
- "description": "Parses a Checkly project.",
1559
- "flags": {
1560
- "config": {
1561
- "char": "c",
1562
- "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
1563
- "env": "CHECKLY_CONFIG_FILE",
1564
- "name": "config",
1565
- "hasDynamicHelp": false,
1566
- "multiple": false,
1567
- "type": "option"
1568
- },
1569
- "default-runtime": {
1570
- "description": "The default runtime to use if none is specified.",
1571
- "env": "CHECKLY_DEFAULT_RUNTIME",
1572
- "name": "default-runtime",
1573
- "default": "2025.04",
1574
- "hasDynamicHelp": false,
1575
- "multiple": false,
1576
- "type": "option"
1577
- },
1578
- "verify-runtime-dependencies": {
1579
- "description": "[default: true] Return an error if checks import dependencies that are not supported by the selected runtime.",
1580
- "env": "CHECKLY_VERIFY_RUNTIME_DEPENDENCIES",
1581
- "name": "verify-runtime-dependencies",
1582
- "allowNo": true,
1583
- "type": "boolean"
1584
- },
1585
- "emulate-pw-test": {
1586
- "description": "Pretend to be the pw-test command. Affects validation.",
1587
- "env": "CHECKLY_EMULATE_PW_TEST",
1588
- "name": "emulate-pw-test",
1589
- "allowNo": false,
1590
- "type": "boolean"
1591
- },
1592
- "include": {
1593
- "description": "File patterns to include when bundling the test project (e.g., \"utils/**/*\").",
1594
- "name": "include",
1595
- "default": [],
1596
- "hasDynamicHelp": false,
1597
- "multiple": true,
1598
- "type": "option"
1599
- },
1600
- "inject-private-location": {
1601
- "description": "Pretend that the given private location exists (e.g., \"70c4ded4-2229-45a7-acf4-6b1eb56a86df:my-external-private-location\").",
1602
- "name": "inject-private-location",
1603
- "default": [],
1604
- "delimiter": ",",
1605
- "hasDynamicHelp": false,
1606
- "multiple": true,
1607
- "type": "option"
1608
- }
1609
- },
1610
- "hasDynamicHelp": false,
1611
- "hidden": true,
1612
- "hiddenAliases": [],
1613
- "id": "debug:parse-project",
1614
- "pluginAlias": "checkly",
1615
- "pluginName": "checkly",
1616
- "pluginType": "core",
1617
- "strict": true,
1618
- "enableJsonFlag": false,
1619
- "isESM": true,
1620
- "relativePath": [
1621
- "dist",
1622
- "commands",
1623
- "debug",
1624
- "parse-project.js"
1625
- ]
1626
- },
1627
1471
  "checks:get": {
1628
1472
  "aliases": [],
1629
1473
  "args": {
@@ -1977,24 +1821,44 @@
1977
1821
  "stats.js"
1978
1822
  ]
1979
1823
  },
1980
- "import:apply": {
1824
+ "env:add": {
1981
1825
  "aliases": [],
1982
- "args": {},
1983
- "description": "Attach imported resources into your project in a pending state.",
1826
+ "args": {
1827
+ "key": {
1828
+ "description": "Environment variable key.",
1829
+ "name": "key",
1830
+ "required": true
1831
+ },
1832
+ "value": {
1833
+ "description": "Environment variable value.",
1834
+ "name": "value",
1835
+ "required": false
1836
+ }
1837
+ },
1838
+ "description": "Add environment variable via \"checkly env add <key> <value>\".",
1984
1839
  "flags": {
1985
- "config": {
1986
- "char": "c",
1987
- "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
1988
- "name": "config",
1989
- "hasDynamicHelp": false,
1990
- "multiple": false,
1991
- "type": "option"
1840
+ "locked": {
1841
+ "char": "l",
1842
+ "description": "Indicate that the environment variable will be locked.",
1843
+ "name": "locked",
1844
+ "allowNo": false,
1845
+ "type": "boolean"
1846
+ },
1847
+ "secret": {
1848
+ "char": "s",
1849
+ "description": "Indicate that the environment variable will be secret.",
1850
+ "exclusive": [
1851
+ "locked"
1852
+ ],
1853
+ "name": "secret",
1854
+ "allowNo": false,
1855
+ "type": "boolean"
1992
1856
  }
1993
1857
  },
1994
1858
  "hasDynamicHelp": false,
1995
1859
  "hidden": false,
1996
1860
  "hiddenAliases": [],
1997
- "id": "import:apply",
1861
+ "id": "env:add",
1998
1862
  "pluginAlias": "checkly",
1999
1863
  "pluginName": "checkly",
2000
1864
  "pluginType": "core",
@@ -2008,72 +1872,269 @@
2008
1872
  "relativePath": [
2009
1873
  "dist",
2010
1874
  "commands",
2011
- "import",
2012
- "apply.js"
1875
+ "env",
1876
+ "add.js"
2013
1877
  ]
2014
1878
  },
2015
- "import:cancel": {
1879
+ "env:ls": {
2016
1880
  "aliases": [],
2017
1881
  "args": {},
2018
- "description": "Cancels an ongoing import plan that has not been committed yet.",
2019
- "flags": {
2020
- "config": {
2021
- "char": "c",
2022
- "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
2023
- "name": "config",
2024
- "hasDynamicHelp": false,
2025
- "multiple": false,
2026
- "type": "option"
2027
- },
2028
- "all": {
2029
- "description": "Cancel all plans.",
2030
- "name": "all",
2031
- "allowNo": false,
2032
- "type": "boolean"
2033
- }
2034
- },
1882
+ "description": "List all Checkly environment variables via \"checkly env ls\".",
1883
+ "flags": {},
2035
1884
  "hasDynamicHelp": false,
2036
1885
  "hidden": false,
2037
1886
  "hiddenAliases": [],
2038
- "id": "import:cancel",
1887
+ "id": "env:ls",
2039
1888
  "pluginAlias": "checkly",
2040
1889
  "pluginName": "checkly",
2041
1890
  "pluginType": "core",
2042
1891
  "strict": true,
2043
1892
  "enableJsonFlag": false,
2044
1893
  "coreCommand": false,
2045
- "readOnly": false,
1894
+ "readOnly": true,
2046
1895
  "destructive": false,
2047
1896
  "idempotent": true,
2048
1897
  "isESM": true,
2049
1898
  "relativePath": [
2050
1899
  "dist",
2051
1900
  "commands",
2052
- "import",
2053
- "cancel.js"
1901
+ "env",
1902
+ "ls.js"
2054
1903
  ]
2055
1904
  },
2056
- "import:commit": {
1905
+ "env:pull": {
2057
1906
  "aliases": [],
2058
- "args": {},
2059
- "description": "Permanently commit imported resources into your project.",
2060
- "flags": {
2061
- "config": {
2062
- "char": "c",
2063
- "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
2064
- "name": "config",
2065
- "hasDynamicHelp": false,
2066
- "multiple": false,
2067
- "type": "option"
1907
+ "args": {
1908
+ "filename": {
1909
+ "default": ".env",
1910
+ "description": "Filename of the generated file.",
1911
+ "name": "filename",
1912
+ "required": false
2068
1913
  }
2069
1914
  },
2070
- "hasDynamicHelp": false,
2071
- "hidden": false,
2072
- "hiddenAliases": [],
2073
- "id": "import:commit",
2074
- "pluginAlias": "checkly",
2075
- "pluginName": "checkly",
2076
- "pluginType": "core",
1915
+ "description": "Pull Checkly environment variables via \"checkly env pull <filename>\".",
1916
+ "flags": {
1917
+ "force": {
1918
+ "char": "f",
1919
+ "description": "Force to overwrite existing file.",
1920
+ "name": "force",
1921
+ "allowNo": false,
1922
+ "type": "boolean"
1923
+ }
1924
+ },
1925
+ "hasDynamicHelp": false,
1926
+ "hidden": false,
1927
+ "hiddenAliases": [],
1928
+ "id": "env:pull",
1929
+ "pluginAlias": "checkly",
1930
+ "pluginName": "checkly",
1931
+ "pluginType": "core",
1932
+ "strict": true,
1933
+ "enableJsonFlag": false,
1934
+ "coreCommand": false,
1935
+ "readOnly": true,
1936
+ "destructive": false,
1937
+ "idempotent": true,
1938
+ "isESM": true,
1939
+ "relativePath": [
1940
+ "dist",
1941
+ "commands",
1942
+ "env",
1943
+ "pull.js"
1944
+ ]
1945
+ },
1946
+ "env:rm": {
1947
+ "aliases": [],
1948
+ "args": {
1949
+ "key": {
1950
+ "description": "Environment variable key to remove.",
1951
+ "name": "key",
1952
+ "required": true
1953
+ }
1954
+ },
1955
+ "description": "Remove environment variable via \"checkly env rm <key>\".",
1956
+ "flags": {
1957
+ "force": {
1958
+ "char": "f",
1959
+ "description": "Skip confirmation prompt.",
1960
+ "name": "force",
1961
+ "allowNo": false,
1962
+ "type": "boolean"
1963
+ }
1964
+ },
1965
+ "hasDynamicHelp": false,
1966
+ "hidden": false,
1967
+ "hiddenAliases": [],
1968
+ "id": "env:rm",
1969
+ "pluginAlias": "checkly",
1970
+ "pluginName": "checkly",
1971
+ "pluginType": "core",
1972
+ "strict": true,
1973
+ "enableJsonFlag": false,
1974
+ "coreCommand": false,
1975
+ "readOnly": false,
1976
+ "destructive": true,
1977
+ "idempotent": false,
1978
+ "isESM": true,
1979
+ "relativePath": [
1980
+ "dist",
1981
+ "commands",
1982
+ "env",
1983
+ "rm.js"
1984
+ ]
1985
+ },
1986
+ "env:update": {
1987
+ "aliases": [],
1988
+ "args": {
1989
+ "key": {
1990
+ "description": "Environment variable key.",
1991
+ "name": "key",
1992
+ "required": true
1993
+ },
1994
+ "value": {
1995
+ "description": "Environment variable value.",
1996
+ "name": "value",
1997
+ "required": false
1998
+ }
1999
+ },
2000
+ "description": "Update environment variable via \"checkly env update <key> <value>\".",
2001
+ "flags": {
2002
+ "locked": {
2003
+ "char": "l",
2004
+ "description": "Indicate if environment variable is locked.",
2005
+ "name": "locked",
2006
+ "allowNo": false,
2007
+ "type": "boolean"
2008
+ },
2009
+ "secret": {
2010
+ "char": "s",
2011
+ "description": "Indicate if environment variable is secret.",
2012
+ "exclusive": [
2013
+ "locked"
2014
+ ],
2015
+ "name": "secret",
2016
+ "allowNo": false,
2017
+ "type": "boolean"
2018
+ }
2019
+ },
2020
+ "hasDynamicHelp": false,
2021
+ "hidden": false,
2022
+ "hiddenAliases": [],
2023
+ "id": "env:update",
2024
+ "pluginAlias": "checkly",
2025
+ "pluginName": "checkly",
2026
+ "pluginType": "core",
2027
+ "strict": true,
2028
+ "enableJsonFlag": false,
2029
+ "coreCommand": false,
2030
+ "readOnly": false,
2031
+ "destructive": false,
2032
+ "idempotent": true,
2033
+ "isESM": true,
2034
+ "relativePath": [
2035
+ "dist",
2036
+ "commands",
2037
+ "env",
2038
+ "update.js"
2039
+ ]
2040
+ },
2041
+ "import:apply": {
2042
+ "aliases": [],
2043
+ "args": {},
2044
+ "description": "Attach imported resources into your project in a pending state.",
2045
+ "flags": {
2046
+ "config": {
2047
+ "char": "c",
2048
+ "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
2049
+ "name": "config",
2050
+ "hasDynamicHelp": false,
2051
+ "multiple": false,
2052
+ "type": "option"
2053
+ }
2054
+ },
2055
+ "hasDynamicHelp": false,
2056
+ "hidden": false,
2057
+ "hiddenAliases": [],
2058
+ "id": "import:apply",
2059
+ "pluginAlias": "checkly",
2060
+ "pluginName": "checkly",
2061
+ "pluginType": "core",
2062
+ "strict": true,
2063
+ "enableJsonFlag": false,
2064
+ "coreCommand": false,
2065
+ "readOnly": false,
2066
+ "destructive": false,
2067
+ "idempotent": false,
2068
+ "isESM": true,
2069
+ "relativePath": [
2070
+ "dist",
2071
+ "commands",
2072
+ "import",
2073
+ "apply.js"
2074
+ ]
2075
+ },
2076
+ "import:cancel": {
2077
+ "aliases": [],
2078
+ "args": {},
2079
+ "description": "Cancels an ongoing import plan that has not been committed yet.",
2080
+ "flags": {
2081
+ "config": {
2082
+ "char": "c",
2083
+ "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
2084
+ "name": "config",
2085
+ "hasDynamicHelp": false,
2086
+ "multiple": false,
2087
+ "type": "option"
2088
+ },
2089
+ "all": {
2090
+ "description": "Cancel all plans.",
2091
+ "name": "all",
2092
+ "allowNo": false,
2093
+ "type": "boolean"
2094
+ }
2095
+ },
2096
+ "hasDynamicHelp": false,
2097
+ "hidden": false,
2098
+ "hiddenAliases": [],
2099
+ "id": "import:cancel",
2100
+ "pluginAlias": "checkly",
2101
+ "pluginName": "checkly",
2102
+ "pluginType": "core",
2103
+ "strict": true,
2104
+ "enableJsonFlag": false,
2105
+ "coreCommand": false,
2106
+ "readOnly": false,
2107
+ "destructive": false,
2108
+ "idempotent": true,
2109
+ "isESM": true,
2110
+ "relativePath": [
2111
+ "dist",
2112
+ "commands",
2113
+ "import",
2114
+ "cancel.js"
2115
+ ]
2116
+ },
2117
+ "import:commit": {
2118
+ "aliases": [],
2119
+ "args": {},
2120
+ "description": "Permanently commit imported resources into your project.",
2121
+ "flags": {
2122
+ "config": {
2123
+ "char": "c",
2124
+ "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
2125
+ "name": "config",
2126
+ "hasDynamicHelp": false,
2127
+ "multiple": false,
2128
+ "type": "option"
2129
+ }
2130
+ },
2131
+ "hasDynamicHelp": false,
2132
+ "hidden": false,
2133
+ "hiddenAliases": [],
2134
+ "id": "import:commit",
2135
+ "pluginAlias": "checkly",
2136
+ "pluginName": "checkly",
2137
+ "pluginType": "core",
2077
2138
  "strict": true,
2078
2139
  "enableJsonFlag": false,
2079
2140
  "coreCommand": false,
@@ -2646,44 +2707,26 @@
2646
2707
  "run.js"
2647
2708
  ]
2648
2709
  },
2649
- "env:add": {
2710
+ "skills": {
2650
2711
  "aliases": [],
2651
2712
  "args": {
2652
- "key": {
2653
- "description": "Environment variable key.",
2654
- "name": "key",
2655
- "required": true
2713
+ "action": {
2714
+ "description": "The action name (e.g. \"configure\", \"initialize\").",
2715
+ "name": "action",
2716
+ "required": false
2656
2717
  },
2657
- "value": {
2658
- "description": "Environment variable value.",
2659
- "name": "value",
2718
+ "reference": {
2719
+ "description": "A specific reference within the action (e.g. \"api-checks\").",
2720
+ "name": "reference",
2660
2721
  "required": false
2661
2722
  }
2662
2723
  },
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
- },
2724
+ "description": "Show Checkly AI skills, actions and their references.",
2725
+ "flags": {},
2683
2726
  "hasDynamicHelp": false,
2684
2727
  "hidden": false,
2685
2728
  "hiddenAliases": [],
2686
- "id": "env:add",
2729
+ "id": "skills",
2687
2730
  "pluginAlias": "checkly",
2688
2731
  "pluginName": "checkly",
2689
2732
  "pluginType": "core",
@@ -2697,51 +2740,40 @@
2697
2740
  "relativePath": [
2698
2741
  "dist",
2699
2742
  "commands",
2700
- "env",
2701
- "add.js"
2743
+ "skills",
2744
+ "index.js"
2702
2745
  ]
2703
2746
  },
2704
- "env:ls": {
2747
+ "skills:install": {
2705
2748
  "aliases": [],
2706
2749
  "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>\".",
2750
+ "description": "Install the Checkly agent skill (SKILL.md) into your project.",
2741
2751
  "flags": {
2752
+ "target": {
2753
+ "char": "t",
2754
+ "description": "Platform to install the skill for (amp, claude, cline, codex, continue, cursor, gemini-cli, github-copilot, goose, opencode, roo, windsurf).",
2755
+ "exclusive": [
2756
+ "path"
2757
+ ],
2758
+ "name": "target",
2759
+ "hasDynamicHelp": false,
2760
+ "multiple": false,
2761
+ "type": "option"
2762
+ },
2763
+ "path": {
2764
+ "char": "p",
2765
+ "description": "Custom target directory to install the skill into.",
2766
+ "exclusive": [
2767
+ "target"
2768
+ ],
2769
+ "name": "path",
2770
+ "hasDynamicHelp": false,
2771
+ "multiple": false,
2772
+ "type": "option"
2773
+ },
2742
2774
  "force": {
2743
2775
  "char": "f",
2744
- "description": "Force to overwrite existing file.",
2776
+ "description": "Overwrite existing SKILL.md without confirmation.",
2745
2777
  "name": "force",
2746
2778
  "allowNo": false,
2747
2779
  "type": "boolean"
@@ -2750,210 +2782,184 @@
2750
2782
  "hasDynamicHelp": false,
2751
2783
  "hidden": false,
2752
2784
  "hiddenAliases": [],
2753
- "id": "env:pull",
2785
+ "id": "skills:install",
2754
2786
  "pluginAlias": "checkly",
2755
2787
  "pluginName": "checkly",
2756
2788
  "pluginType": "core",
2757
2789
  "strict": true,
2758
2790
  "enableJsonFlag": false,
2759
2791
  "coreCommand": false,
2760
- "readOnly": true,
2792
+ "readOnly": false,
2761
2793
  "destructive": false,
2762
2794
  "idempotent": true,
2763
2795
  "isESM": true,
2764
2796
  "relativePath": [
2765
2797
  "dist",
2766
2798
  "commands",
2767
- "env",
2768
- "pull.js"
2799
+ "skills",
2800
+ "install.js"
2769
2801
  ]
2770
2802
  },
2771
- "env:rm": {
2803
+ "debug:parse-file": {
2772
2804
  "aliases": [],
2773
- "args": {
2774
- "key": {
2775
- "description": "Environment variable key to remove.",
2776
- "name": "key",
2777
- "required": true
2778
- }
2779
- },
2780
- "description": "Remove environment variable via \"checkly env rm <key>\".",
2805
+ "args": {},
2806
+ "description": "Parses and outputs relevant details of a code file.",
2781
2807
  "flags": {
2782
- "force": {
2783
- "char": "f",
2784
- "description": "Skip confirmation prompt.",
2785
- "name": "force",
2808
+ "file": {
2809
+ "name": "file",
2810
+ "required": true,
2811
+ "hasDynamicHelp": false,
2812
+ "multiple": false,
2813
+ "type": "option"
2814
+ },
2815
+ "restricted": {
2816
+ "name": "restricted",
2786
2817
  "allowNo": false,
2787
2818
  "type": "boolean"
2788
- }
2789
- },
2790
- "hasDynamicHelp": false,
2791
- "hidden": false,
2792
- "hiddenAliases": [],
2793
- "id": "env:rm",
2794
- "pluginAlias": "checkly",
2795
- "pluginName": "checkly",
2796
- "pluginType": "core",
2797
- "strict": true,
2798
- "enableJsonFlag": false,
2799
- "coreCommand": false,
2800
- "readOnly": false,
2801
- "destructive": true,
2802
- "idempotent": false,
2803
- "isESM": true,
2804
- "relativePath": [
2805
- "dist",
2806
- "commands",
2807
- "env",
2808
- "rm.js"
2809
- ]
2810
- },
2811
- "env:update": {
2812
- "aliases": [],
2813
- "args": {
2814
- "key": {
2815
- "description": "Environment variable key.",
2816
- "name": "key",
2817
- "required": true
2818
2819
  },
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",
2831
- "allowNo": false,
2820
+ "detect-workspace": {
2821
+ "name": "detect-workspace",
2822
+ "allowNo": true,
2832
2823
  "type": "boolean"
2833
2824
  },
2834
- "secret": {
2835
- "char": "s",
2836
- "description": "Indicate if environment variable is secret.",
2837
- "exclusive": [
2838
- "locked"
2839
- ],
2840
- "name": "secret",
2825
+ "supported-module": {
2826
+ "name": "supported-module",
2827
+ "default": [],
2828
+ "delimiter": ",",
2829
+ "hasDynamicHelp": false,
2830
+ "multiple": true,
2831
+ "type": "option"
2832
+ },
2833
+ "check-unsupported-modules": {
2834
+ "name": "check-unsupported-modules",
2841
2835
  "allowNo": false,
2842
2836
  "type": "boolean"
2843
2837
  }
2844
2838
  },
2845
2839
  "hasDynamicHelp": false,
2846
- "hidden": false,
2840
+ "hidden": true,
2847
2841
  "hiddenAliases": [],
2848
- "id": "env:update",
2842
+ "id": "debug:parse-file",
2849
2843
  "pluginAlias": "checkly",
2850
2844
  "pluginName": "checkly",
2851
2845
  "pluginType": "core",
2852
2846
  "strict": true,
2853
2847
  "enableJsonFlag": false,
2854
- "coreCommand": false,
2855
- "readOnly": false,
2856
- "destructive": false,
2857
- "idempotent": true,
2858
2848
  "isESM": true,
2859
2849
  "relativePath": [
2860
2850
  "dist",
2861
2851
  "commands",
2862
- "env",
2863
- "update.js"
2852
+ "debug",
2853
+ "parse-file.js"
2864
2854
  ]
2865
2855
  },
2866
- "skills": {
2856
+ "debug:parse-playwright-config": {
2867
2857
  "aliases": [],
2868
- "args": {
2869
- "action": {
2870
- "description": "The action name (e.g. \"configure\", \"initialize\").",
2871
- "name": "action",
2872
- "required": false
2873
- },
2874
- "reference": {
2875
- "description": "A specific reference within the action (e.g. \"api-checks\").",
2876
- "name": "reference",
2877
- "required": false
2858
+ "args": {},
2859
+ "description": "Parses and outputs relevant details of a Playwright configuration file.",
2860
+ "flags": {
2861
+ "file": {
2862
+ "env": "CHECKLY_PLAYWRIGHT_CONFIG_FILE",
2863
+ "name": "file",
2864
+ "default": "/home/runner/work/checkly-cli/checkly-cli/packages/cli/playwright.config.ts",
2865
+ "hasDynamicHelp": false,
2866
+ "multiple": false,
2867
+ "type": "option"
2878
2868
  }
2879
2869
  },
2880
- "description": "Show Checkly AI skills, actions and their references.",
2881
- "flags": {},
2882
2870
  "hasDynamicHelp": false,
2883
- "hidden": false,
2871
+ "hidden": true,
2884
2872
  "hiddenAliases": [],
2885
- "id": "skills",
2873
+ "id": "debug:parse-playwright-config",
2886
2874
  "pluginAlias": "checkly",
2887
2875
  "pluginName": "checkly",
2888
2876
  "pluginType": "core",
2889
2877
  "strict": true,
2890
2878
  "enableJsonFlag": false,
2891
- "coreCommand": false,
2892
- "readOnly": false,
2893
- "destructive": false,
2894
- "idempotent": false,
2895
2879
  "isESM": true,
2896
2880
  "relativePath": [
2897
2881
  "dist",
2898
2882
  "commands",
2899
- "skills",
2900
- "index.js"
2883
+ "debug",
2884
+ "parse-playwright-config.js"
2901
2885
  ]
2902
2886
  },
2903
- "skills:install": {
2887
+ "debug:parse-project": {
2904
2888
  "aliases": [],
2905
2889
  "args": {},
2906
- "description": "Install the Checkly agent skill (SKILL.md) into your project.",
2890
+ "description": "Parses a Checkly project.",
2907
2891
  "flags": {
2908
- "target": {
2909
- "char": "t",
2910
- "description": "Platform to install the skill for (amp, claude, cline, codex, continue, cursor, gemini-cli, github-copilot, goose, opencode, roo, windsurf).",
2911
- "exclusive": [
2912
- "path"
2913
- ],
2914
- "name": "target",
2892
+ "config": {
2893
+ "char": "c",
2894
+ "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
2895
+ "env": "CHECKLY_CONFIG_FILE",
2896
+ "name": "config",
2915
2897
  "hasDynamicHelp": false,
2916
2898
  "multiple": false,
2917
2899
  "type": "option"
2918
2900
  },
2919
- "path": {
2920
- "char": "p",
2921
- "description": "Custom target directory to install the skill into.",
2922
- "exclusive": [
2923
- "target"
2924
- ],
2925
- "name": "path",
2901
+ "default-runtime": {
2902
+ "description": "The default runtime to use if none is specified.",
2903
+ "env": "CHECKLY_DEFAULT_RUNTIME",
2904
+ "name": "default-runtime",
2905
+ "default": "2025.04",
2926
2906
  "hasDynamicHelp": false,
2927
2907
  "multiple": false,
2928
2908
  "type": "option"
2929
2909
  },
2930
- "force": {
2931
- "char": "f",
2932
- "description": "Overwrite existing SKILL.md without confirmation.",
2933
- "name": "force",
2910
+ "verify-runtime-dependencies": {
2911
+ "description": "[default: true] Return an error if checks import dependencies that are not supported by the selected runtime.",
2912
+ "env": "CHECKLY_VERIFY_RUNTIME_DEPENDENCIES",
2913
+ "name": "verify-runtime-dependencies",
2914
+ "allowNo": true,
2915
+ "type": "boolean"
2916
+ },
2917
+ "emulate-pw-test": {
2918
+ "description": "Pretend to be the pw-test command. Affects validation.",
2919
+ "env": "CHECKLY_EMULATE_PW_TEST",
2920
+ "name": "emulate-pw-test",
2921
+ "allowNo": false,
2922
+ "type": "boolean"
2923
+ },
2924
+ "include": {
2925
+ "description": "File patterns to include when bundling the test project (e.g., \"utils/**/*\").",
2926
+ "name": "include",
2927
+ "default": [],
2928
+ "hasDynamicHelp": false,
2929
+ "multiple": true,
2930
+ "type": "option"
2931
+ },
2932
+ "inject-private-location": {
2933
+ "description": "Pretend that the given private location exists (e.g., \"70c4ded4-2229-45a7-acf4-6b1eb56a86df:my-external-private-location\").",
2934
+ "name": "inject-private-location",
2935
+ "default": [],
2936
+ "delimiter": ",",
2937
+ "hasDynamicHelp": false,
2938
+ "multiple": true,
2939
+ "type": "option"
2940
+ },
2941
+ "stats": {
2942
+ "description": "Print parse/bundle/synthesize timing and heap usage to stderr. Run with NODE_OPTIONS=--expose-gc to also report the retained (post-GC) heap.",
2943
+ "name": "stats",
2934
2944
  "allowNo": false,
2935
2945
  "type": "boolean"
2936
2946
  }
2937
2947
  },
2938
2948
  "hasDynamicHelp": false,
2939
- "hidden": false,
2949
+ "hidden": true,
2940
2950
  "hiddenAliases": [],
2941
- "id": "skills:install",
2951
+ "id": "debug:parse-project",
2942
2952
  "pluginAlias": "checkly",
2943
2953
  "pluginName": "checkly",
2944
2954
  "pluginType": "core",
2945
2955
  "strict": true,
2946
2956
  "enableJsonFlag": false,
2947
- "coreCommand": false,
2948
- "readOnly": false,
2949
- "destructive": false,
2950
- "idempotent": true,
2951
2957
  "isESM": true,
2952
2958
  "relativePath": [
2953
2959
  "dist",
2954
2960
  "commands",
2955
- "skills",
2956
- "install.js"
2961
+ "debug",
2962
+ "parse-project.js"
2957
2963
  ]
2958
2964
  },
2959
2965
  "status-pages:get": {
@@ -3266,5 +3272,5 @@
3266
3272
  ]
3267
3273
  }
3268
3274
  },
3269
- "version": "8.5.0-prerelease-563ab33"
3275
+ "version": "8.6.0-prerelease-e89e39a"
3270
3276
  }