checkly 8.9.0 → 8.10.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.
@@ -186,6 +186,12 @@
186
186
  "allowNo": false,
187
187
  "type": "boolean"
188
188
  },
189
+ "cancel-in-progress-deployment": {
190
+ "description": "If a deployment for this project is already in progress, cancel it instead of waiting for it to finish.",
191
+ "name": "cancel-in-progress-deployment",
192
+ "allowNo": false,
193
+ "type": "boolean"
194
+ },
189
195
  "config": {
190
196
  "char": "c",
191
197
  "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
@@ -1469,211 +1475,6 @@
1469
1475
  "logs.js"
1470
1476
  ]
1471
1477
  },
1472
- "assets:download": {
1473
- "aliases": [],
1474
- "args": {},
1475
- "description": "Download result assets.",
1476
- "flags": {
1477
- "check-id": {
1478
- "description": "Check ID for a scheduled check result.",
1479
- "name": "check-id",
1480
- "hasDynamicHelp": false,
1481
- "multiple": false,
1482
- "type": "option"
1483
- },
1484
- "test-session-id": {
1485
- "description": "Test session ID for a test-session result.",
1486
- "name": "test-session-id",
1487
- "hasDynamicHelp": false,
1488
- "multiple": false,
1489
- "type": "option"
1490
- },
1491
- "result-id": {
1492
- "description": "Check result ID or test-session result ID.",
1493
- "name": "result-id",
1494
- "required": true,
1495
- "hasDynamicHelp": false,
1496
- "multiple": false,
1497
- "type": "option"
1498
- },
1499
- "type": {
1500
- "description": "Select assets by type.",
1501
- "name": "type",
1502
- "hasDynamicHelp": false,
1503
- "multiple": false,
1504
- "options": [
1505
- "log",
1506
- "trace",
1507
- "video",
1508
- "screenshot",
1509
- "pcap",
1510
- "report",
1511
- "file",
1512
- "all"
1513
- ],
1514
- "type": "option"
1515
- },
1516
- "asset": {
1517
- "description": "Select an asset by exact Asset/Name value or glob.",
1518
- "name": "asset",
1519
- "hasDynamicHelp": false,
1520
- "multiple": false,
1521
- "type": "option"
1522
- },
1523
- "dir": {
1524
- "description": "Directory to write assets into.",
1525
- "name": "dir",
1526
- "hasDynamicHelp": false,
1527
- "multiple": false,
1528
- "type": "option"
1529
- },
1530
- "force": {
1531
- "description": "Overwrite existing files.",
1532
- "name": "force",
1533
- "allowNo": false,
1534
- "type": "boolean"
1535
- },
1536
- "skip-existing": {
1537
- "description": "Skip files that already exist.",
1538
- "name": "skip-existing",
1539
- "allowNo": false,
1540
- "type": "boolean"
1541
- },
1542
- "output": {
1543
- "char": "o",
1544
- "description": "Output format.",
1545
- "name": "output",
1546
- "default": "table",
1547
- "hasDynamicHelp": false,
1548
- "multiple": false,
1549
- "options": [
1550
- "table",
1551
- "json"
1552
- ],
1553
- "type": "option"
1554
- }
1555
- },
1556
- "hasDynamicHelp": false,
1557
- "hidden": false,
1558
- "hiddenAliases": [],
1559
- "id": "assets:download",
1560
- "pluginAlias": "checkly",
1561
- "pluginName": "checkly",
1562
- "pluginType": "core",
1563
- "strict": true,
1564
- "enableJsonFlag": false,
1565
- "coreCommand": false,
1566
- "readOnly": true,
1567
- "destructive": false,
1568
- "idempotent": true,
1569
- "isESM": true,
1570
- "relativePath": [
1571
- "dist",
1572
- "commands",
1573
- "assets",
1574
- "download.js"
1575
- ]
1576
- },
1577
- "assets:list": {
1578
- "aliases": [],
1579
- "args": {},
1580
- "description": "List result assets.",
1581
- "flags": {
1582
- "check-id": {
1583
- "description": "Check ID for a scheduled check result.",
1584
- "name": "check-id",
1585
- "hasDynamicHelp": false,
1586
- "multiple": false,
1587
- "type": "option"
1588
- },
1589
- "test-session-id": {
1590
- "description": "Test session ID for a test-session result.",
1591
- "name": "test-session-id",
1592
- "hasDynamicHelp": false,
1593
- "multiple": false,
1594
- "type": "option"
1595
- },
1596
- "result-id": {
1597
- "description": "Check result ID or test-session result ID.",
1598
- "name": "result-id",
1599
- "required": true,
1600
- "hasDynamicHelp": false,
1601
- "multiple": false,
1602
- "type": "option"
1603
- },
1604
- "type": {
1605
- "description": "Filter assets by type.",
1606
- "name": "type",
1607
- "default": "all",
1608
- "hasDynamicHelp": false,
1609
- "multiple": false,
1610
- "options": [
1611
- "log",
1612
- "trace",
1613
- "video",
1614
- "screenshot",
1615
- "pcap",
1616
- "report",
1617
- "file",
1618
- "all"
1619
- ],
1620
- "type": "option"
1621
- },
1622
- "asset": {
1623
- "description": "Filter assets by exact Asset/Name value or glob.",
1624
- "name": "asset",
1625
- "hasDynamicHelp": false,
1626
- "multiple": false,
1627
- "type": "option"
1628
- },
1629
- "view": {
1630
- "description": "Human output view. Ignored with --output json.",
1631
- "name": "view",
1632
- "default": "table",
1633
- "hasDynamicHelp": false,
1634
- "multiple": false,
1635
- "options": [
1636
- "table",
1637
- "tree"
1638
- ],
1639
- "type": "option"
1640
- },
1641
- "output": {
1642
- "char": "o",
1643
- "description": "Output format.",
1644
- "name": "output",
1645
- "default": "table",
1646
- "hasDynamicHelp": false,
1647
- "multiple": false,
1648
- "options": [
1649
- "table",
1650
- "json",
1651
- "md"
1652
- ],
1653
- "type": "option"
1654
- }
1655
- },
1656
- "hasDynamicHelp": false,
1657
- "hidden": false,
1658
- "hiddenAliases": [],
1659
- "id": "assets:list",
1660
- "pluginAlias": "checkly",
1661
- "pluginName": "checkly",
1662
- "pluginType": "core",
1663
- "strict": true,
1664
- "enableJsonFlag": false,
1665
- "coreCommand": false,
1666
- "readOnly": true,
1667
- "destructive": false,
1668
- "idempotent": true,
1669
- "isESM": true,
1670
- "relativePath": [
1671
- "dist",
1672
- "commands",
1673
- "assets",
1674
- "list.js"
1675
- ]
1676
- },
1677
1478
  "checks:delete": {
1678
1479
  "aliases": [],
1679
1480
  "args": {
@@ -2246,6 +2047,211 @@
2246
2047
  "parse-project.js"
2247
2048
  ]
2248
2049
  },
2050
+ "assets:download": {
2051
+ "aliases": [],
2052
+ "args": {},
2053
+ "description": "Download result assets.",
2054
+ "flags": {
2055
+ "check-id": {
2056
+ "description": "Check ID for a scheduled check result.",
2057
+ "name": "check-id",
2058
+ "hasDynamicHelp": false,
2059
+ "multiple": false,
2060
+ "type": "option"
2061
+ },
2062
+ "test-session-id": {
2063
+ "description": "Test session ID for a test-session result.",
2064
+ "name": "test-session-id",
2065
+ "hasDynamicHelp": false,
2066
+ "multiple": false,
2067
+ "type": "option"
2068
+ },
2069
+ "result-id": {
2070
+ "description": "Check result ID or test-session result ID.",
2071
+ "name": "result-id",
2072
+ "required": true,
2073
+ "hasDynamicHelp": false,
2074
+ "multiple": false,
2075
+ "type": "option"
2076
+ },
2077
+ "type": {
2078
+ "description": "Select assets by type.",
2079
+ "name": "type",
2080
+ "hasDynamicHelp": false,
2081
+ "multiple": false,
2082
+ "options": [
2083
+ "log",
2084
+ "trace",
2085
+ "video",
2086
+ "screenshot",
2087
+ "pcap",
2088
+ "report",
2089
+ "file",
2090
+ "all"
2091
+ ],
2092
+ "type": "option"
2093
+ },
2094
+ "asset": {
2095
+ "description": "Select an asset by exact Asset/Name value or glob.",
2096
+ "name": "asset",
2097
+ "hasDynamicHelp": false,
2098
+ "multiple": false,
2099
+ "type": "option"
2100
+ },
2101
+ "dir": {
2102
+ "description": "Directory to write assets into.",
2103
+ "name": "dir",
2104
+ "hasDynamicHelp": false,
2105
+ "multiple": false,
2106
+ "type": "option"
2107
+ },
2108
+ "force": {
2109
+ "description": "Overwrite existing files.",
2110
+ "name": "force",
2111
+ "allowNo": false,
2112
+ "type": "boolean"
2113
+ },
2114
+ "skip-existing": {
2115
+ "description": "Skip files that already exist.",
2116
+ "name": "skip-existing",
2117
+ "allowNo": false,
2118
+ "type": "boolean"
2119
+ },
2120
+ "output": {
2121
+ "char": "o",
2122
+ "description": "Output format.",
2123
+ "name": "output",
2124
+ "default": "table",
2125
+ "hasDynamicHelp": false,
2126
+ "multiple": false,
2127
+ "options": [
2128
+ "table",
2129
+ "json"
2130
+ ],
2131
+ "type": "option"
2132
+ }
2133
+ },
2134
+ "hasDynamicHelp": false,
2135
+ "hidden": false,
2136
+ "hiddenAliases": [],
2137
+ "id": "assets:download",
2138
+ "pluginAlias": "checkly",
2139
+ "pluginName": "checkly",
2140
+ "pluginType": "core",
2141
+ "strict": true,
2142
+ "enableJsonFlag": false,
2143
+ "coreCommand": false,
2144
+ "readOnly": true,
2145
+ "destructive": false,
2146
+ "idempotent": true,
2147
+ "isESM": true,
2148
+ "relativePath": [
2149
+ "dist",
2150
+ "commands",
2151
+ "assets",
2152
+ "download.js"
2153
+ ]
2154
+ },
2155
+ "assets:list": {
2156
+ "aliases": [],
2157
+ "args": {},
2158
+ "description": "List result assets.",
2159
+ "flags": {
2160
+ "check-id": {
2161
+ "description": "Check ID for a scheduled check result.",
2162
+ "name": "check-id",
2163
+ "hasDynamicHelp": false,
2164
+ "multiple": false,
2165
+ "type": "option"
2166
+ },
2167
+ "test-session-id": {
2168
+ "description": "Test session ID for a test-session result.",
2169
+ "name": "test-session-id",
2170
+ "hasDynamicHelp": false,
2171
+ "multiple": false,
2172
+ "type": "option"
2173
+ },
2174
+ "result-id": {
2175
+ "description": "Check result ID or test-session result ID.",
2176
+ "name": "result-id",
2177
+ "required": true,
2178
+ "hasDynamicHelp": false,
2179
+ "multiple": false,
2180
+ "type": "option"
2181
+ },
2182
+ "type": {
2183
+ "description": "Filter assets by type.",
2184
+ "name": "type",
2185
+ "default": "all",
2186
+ "hasDynamicHelp": false,
2187
+ "multiple": false,
2188
+ "options": [
2189
+ "log",
2190
+ "trace",
2191
+ "video",
2192
+ "screenshot",
2193
+ "pcap",
2194
+ "report",
2195
+ "file",
2196
+ "all"
2197
+ ],
2198
+ "type": "option"
2199
+ },
2200
+ "asset": {
2201
+ "description": "Filter assets by exact Asset/Name value or glob.",
2202
+ "name": "asset",
2203
+ "hasDynamicHelp": false,
2204
+ "multiple": false,
2205
+ "type": "option"
2206
+ },
2207
+ "view": {
2208
+ "description": "Human output view. Ignored with --output json.",
2209
+ "name": "view",
2210
+ "default": "table",
2211
+ "hasDynamicHelp": false,
2212
+ "multiple": false,
2213
+ "options": [
2214
+ "table",
2215
+ "tree"
2216
+ ],
2217
+ "type": "option"
2218
+ },
2219
+ "output": {
2220
+ "char": "o",
2221
+ "description": "Output format.",
2222
+ "name": "output",
2223
+ "default": "table",
2224
+ "hasDynamicHelp": false,
2225
+ "multiple": false,
2226
+ "options": [
2227
+ "table",
2228
+ "json",
2229
+ "md"
2230
+ ],
2231
+ "type": "option"
2232
+ }
2233
+ },
2234
+ "hasDynamicHelp": false,
2235
+ "hidden": false,
2236
+ "hiddenAliases": [],
2237
+ "id": "assets:list",
2238
+ "pluginAlias": "checkly",
2239
+ "pluginName": "checkly",
2240
+ "pluginType": "core",
2241
+ "strict": true,
2242
+ "enableJsonFlag": false,
2243
+ "coreCommand": false,
2244
+ "readOnly": true,
2245
+ "destructive": false,
2246
+ "idempotent": true,
2247
+ "isESM": true,
2248
+ "relativePath": [
2249
+ "dist",
2250
+ "commands",
2251
+ "assets",
2252
+ "list.js"
2253
+ ]
2254
+ },
2249
2255
  "env:add": {
2250
2256
  "aliases": [],
2251
2257
  "args": {
@@ -3698,5 +3704,5 @@
3698
3704
  ]
3699
3705
  }
3700
3706
  },
3701
- "version": "8.9.0"
3707
+ "version": "8.10.0"
3702
3708
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "checkly",
3
- "version": "8.9.0",
3
+ "version": "8.10.0",
4
4
  "type": "module",
5
5
  "description": "Checkly CLI",
6
6
  "main": "dist/index.js",
@@ -96,15 +96,15 @@
96
96
  },
97
97
  "homepage": "https://github.com/checkly/checkly-cli#readme",
98
98
  "dependencies": {
99
- "@oclif/core": "^4.11.4",
100
- "@oclif/plugin-help": "^6.2.50",
99
+ "@oclif/core": "^4.11.7",
100
+ "@oclif/plugin-help": "^6.2.52",
101
101
  "@oclif/plugin-warn-if-update-available": "^3.1.65",
102
- "@typescript-eslint/typescript-estree": "^8.61.0",
102
+ "@typescript-eslint/typescript-estree": "^8.61.1",
103
103
  "acorn": "^8.17.0",
104
104
  "acorn-walk": "^8.3.5",
105
105
  "archiver": "^8.0.0",
106
106
  "ast-types": "^0.16.1",
107
- "axios": "^1.17.0",
107
+ "axios": "^1.18.0",
108
108
  "chalk": "^5.6.2",
109
109
  "ci-info": "^4.4.0",
110
110
  "conf": "^15.1.0",
@@ -127,17 +127,17 @@
127
127
  "prompts": "^2.4.2",
128
128
  "proxy-from-env": "^2.1.0",
129
129
  "recast": "^0.23.11",
130
- "semver": "^7.8.4",
130
+ "semver": "^7.8.5",
131
131
  "string-width": "^8.2.1",
132
132
  "tunnel": "^0.0.6",
133
- "uuid": "^14.0.0",
133
+ "uuid": "^14.0.1",
134
134
  "yaml": "^2.9.0"
135
135
  },
136
136
  "devDependencies": {
137
- "@playwright/test": "^1.60.0",
137
+ "@playwright/test": "^1.61.0",
138
138
  "@types/archiver": "^8.0.0",
139
139
  "@types/debug": "^4.1.13",
140
- "@types/luxon": "^3.7.1",
140
+ "@types/luxon": "^3.7.2",
141
141
  "@types/node": "^22.19.17",
142
142
  "@types/prompts": "^2.4.9",
143
143
  "@types/semver": "^7.7.1",
@@ -145,8 +145,8 @@
145
145
  "@types/ws": "^8.5.5",
146
146
  "config": "^4.4.1",
147
147
  "cross-env": "^10.1.0",
148
- "nanoid": "^5.1.11",
149
- "oclif": "^4.23.14",
148
+ "nanoid": "^5.1.15",
149
+ "oclif": "^4.23.16",
150
150
  "rimraf": "^6.1.3",
151
151
  "tar": "^7.5.16",
152
152
  "typescript": "^6.0.3",
@@ -1,2 +0,0 @@
1
- export declare class ValidationError extends Error {
2
- }
@@ -1,3 +0,0 @@
1
- export class ValidationError extends Error {
2
- }
3
- //# sourceMappingURL=validator-error.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"validator-error.js","sourceRoot":"","sources":["../../src/constructs/validator-error.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,eAAgB,SAAQ,KAAK;CAAG"}