checkly 7.5.3-prerelease-6049afa → 7.5.3

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 (2) hide show
  1. package/oclif.manifest.json +155 -155
  2. package/package.json +1 -1
@@ -1119,6 +1119,160 @@
1119
1119
  "list.js"
1120
1120
  ]
1121
1121
  },
1122
+ "debug:parse-file": {
1123
+ "aliases": [],
1124
+ "args": {},
1125
+ "description": "Parses and outputs relevant details of a code file.",
1126
+ "flags": {
1127
+ "file": {
1128
+ "name": "file",
1129
+ "required": true,
1130
+ "hasDynamicHelp": false,
1131
+ "multiple": false,
1132
+ "type": "option"
1133
+ },
1134
+ "restricted": {
1135
+ "name": "restricted",
1136
+ "allowNo": false,
1137
+ "type": "boolean"
1138
+ },
1139
+ "detect-workspace": {
1140
+ "name": "detect-workspace",
1141
+ "allowNo": true,
1142
+ "type": "boolean"
1143
+ },
1144
+ "supported-module": {
1145
+ "name": "supported-module",
1146
+ "default": [],
1147
+ "hasDynamicHelp": false,
1148
+ "multiple": true,
1149
+ "type": "option"
1150
+ },
1151
+ "check-unsupported-modules": {
1152
+ "name": "check-unsupported-modules",
1153
+ "allowNo": false,
1154
+ "type": "boolean"
1155
+ }
1156
+ },
1157
+ "hasDynamicHelp": false,
1158
+ "hidden": true,
1159
+ "hiddenAliases": [],
1160
+ "id": "debug:parse-file",
1161
+ "pluginAlias": "checkly",
1162
+ "pluginName": "checkly",
1163
+ "pluginType": "core",
1164
+ "strict": true,
1165
+ "enableJsonFlag": false,
1166
+ "isESM": false,
1167
+ "relativePath": [
1168
+ "dist",
1169
+ "commands",
1170
+ "debug",
1171
+ "parse-file.js"
1172
+ ]
1173
+ },
1174
+ "debug:parse-playwright-config": {
1175
+ "aliases": [],
1176
+ "args": {},
1177
+ "description": "Parses and outputs relevant details of a Playwright configuration file.",
1178
+ "flags": {
1179
+ "file": {
1180
+ "env": "CHECKLY_PLAYWRIGHT_CONFIG_FILE",
1181
+ "name": "file",
1182
+ "default": "/home/runner/work/checkly-cli/checkly-cli/packages/cli/playwright.config.ts",
1183
+ "hasDynamicHelp": false,
1184
+ "multiple": false,
1185
+ "type": "option"
1186
+ }
1187
+ },
1188
+ "hasDynamicHelp": false,
1189
+ "hidden": true,
1190
+ "hiddenAliases": [],
1191
+ "id": "debug:parse-playwright-config",
1192
+ "pluginAlias": "checkly",
1193
+ "pluginName": "checkly",
1194
+ "pluginType": "core",
1195
+ "strict": true,
1196
+ "enableJsonFlag": false,
1197
+ "isESM": false,
1198
+ "relativePath": [
1199
+ "dist",
1200
+ "commands",
1201
+ "debug",
1202
+ "parse-playwright-config.js"
1203
+ ]
1204
+ },
1205
+ "debug:parse-project": {
1206
+ "aliases": [],
1207
+ "args": {},
1208
+ "description": "Parses a Checkly project.",
1209
+ "flags": {
1210
+ "config": {
1211
+ "char": "c",
1212
+ "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
1213
+ "env": "CHECKLY_CONFIG_FILE",
1214
+ "name": "config",
1215
+ "hasDynamicHelp": false,
1216
+ "multiple": false,
1217
+ "type": "option"
1218
+ },
1219
+ "default-runtime": {
1220
+ "description": "The default runtime to use if none is specified.",
1221
+ "env": "CHECKLY_DEFAULT_RUNTIME",
1222
+ "name": "default-runtime",
1223
+ "default": "2025.04",
1224
+ "hasDynamicHelp": false,
1225
+ "multiple": false,
1226
+ "type": "option"
1227
+ },
1228
+ "verify-runtime-dependencies": {
1229
+ "description": "[default: true] Return an error if checks import dependencies that are not supported by the selected runtime.",
1230
+ "env": "CHECKLY_VERIFY_RUNTIME_DEPENDENCIES",
1231
+ "name": "verify-runtime-dependencies",
1232
+ "allowNo": true,
1233
+ "type": "boolean"
1234
+ },
1235
+ "emulate-pw-test": {
1236
+ "description": "Pretend to be the pw-test command. Affects validation.",
1237
+ "env": "CHECKLY_EMULATE_PW_TEST",
1238
+ "name": "emulate-pw-test",
1239
+ "allowNo": false,
1240
+ "type": "boolean"
1241
+ },
1242
+ "include": {
1243
+ "description": "File patterns to include when bundling the test project (e.g., \"utils/**/*\").",
1244
+ "name": "include",
1245
+ "default": [],
1246
+ "hasDynamicHelp": false,
1247
+ "multiple": true,
1248
+ "type": "option"
1249
+ },
1250
+ "inject-private-location": {
1251
+ "description": "Pretend that the given private location exists (e.g., \"70c4ded4-2229-45a7-acf4-6b1eb56a86df:my-external-private-location\").",
1252
+ "name": "inject-private-location",
1253
+ "default": [],
1254
+ "hasDynamicHelp": false,
1255
+ "multiple": true,
1256
+ "type": "option"
1257
+ }
1258
+ },
1259
+ "hasDynamicHelp": false,
1260
+ "hidden": true,
1261
+ "hiddenAliases": [],
1262
+ "id": "debug:parse-project",
1263
+ "pluginAlias": "checkly",
1264
+ "pluginName": "checkly",
1265
+ "pluginType": "core",
1266
+ "strict": true,
1267
+ "enableJsonFlag": false,
1268
+ "isESM": false,
1269
+ "relativePath": [
1270
+ "dist",
1271
+ "commands",
1272
+ "debug",
1273
+ "parse-project.js"
1274
+ ]
1275
+ },
1122
1276
  "env:add": {
1123
1277
  "aliases": [],
1124
1278
  "args": {
@@ -1336,160 +1490,6 @@
1336
1490
  "update.js"
1337
1491
  ]
1338
1492
  },
1339
- "debug:parse-file": {
1340
- "aliases": [],
1341
- "args": {},
1342
- "description": "Parses and outputs relevant details of a code file.",
1343
- "flags": {
1344
- "file": {
1345
- "name": "file",
1346
- "required": true,
1347
- "hasDynamicHelp": false,
1348
- "multiple": false,
1349
- "type": "option"
1350
- },
1351
- "restricted": {
1352
- "name": "restricted",
1353
- "allowNo": false,
1354
- "type": "boolean"
1355
- },
1356
- "detect-workspace": {
1357
- "name": "detect-workspace",
1358
- "allowNo": true,
1359
- "type": "boolean"
1360
- },
1361
- "supported-module": {
1362
- "name": "supported-module",
1363
- "default": [],
1364
- "hasDynamicHelp": false,
1365
- "multiple": true,
1366
- "type": "option"
1367
- },
1368
- "check-unsupported-modules": {
1369
- "name": "check-unsupported-modules",
1370
- "allowNo": false,
1371
- "type": "boolean"
1372
- }
1373
- },
1374
- "hasDynamicHelp": false,
1375
- "hidden": true,
1376
- "hiddenAliases": [],
1377
- "id": "debug:parse-file",
1378
- "pluginAlias": "checkly",
1379
- "pluginName": "checkly",
1380
- "pluginType": "core",
1381
- "strict": true,
1382
- "enableJsonFlag": false,
1383
- "isESM": false,
1384
- "relativePath": [
1385
- "dist",
1386
- "commands",
1387
- "debug",
1388
- "parse-file.js"
1389
- ]
1390
- },
1391
- "debug:parse-playwright-config": {
1392
- "aliases": [],
1393
- "args": {},
1394
- "description": "Parses and outputs relevant details of a Playwright configuration file.",
1395
- "flags": {
1396
- "file": {
1397
- "env": "CHECKLY_PLAYWRIGHT_CONFIG_FILE",
1398
- "name": "file",
1399
- "default": "/home/runner/work/checkly-cli/checkly-cli/packages/cli/playwright.config.ts",
1400
- "hasDynamicHelp": false,
1401
- "multiple": false,
1402
- "type": "option"
1403
- }
1404
- },
1405
- "hasDynamicHelp": false,
1406
- "hidden": true,
1407
- "hiddenAliases": [],
1408
- "id": "debug:parse-playwright-config",
1409
- "pluginAlias": "checkly",
1410
- "pluginName": "checkly",
1411
- "pluginType": "core",
1412
- "strict": true,
1413
- "enableJsonFlag": false,
1414
- "isESM": false,
1415
- "relativePath": [
1416
- "dist",
1417
- "commands",
1418
- "debug",
1419
- "parse-playwright-config.js"
1420
- ]
1421
- },
1422
- "debug:parse-project": {
1423
- "aliases": [],
1424
- "args": {},
1425
- "description": "Parses a Checkly project.",
1426
- "flags": {
1427
- "config": {
1428
- "char": "c",
1429
- "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
1430
- "env": "CHECKLY_CONFIG_FILE",
1431
- "name": "config",
1432
- "hasDynamicHelp": false,
1433
- "multiple": false,
1434
- "type": "option"
1435
- },
1436
- "default-runtime": {
1437
- "description": "The default runtime to use if none is specified.",
1438
- "env": "CHECKLY_DEFAULT_RUNTIME",
1439
- "name": "default-runtime",
1440
- "default": "2025.04",
1441
- "hasDynamicHelp": false,
1442
- "multiple": false,
1443
- "type": "option"
1444
- },
1445
- "verify-runtime-dependencies": {
1446
- "description": "[default: true] Return an error if checks import dependencies that are not supported by the selected runtime.",
1447
- "env": "CHECKLY_VERIFY_RUNTIME_DEPENDENCIES",
1448
- "name": "verify-runtime-dependencies",
1449
- "allowNo": true,
1450
- "type": "boolean"
1451
- },
1452
- "emulate-pw-test": {
1453
- "description": "Pretend to be the pw-test command. Affects validation.",
1454
- "env": "CHECKLY_EMULATE_PW_TEST",
1455
- "name": "emulate-pw-test",
1456
- "allowNo": false,
1457
- "type": "boolean"
1458
- },
1459
- "include": {
1460
- "description": "File patterns to include when bundling the test project (e.g., \"utils/**/*\").",
1461
- "name": "include",
1462
- "default": [],
1463
- "hasDynamicHelp": false,
1464
- "multiple": true,
1465
- "type": "option"
1466
- },
1467
- "inject-private-location": {
1468
- "description": "Pretend that the given private location exists (e.g., \"70c4ded4-2229-45a7-acf4-6b1eb56a86df:my-external-private-location\").",
1469
- "name": "inject-private-location",
1470
- "default": [],
1471
- "hasDynamicHelp": false,
1472
- "multiple": true,
1473
- "type": "option"
1474
- }
1475
- },
1476
- "hasDynamicHelp": false,
1477
- "hidden": true,
1478
- "hiddenAliases": [],
1479
- "id": "debug:parse-project",
1480
- "pluginAlias": "checkly",
1481
- "pluginName": "checkly",
1482
- "pluginType": "core",
1483
- "strict": true,
1484
- "enableJsonFlag": false,
1485
- "isESM": false,
1486
- "relativePath": [
1487
- "dist",
1488
- "commands",
1489
- "debug",
1490
- "parse-project.js"
1491
- ]
1492
- },
1493
1493
  "import:apply": {
1494
1494
  "aliases": [],
1495
1495
  "args": {},
@@ -2140,5 +2140,5 @@
2140
2140
  ]
2141
2141
  }
2142
2142
  },
2143
- "version": "7.5.3-prerelease-6049afa"
2143
+ "version": "7.5.3"
2144
2144
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "checkly",
3
- "version": "7.5.3-prerelease-6049afa",
3
+ "version": "7.5.3",
4
4
  "description": "Checkly CLI",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",