checkly 9.1.0-prerelease-d080e8d → 9.1.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.
- package/oclif.manifest.json +438 -438
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -2193,6 +2193,385 @@
|
|
|
2193
2193
|
"stats.js"
|
|
2194
2194
|
]
|
|
2195
2195
|
},
|
|
2196
|
+
"debug:parse-file": {
|
|
2197
|
+
"aliases": [],
|
|
2198
|
+
"args": {},
|
|
2199
|
+
"description": "Parses and outputs relevant details of a code file.",
|
|
2200
|
+
"flags": {
|
|
2201
|
+
"file": {
|
|
2202
|
+
"name": "file",
|
|
2203
|
+
"required": true,
|
|
2204
|
+
"hasDynamicHelp": false,
|
|
2205
|
+
"multiple": false,
|
|
2206
|
+
"type": "option"
|
|
2207
|
+
},
|
|
2208
|
+
"restricted": {
|
|
2209
|
+
"name": "restricted",
|
|
2210
|
+
"allowNo": false,
|
|
2211
|
+
"type": "boolean"
|
|
2212
|
+
},
|
|
2213
|
+
"detect-workspace": {
|
|
2214
|
+
"name": "detect-workspace",
|
|
2215
|
+
"allowNo": true,
|
|
2216
|
+
"type": "boolean"
|
|
2217
|
+
},
|
|
2218
|
+
"supported-module": {
|
|
2219
|
+
"name": "supported-module",
|
|
2220
|
+
"default": [],
|
|
2221
|
+
"delimiter": ",",
|
|
2222
|
+
"hasDynamicHelp": false,
|
|
2223
|
+
"multiple": true,
|
|
2224
|
+
"type": "option"
|
|
2225
|
+
},
|
|
2226
|
+
"check-unsupported-modules": {
|
|
2227
|
+
"name": "check-unsupported-modules",
|
|
2228
|
+
"allowNo": false,
|
|
2229
|
+
"type": "boolean"
|
|
2230
|
+
}
|
|
2231
|
+
},
|
|
2232
|
+
"hasDynamicHelp": false,
|
|
2233
|
+
"hidden": true,
|
|
2234
|
+
"hiddenAliases": [],
|
|
2235
|
+
"id": "debug:parse-file",
|
|
2236
|
+
"pluginAlias": "checkly",
|
|
2237
|
+
"pluginName": "checkly",
|
|
2238
|
+
"pluginType": "core",
|
|
2239
|
+
"strict": true,
|
|
2240
|
+
"enableJsonFlag": false,
|
|
2241
|
+
"isESM": true,
|
|
2242
|
+
"relativePath": [
|
|
2243
|
+
"dist",
|
|
2244
|
+
"commands",
|
|
2245
|
+
"debug",
|
|
2246
|
+
"parse-file.js"
|
|
2247
|
+
]
|
|
2248
|
+
},
|
|
2249
|
+
"debug:parse-playwright-config": {
|
|
2250
|
+
"aliases": [],
|
|
2251
|
+
"args": {},
|
|
2252
|
+
"description": "Parses and outputs relevant details of a Playwright configuration file.",
|
|
2253
|
+
"flags": {
|
|
2254
|
+
"file": {
|
|
2255
|
+
"env": "CHECKLY_PLAYWRIGHT_CONFIG_FILE",
|
|
2256
|
+
"name": "file",
|
|
2257
|
+
"default": "/home/runner/work/checkly-cli/checkly-cli/packages/cli/playwright.config.ts",
|
|
2258
|
+
"hasDynamicHelp": false,
|
|
2259
|
+
"multiple": false,
|
|
2260
|
+
"type": "option"
|
|
2261
|
+
}
|
|
2262
|
+
},
|
|
2263
|
+
"hasDynamicHelp": false,
|
|
2264
|
+
"hidden": true,
|
|
2265
|
+
"hiddenAliases": [],
|
|
2266
|
+
"id": "debug:parse-playwright-config",
|
|
2267
|
+
"pluginAlias": "checkly",
|
|
2268
|
+
"pluginName": "checkly",
|
|
2269
|
+
"pluginType": "core",
|
|
2270
|
+
"strict": true,
|
|
2271
|
+
"enableJsonFlag": false,
|
|
2272
|
+
"isESM": true,
|
|
2273
|
+
"relativePath": [
|
|
2274
|
+
"dist",
|
|
2275
|
+
"commands",
|
|
2276
|
+
"debug",
|
|
2277
|
+
"parse-playwright-config.js"
|
|
2278
|
+
]
|
|
2279
|
+
},
|
|
2280
|
+
"debug:parse-project": {
|
|
2281
|
+
"aliases": [],
|
|
2282
|
+
"args": {},
|
|
2283
|
+
"description": "Parses a Checkly project.",
|
|
2284
|
+
"flags": {
|
|
2285
|
+
"config": {
|
|
2286
|
+
"char": "c",
|
|
2287
|
+
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
2288
|
+
"env": "CHECKLY_CONFIG_FILE",
|
|
2289
|
+
"name": "config",
|
|
2290
|
+
"hasDynamicHelp": false,
|
|
2291
|
+
"multiple": false,
|
|
2292
|
+
"type": "option"
|
|
2293
|
+
},
|
|
2294
|
+
"default-runtime": {
|
|
2295
|
+
"description": "The default runtime to use if none is specified.",
|
|
2296
|
+
"env": "CHECKLY_DEFAULT_RUNTIME",
|
|
2297
|
+
"name": "default-runtime",
|
|
2298
|
+
"default": "2025.04",
|
|
2299
|
+
"hasDynamicHelp": false,
|
|
2300
|
+
"multiple": false,
|
|
2301
|
+
"type": "option"
|
|
2302
|
+
},
|
|
2303
|
+
"verify-runtime-dependencies": {
|
|
2304
|
+
"description": "[default: true] Return an error if checks import dependencies that are not supported by the selected runtime.",
|
|
2305
|
+
"env": "CHECKLY_VERIFY_RUNTIME_DEPENDENCIES",
|
|
2306
|
+
"name": "verify-runtime-dependencies",
|
|
2307
|
+
"allowNo": true,
|
|
2308
|
+
"type": "boolean"
|
|
2309
|
+
},
|
|
2310
|
+
"emulate-pw-test": {
|
|
2311
|
+
"description": "Pretend to be the pw-test command. Affects validation.",
|
|
2312
|
+
"env": "CHECKLY_EMULATE_PW_TEST",
|
|
2313
|
+
"name": "emulate-pw-test",
|
|
2314
|
+
"allowNo": false,
|
|
2315
|
+
"type": "boolean"
|
|
2316
|
+
},
|
|
2317
|
+
"include": {
|
|
2318
|
+
"description": "File patterns to include when bundling the test project (e.g., \"utils/**/*\").",
|
|
2319
|
+
"name": "include",
|
|
2320
|
+
"default": [],
|
|
2321
|
+
"hasDynamicHelp": false,
|
|
2322
|
+
"multiple": true,
|
|
2323
|
+
"type": "option"
|
|
2324
|
+
},
|
|
2325
|
+
"inject-private-location": {
|
|
2326
|
+
"description": "Pretend that the given private location exists (e.g., \"70c4ded4-2229-45a7-acf4-6b1eb56a86df:my-external-private-location\").",
|
|
2327
|
+
"name": "inject-private-location",
|
|
2328
|
+
"default": [],
|
|
2329
|
+
"delimiter": ",",
|
|
2330
|
+
"hasDynamicHelp": false,
|
|
2331
|
+
"multiple": true,
|
|
2332
|
+
"type": "option"
|
|
2333
|
+
},
|
|
2334
|
+
"stats": {
|
|
2335
|
+
"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.",
|
|
2336
|
+
"name": "stats",
|
|
2337
|
+
"allowNo": false,
|
|
2338
|
+
"type": "boolean"
|
|
2339
|
+
}
|
|
2340
|
+
},
|
|
2341
|
+
"hasDynamicHelp": false,
|
|
2342
|
+
"hidden": true,
|
|
2343
|
+
"hiddenAliases": [],
|
|
2344
|
+
"id": "debug:parse-project",
|
|
2345
|
+
"pluginAlias": "checkly",
|
|
2346
|
+
"pluginName": "checkly",
|
|
2347
|
+
"pluginType": "core",
|
|
2348
|
+
"strict": true,
|
|
2349
|
+
"enableJsonFlag": false,
|
|
2350
|
+
"isESM": true,
|
|
2351
|
+
"relativePath": [
|
|
2352
|
+
"dist",
|
|
2353
|
+
"commands",
|
|
2354
|
+
"debug",
|
|
2355
|
+
"parse-project.js"
|
|
2356
|
+
]
|
|
2357
|
+
},
|
|
2358
|
+
"env:add": {
|
|
2359
|
+
"aliases": [],
|
|
2360
|
+
"args": {
|
|
2361
|
+
"key": {
|
|
2362
|
+
"description": "Environment variable key.",
|
|
2363
|
+
"name": "key",
|
|
2364
|
+
"required": true
|
|
2365
|
+
},
|
|
2366
|
+
"value": {
|
|
2367
|
+
"description": "Environment variable value.",
|
|
2368
|
+
"name": "value",
|
|
2369
|
+
"required": false
|
|
2370
|
+
}
|
|
2371
|
+
},
|
|
2372
|
+
"description": "Add environment variable via \"checkly env add <key> <value>\".",
|
|
2373
|
+
"flags": {
|
|
2374
|
+
"locked": {
|
|
2375
|
+
"char": "l",
|
|
2376
|
+
"description": "Indicate that the environment variable will be locked.",
|
|
2377
|
+
"name": "locked",
|
|
2378
|
+
"allowNo": false,
|
|
2379
|
+
"type": "boolean"
|
|
2380
|
+
},
|
|
2381
|
+
"secret": {
|
|
2382
|
+
"char": "s",
|
|
2383
|
+
"description": "Indicate that the environment variable will be secret.",
|
|
2384
|
+
"exclusive": [
|
|
2385
|
+
"locked"
|
|
2386
|
+
],
|
|
2387
|
+
"name": "secret",
|
|
2388
|
+
"allowNo": false,
|
|
2389
|
+
"type": "boolean"
|
|
2390
|
+
}
|
|
2391
|
+
},
|
|
2392
|
+
"hasDynamicHelp": false,
|
|
2393
|
+
"hidden": false,
|
|
2394
|
+
"hiddenAliases": [],
|
|
2395
|
+
"id": "env:add",
|
|
2396
|
+
"pluginAlias": "checkly",
|
|
2397
|
+
"pluginName": "checkly",
|
|
2398
|
+
"pluginType": "core",
|
|
2399
|
+
"strict": true,
|
|
2400
|
+
"enableJsonFlag": false,
|
|
2401
|
+
"coreCommand": false,
|
|
2402
|
+
"readOnly": false,
|
|
2403
|
+
"destructive": false,
|
|
2404
|
+
"idempotent": false,
|
|
2405
|
+
"isESM": true,
|
|
2406
|
+
"relativePath": [
|
|
2407
|
+
"dist",
|
|
2408
|
+
"commands",
|
|
2409
|
+
"env",
|
|
2410
|
+
"add.js"
|
|
2411
|
+
]
|
|
2412
|
+
},
|
|
2413
|
+
"env:ls": {
|
|
2414
|
+
"aliases": [],
|
|
2415
|
+
"args": {},
|
|
2416
|
+
"description": "List all Checkly environment variables via \"checkly env ls\".",
|
|
2417
|
+
"flags": {},
|
|
2418
|
+
"hasDynamicHelp": false,
|
|
2419
|
+
"hidden": false,
|
|
2420
|
+
"hiddenAliases": [],
|
|
2421
|
+
"id": "env:ls",
|
|
2422
|
+
"pluginAlias": "checkly",
|
|
2423
|
+
"pluginName": "checkly",
|
|
2424
|
+
"pluginType": "core",
|
|
2425
|
+
"strict": true,
|
|
2426
|
+
"enableJsonFlag": false,
|
|
2427
|
+
"coreCommand": false,
|
|
2428
|
+
"readOnly": true,
|
|
2429
|
+
"destructive": false,
|
|
2430
|
+
"idempotent": true,
|
|
2431
|
+
"isESM": true,
|
|
2432
|
+
"relativePath": [
|
|
2433
|
+
"dist",
|
|
2434
|
+
"commands",
|
|
2435
|
+
"env",
|
|
2436
|
+
"ls.js"
|
|
2437
|
+
]
|
|
2438
|
+
},
|
|
2439
|
+
"env:pull": {
|
|
2440
|
+
"aliases": [],
|
|
2441
|
+
"args": {
|
|
2442
|
+
"filename": {
|
|
2443
|
+
"default": ".env",
|
|
2444
|
+
"description": "Filename of the generated file.",
|
|
2445
|
+
"name": "filename",
|
|
2446
|
+
"required": false
|
|
2447
|
+
}
|
|
2448
|
+
},
|
|
2449
|
+
"description": "Pull Checkly environment variables via \"checkly env pull <filename>\".",
|
|
2450
|
+
"flags": {
|
|
2451
|
+
"force": {
|
|
2452
|
+
"char": "f",
|
|
2453
|
+
"description": "Force to overwrite existing file.",
|
|
2454
|
+
"name": "force",
|
|
2455
|
+
"allowNo": false,
|
|
2456
|
+
"type": "boolean"
|
|
2457
|
+
}
|
|
2458
|
+
},
|
|
2459
|
+
"hasDynamicHelp": false,
|
|
2460
|
+
"hidden": false,
|
|
2461
|
+
"hiddenAliases": [],
|
|
2462
|
+
"id": "env:pull",
|
|
2463
|
+
"pluginAlias": "checkly",
|
|
2464
|
+
"pluginName": "checkly",
|
|
2465
|
+
"pluginType": "core",
|
|
2466
|
+
"strict": true,
|
|
2467
|
+
"enableJsonFlag": false,
|
|
2468
|
+
"coreCommand": false,
|
|
2469
|
+
"readOnly": true,
|
|
2470
|
+
"destructive": false,
|
|
2471
|
+
"idempotent": true,
|
|
2472
|
+
"isESM": true,
|
|
2473
|
+
"relativePath": [
|
|
2474
|
+
"dist",
|
|
2475
|
+
"commands",
|
|
2476
|
+
"env",
|
|
2477
|
+
"pull.js"
|
|
2478
|
+
]
|
|
2479
|
+
},
|
|
2480
|
+
"env:rm": {
|
|
2481
|
+
"aliases": [],
|
|
2482
|
+
"args": {
|
|
2483
|
+
"key": {
|
|
2484
|
+
"description": "Environment variable key to remove.",
|
|
2485
|
+
"name": "key",
|
|
2486
|
+
"required": true
|
|
2487
|
+
}
|
|
2488
|
+
},
|
|
2489
|
+
"description": "Remove environment variable via \"checkly env rm <key>\".",
|
|
2490
|
+
"flags": {
|
|
2491
|
+
"force": {
|
|
2492
|
+
"char": "f",
|
|
2493
|
+
"description": "Skip confirmation prompt.",
|
|
2494
|
+
"name": "force",
|
|
2495
|
+
"allowNo": false,
|
|
2496
|
+
"type": "boolean"
|
|
2497
|
+
}
|
|
2498
|
+
},
|
|
2499
|
+
"hasDynamicHelp": false,
|
|
2500
|
+
"hidden": false,
|
|
2501
|
+
"hiddenAliases": [],
|
|
2502
|
+
"id": "env:rm",
|
|
2503
|
+
"pluginAlias": "checkly",
|
|
2504
|
+
"pluginName": "checkly",
|
|
2505
|
+
"pluginType": "core",
|
|
2506
|
+
"strict": true,
|
|
2507
|
+
"enableJsonFlag": false,
|
|
2508
|
+
"coreCommand": false,
|
|
2509
|
+
"readOnly": false,
|
|
2510
|
+
"destructive": true,
|
|
2511
|
+
"idempotent": false,
|
|
2512
|
+
"isESM": true,
|
|
2513
|
+
"relativePath": [
|
|
2514
|
+
"dist",
|
|
2515
|
+
"commands",
|
|
2516
|
+
"env",
|
|
2517
|
+
"rm.js"
|
|
2518
|
+
]
|
|
2519
|
+
},
|
|
2520
|
+
"env:update": {
|
|
2521
|
+
"aliases": [],
|
|
2522
|
+
"args": {
|
|
2523
|
+
"key": {
|
|
2524
|
+
"description": "Environment variable key.",
|
|
2525
|
+
"name": "key",
|
|
2526
|
+
"required": true
|
|
2527
|
+
},
|
|
2528
|
+
"value": {
|
|
2529
|
+
"description": "Environment variable value.",
|
|
2530
|
+
"name": "value",
|
|
2531
|
+
"required": false
|
|
2532
|
+
}
|
|
2533
|
+
},
|
|
2534
|
+
"description": "Update environment variable via \"checkly env update <key> <value>\".",
|
|
2535
|
+
"flags": {
|
|
2536
|
+
"locked": {
|
|
2537
|
+
"char": "l",
|
|
2538
|
+
"description": "Indicate if environment variable is locked.",
|
|
2539
|
+
"name": "locked",
|
|
2540
|
+
"allowNo": false,
|
|
2541
|
+
"type": "boolean"
|
|
2542
|
+
},
|
|
2543
|
+
"secret": {
|
|
2544
|
+
"char": "s",
|
|
2545
|
+
"description": "Indicate if environment variable is secret.",
|
|
2546
|
+
"exclusive": [
|
|
2547
|
+
"locked"
|
|
2548
|
+
],
|
|
2549
|
+
"name": "secret",
|
|
2550
|
+
"allowNo": false,
|
|
2551
|
+
"type": "boolean"
|
|
2552
|
+
}
|
|
2553
|
+
},
|
|
2554
|
+
"hasDynamicHelp": false,
|
|
2555
|
+
"hidden": false,
|
|
2556
|
+
"hiddenAliases": [],
|
|
2557
|
+
"id": "env:update",
|
|
2558
|
+
"pluginAlias": "checkly",
|
|
2559
|
+
"pluginName": "checkly",
|
|
2560
|
+
"pluginType": "core",
|
|
2561
|
+
"strict": true,
|
|
2562
|
+
"enableJsonFlag": false,
|
|
2563
|
+
"coreCommand": false,
|
|
2564
|
+
"readOnly": false,
|
|
2565
|
+
"destructive": false,
|
|
2566
|
+
"idempotent": true,
|
|
2567
|
+
"isESM": true,
|
|
2568
|
+
"relativePath": [
|
|
2569
|
+
"dist",
|
|
2570
|
+
"commands",
|
|
2571
|
+
"env",
|
|
2572
|
+
"update.js"
|
|
2573
|
+
]
|
|
2574
|
+
},
|
|
2196
2575
|
"import:apply": {
|
|
2197
2576
|
"aliases": [],
|
|
2198
2577
|
"args": {},
|
|
@@ -2970,321 +3349,104 @@
|
|
|
2970
3349
|
"detail",
|
|
2971
3350
|
"json",
|
|
2972
3351
|
"md"
|
|
2973
|
-
],
|
|
2974
|
-
"type": "option"
|
|
2975
|
-
}
|
|
2976
|
-
},
|
|
2977
|
-
"hasDynamicHelp": false,
|
|
2978
|
-
"hidden": false,
|
|
2979
|
-
"hiddenAliases": [],
|
|
2980
|
-
"id": "rca:get",
|
|
2981
|
-
"pluginAlias": "checkly",
|
|
2982
|
-
"pluginName": "checkly",
|
|
2983
|
-
"pluginType": "core",
|
|
2984
|
-
"strict": true,
|
|
2985
|
-
"enableJsonFlag": false,
|
|
2986
|
-
"coreCommand": false,
|
|
2987
|
-
"readOnly": true,
|
|
2988
|
-
"destructive": false,
|
|
2989
|
-
"idempotent": true,
|
|
2990
|
-
"isESM": true,
|
|
2991
|
-
"relativePath": [
|
|
2992
|
-
"dist",
|
|
2993
|
-
"commands",
|
|
2994
|
-
"rca",
|
|
2995
|
-
"get.js"
|
|
2996
|
-
]
|
|
2997
|
-
},
|
|
2998
|
-
"rca:run": {
|
|
2999
|
-
"aliases": [],
|
|
3000
|
-
"args": {},
|
|
3001
|
-
"description": "Trigger a root cause analysis for a check or test session error group.",
|
|
3002
|
-
"flags": {
|
|
3003
|
-
"error-group": {
|
|
3004
|
-
"char": "e",
|
|
3005
|
-
"description": "The error group ID to analyze.",
|
|
3006
|
-
"exclusive": [
|
|
3007
|
-
"test-session-error-group"
|
|
3008
|
-
],
|
|
3009
|
-
"name": "error-group",
|
|
3010
|
-
"hasDynamicHelp": false,
|
|
3011
|
-
"multiple": false,
|
|
3012
|
-
"type": "option"
|
|
3013
|
-
},
|
|
3014
|
-
"test-session-error-group": {
|
|
3015
|
-
"description": "The test session error group ID to analyze.",
|
|
3016
|
-
"helpLabel": "-te, --test-session-error-group",
|
|
3017
|
-
"name": "test-session-error-group",
|
|
3018
|
-
"hasDynamicHelp": false,
|
|
3019
|
-
"multiple": false,
|
|
3020
|
-
"type": "option"
|
|
3021
|
-
},
|
|
3022
|
-
"user-context": {
|
|
3023
|
-
"description": "Extra context to pass into the root cause analysis.",
|
|
3024
|
-
"name": "user-context",
|
|
3025
|
-
"hasDynamicHelp": false,
|
|
3026
|
-
"multiple": false,
|
|
3027
|
-
"type": "option"
|
|
3028
|
-
},
|
|
3029
|
-
"watch": {
|
|
3030
|
-
"char": "w",
|
|
3031
|
-
"description": "Wait for the analysis to complete and display the result.",
|
|
3032
|
-
"name": "watch",
|
|
3033
|
-
"allowNo": false,
|
|
3034
|
-
"type": "boolean"
|
|
3035
|
-
},
|
|
3036
|
-
"output": {
|
|
3037
|
-
"char": "o",
|
|
3038
|
-
"description": "Output format.",
|
|
3039
|
-
"name": "output",
|
|
3040
|
-
"default": "detail",
|
|
3041
|
-
"hasDynamicHelp": false,
|
|
3042
|
-
"multiple": false,
|
|
3043
|
-
"options": [
|
|
3044
|
-
"detail",
|
|
3045
|
-
"json",
|
|
3046
|
-
"md"
|
|
3047
|
-
],
|
|
3048
|
-
"type": "option"
|
|
3049
|
-
}
|
|
3050
|
-
},
|
|
3051
|
-
"hasDynamicHelp": false,
|
|
3052
|
-
"hidden": false,
|
|
3053
|
-
"hiddenAliases": [],
|
|
3054
|
-
"id": "rca:run",
|
|
3055
|
-
"pluginAlias": "checkly",
|
|
3056
|
-
"pluginName": "checkly",
|
|
3057
|
-
"pluginType": "core",
|
|
3058
|
-
"strict": true,
|
|
3059
|
-
"usage": "rca run [-e <value> | -te <value>] [--user-context <text>] [-w] [-o detail|json|md]",
|
|
3060
|
-
"enableJsonFlag": false,
|
|
3061
|
-
"coreCommand": false,
|
|
3062
|
-
"readOnly": false,
|
|
3063
|
-
"destructive": false,
|
|
3064
|
-
"idempotent": false,
|
|
3065
|
-
"isESM": true,
|
|
3066
|
-
"relativePath": [
|
|
3067
|
-
"dist",
|
|
3068
|
-
"commands",
|
|
3069
|
-
"rca",
|
|
3070
|
-
"run.js"
|
|
3071
|
-
]
|
|
3072
|
-
},
|
|
3073
|
-
"env:add": {
|
|
3074
|
-
"aliases": [],
|
|
3075
|
-
"args": {
|
|
3076
|
-
"key": {
|
|
3077
|
-
"description": "Environment variable key.",
|
|
3078
|
-
"name": "key",
|
|
3079
|
-
"required": true
|
|
3080
|
-
},
|
|
3081
|
-
"value": {
|
|
3082
|
-
"description": "Environment variable value.",
|
|
3083
|
-
"name": "value",
|
|
3084
|
-
"required": false
|
|
3085
|
-
}
|
|
3086
|
-
},
|
|
3087
|
-
"description": "Add environment variable via \"checkly env add <key> <value>\".",
|
|
3088
|
-
"flags": {
|
|
3089
|
-
"locked": {
|
|
3090
|
-
"char": "l",
|
|
3091
|
-
"description": "Indicate that the environment variable will be locked.",
|
|
3092
|
-
"name": "locked",
|
|
3093
|
-
"allowNo": false,
|
|
3094
|
-
"type": "boolean"
|
|
3095
|
-
},
|
|
3096
|
-
"secret": {
|
|
3097
|
-
"char": "s",
|
|
3098
|
-
"description": "Indicate that the environment variable will be secret.",
|
|
3099
|
-
"exclusive": [
|
|
3100
|
-
"locked"
|
|
3101
|
-
],
|
|
3102
|
-
"name": "secret",
|
|
3103
|
-
"allowNo": false,
|
|
3104
|
-
"type": "boolean"
|
|
3105
|
-
}
|
|
3106
|
-
},
|
|
3107
|
-
"hasDynamicHelp": false,
|
|
3108
|
-
"hidden": false,
|
|
3109
|
-
"hiddenAliases": [],
|
|
3110
|
-
"id": "env:add",
|
|
3111
|
-
"pluginAlias": "checkly",
|
|
3112
|
-
"pluginName": "checkly",
|
|
3113
|
-
"pluginType": "core",
|
|
3114
|
-
"strict": true,
|
|
3115
|
-
"enableJsonFlag": false,
|
|
3116
|
-
"coreCommand": false,
|
|
3117
|
-
"readOnly": false,
|
|
3118
|
-
"destructive": false,
|
|
3119
|
-
"idempotent": false,
|
|
3120
|
-
"isESM": true,
|
|
3121
|
-
"relativePath": [
|
|
3122
|
-
"dist",
|
|
3123
|
-
"commands",
|
|
3124
|
-
"env",
|
|
3125
|
-
"add.js"
|
|
3126
|
-
]
|
|
3127
|
-
},
|
|
3128
|
-
"env:ls": {
|
|
3129
|
-
"aliases": [],
|
|
3130
|
-
"args": {},
|
|
3131
|
-
"description": "List all Checkly environment variables via \"checkly env ls\".",
|
|
3132
|
-
"flags": {},
|
|
3133
|
-
"hasDynamicHelp": false,
|
|
3134
|
-
"hidden": false,
|
|
3135
|
-
"hiddenAliases": [],
|
|
3136
|
-
"id": "env:ls",
|
|
3137
|
-
"pluginAlias": "checkly",
|
|
3138
|
-
"pluginName": "checkly",
|
|
3139
|
-
"pluginType": "core",
|
|
3140
|
-
"strict": true,
|
|
3141
|
-
"enableJsonFlag": false,
|
|
3142
|
-
"coreCommand": false,
|
|
3143
|
-
"readOnly": true,
|
|
3144
|
-
"destructive": false,
|
|
3145
|
-
"idempotent": true,
|
|
3146
|
-
"isESM": true,
|
|
3147
|
-
"relativePath": [
|
|
3148
|
-
"dist",
|
|
3149
|
-
"commands",
|
|
3150
|
-
"env",
|
|
3151
|
-
"ls.js"
|
|
3152
|
-
]
|
|
3153
|
-
},
|
|
3154
|
-
"env:pull": {
|
|
3155
|
-
"aliases": [],
|
|
3156
|
-
"args": {
|
|
3157
|
-
"filename": {
|
|
3158
|
-
"default": ".env",
|
|
3159
|
-
"description": "Filename of the generated file.",
|
|
3160
|
-
"name": "filename",
|
|
3161
|
-
"required": false
|
|
3162
|
-
}
|
|
3163
|
-
},
|
|
3164
|
-
"description": "Pull Checkly environment variables via \"checkly env pull <filename>\".",
|
|
3165
|
-
"flags": {
|
|
3166
|
-
"force": {
|
|
3167
|
-
"char": "f",
|
|
3168
|
-
"description": "Force to overwrite existing file.",
|
|
3169
|
-
"name": "force",
|
|
3170
|
-
"allowNo": false,
|
|
3171
|
-
"type": "boolean"
|
|
3172
|
-
}
|
|
3173
|
-
},
|
|
3174
|
-
"hasDynamicHelp": false,
|
|
3175
|
-
"hidden": false,
|
|
3176
|
-
"hiddenAliases": [],
|
|
3177
|
-
"id": "env:pull",
|
|
3178
|
-
"pluginAlias": "checkly",
|
|
3179
|
-
"pluginName": "checkly",
|
|
3180
|
-
"pluginType": "core",
|
|
3181
|
-
"strict": true,
|
|
3182
|
-
"enableJsonFlag": false,
|
|
3183
|
-
"coreCommand": false,
|
|
3184
|
-
"readOnly": true,
|
|
3185
|
-
"destructive": false,
|
|
3186
|
-
"idempotent": true,
|
|
3187
|
-
"isESM": true,
|
|
3188
|
-
"relativePath": [
|
|
3189
|
-
"dist",
|
|
3190
|
-
"commands",
|
|
3191
|
-
"env",
|
|
3192
|
-
"pull.js"
|
|
3193
|
-
]
|
|
3194
|
-
},
|
|
3195
|
-
"env:rm": {
|
|
3196
|
-
"aliases": [],
|
|
3197
|
-
"args": {
|
|
3198
|
-
"key": {
|
|
3199
|
-
"description": "Environment variable key to remove.",
|
|
3200
|
-
"name": "key",
|
|
3201
|
-
"required": true
|
|
3202
|
-
}
|
|
3203
|
-
},
|
|
3204
|
-
"description": "Remove environment variable via \"checkly env rm <key>\".",
|
|
3205
|
-
"flags": {
|
|
3206
|
-
"force": {
|
|
3207
|
-
"char": "f",
|
|
3208
|
-
"description": "Skip confirmation prompt.",
|
|
3209
|
-
"name": "force",
|
|
3210
|
-
"allowNo": false,
|
|
3211
|
-
"type": "boolean"
|
|
3352
|
+
],
|
|
3353
|
+
"type": "option"
|
|
3212
3354
|
}
|
|
3213
3355
|
},
|
|
3214
3356
|
"hasDynamicHelp": false,
|
|
3215
3357
|
"hidden": false,
|
|
3216
3358
|
"hiddenAliases": [],
|
|
3217
|
-
"id": "
|
|
3359
|
+
"id": "rca:get",
|
|
3218
3360
|
"pluginAlias": "checkly",
|
|
3219
3361
|
"pluginName": "checkly",
|
|
3220
3362
|
"pluginType": "core",
|
|
3221
3363
|
"strict": true,
|
|
3222
3364
|
"enableJsonFlag": false,
|
|
3223
3365
|
"coreCommand": false,
|
|
3224
|
-
"readOnly":
|
|
3225
|
-
"destructive":
|
|
3226
|
-
"idempotent":
|
|
3366
|
+
"readOnly": true,
|
|
3367
|
+
"destructive": false,
|
|
3368
|
+
"idempotent": true,
|
|
3227
3369
|
"isESM": true,
|
|
3228
3370
|
"relativePath": [
|
|
3229
3371
|
"dist",
|
|
3230
3372
|
"commands",
|
|
3231
|
-
"
|
|
3232
|
-
"
|
|
3373
|
+
"rca",
|
|
3374
|
+
"get.js"
|
|
3233
3375
|
]
|
|
3234
3376
|
},
|
|
3235
|
-
"
|
|
3377
|
+
"rca:run": {
|
|
3236
3378
|
"aliases": [],
|
|
3237
|
-
"args": {
|
|
3238
|
-
|
|
3239
|
-
"description": "Environment variable key.",
|
|
3240
|
-
"name": "key",
|
|
3241
|
-
"required": true
|
|
3242
|
-
},
|
|
3243
|
-
"value": {
|
|
3244
|
-
"description": "Environment variable value.",
|
|
3245
|
-
"name": "value",
|
|
3246
|
-
"required": false
|
|
3247
|
-
}
|
|
3248
|
-
},
|
|
3249
|
-
"description": "Update environment variable via \"checkly env update <key> <value>\".",
|
|
3379
|
+
"args": {},
|
|
3380
|
+
"description": "Trigger a root cause analysis for a check or test session error group.",
|
|
3250
3381
|
"flags": {
|
|
3251
|
-
"
|
|
3252
|
-
"char": "
|
|
3253
|
-
"description": "
|
|
3254
|
-
"name": "locked",
|
|
3255
|
-
"allowNo": false,
|
|
3256
|
-
"type": "boolean"
|
|
3257
|
-
},
|
|
3258
|
-
"secret": {
|
|
3259
|
-
"char": "s",
|
|
3260
|
-
"description": "Indicate if environment variable is secret.",
|
|
3382
|
+
"error-group": {
|
|
3383
|
+
"char": "e",
|
|
3384
|
+
"description": "The error group ID to analyze.",
|
|
3261
3385
|
"exclusive": [
|
|
3262
|
-
"
|
|
3386
|
+
"test-session-error-group"
|
|
3263
3387
|
],
|
|
3264
|
-
"name": "
|
|
3388
|
+
"name": "error-group",
|
|
3389
|
+
"hasDynamicHelp": false,
|
|
3390
|
+
"multiple": false,
|
|
3391
|
+
"type": "option"
|
|
3392
|
+
},
|
|
3393
|
+
"test-session-error-group": {
|
|
3394
|
+
"description": "The test session error group ID to analyze.",
|
|
3395
|
+
"helpLabel": "-te, --test-session-error-group",
|
|
3396
|
+
"name": "test-session-error-group",
|
|
3397
|
+
"hasDynamicHelp": false,
|
|
3398
|
+
"multiple": false,
|
|
3399
|
+
"type": "option"
|
|
3400
|
+
},
|
|
3401
|
+
"user-context": {
|
|
3402
|
+
"description": "Extra context to pass into the root cause analysis.",
|
|
3403
|
+
"name": "user-context",
|
|
3404
|
+
"hasDynamicHelp": false,
|
|
3405
|
+
"multiple": false,
|
|
3406
|
+
"type": "option"
|
|
3407
|
+
},
|
|
3408
|
+
"watch": {
|
|
3409
|
+
"char": "w",
|
|
3410
|
+
"description": "Wait for the analysis to complete and display the result.",
|
|
3411
|
+
"name": "watch",
|
|
3265
3412
|
"allowNo": false,
|
|
3266
3413
|
"type": "boolean"
|
|
3414
|
+
},
|
|
3415
|
+
"output": {
|
|
3416
|
+
"char": "o",
|
|
3417
|
+
"description": "Output format.",
|
|
3418
|
+
"name": "output",
|
|
3419
|
+
"default": "detail",
|
|
3420
|
+
"hasDynamicHelp": false,
|
|
3421
|
+
"multiple": false,
|
|
3422
|
+
"options": [
|
|
3423
|
+
"detail",
|
|
3424
|
+
"json",
|
|
3425
|
+
"md"
|
|
3426
|
+
],
|
|
3427
|
+
"type": "option"
|
|
3267
3428
|
}
|
|
3268
3429
|
},
|
|
3269
3430
|
"hasDynamicHelp": false,
|
|
3270
3431
|
"hidden": false,
|
|
3271
3432
|
"hiddenAliases": [],
|
|
3272
|
-
"id": "
|
|
3433
|
+
"id": "rca:run",
|
|
3273
3434
|
"pluginAlias": "checkly",
|
|
3274
3435
|
"pluginName": "checkly",
|
|
3275
3436
|
"pluginType": "core",
|
|
3276
3437
|
"strict": true,
|
|
3438
|
+
"usage": "rca run [-e <value> | -te <value>] [--user-context <text>] [-w] [-o detail|json|md]",
|
|
3277
3439
|
"enableJsonFlag": false,
|
|
3278
3440
|
"coreCommand": false,
|
|
3279
3441
|
"readOnly": false,
|
|
3280
3442
|
"destructive": false,
|
|
3281
|
-
"idempotent":
|
|
3443
|
+
"idempotent": false,
|
|
3282
3444
|
"isESM": true,
|
|
3283
3445
|
"relativePath": [
|
|
3284
3446
|
"dist",
|
|
3285
3447
|
"commands",
|
|
3286
|
-
"
|
|
3287
|
-
"
|
|
3448
|
+
"rca",
|
|
3449
|
+
"run.js"
|
|
3288
3450
|
]
|
|
3289
3451
|
},
|
|
3290
3452
|
"skills": {
|
|
@@ -3702,169 +3864,7 @@
|
|
|
3702
3864
|
"test-sessions",
|
|
3703
3865
|
"list.js"
|
|
3704
3866
|
]
|
|
3705
|
-
},
|
|
3706
|
-
"debug:parse-file": {
|
|
3707
|
-
"aliases": [],
|
|
3708
|
-
"args": {},
|
|
3709
|
-
"description": "Parses and outputs relevant details of a code file.",
|
|
3710
|
-
"flags": {
|
|
3711
|
-
"file": {
|
|
3712
|
-
"name": "file",
|
|
3713
|
-
"required": true,
|
|
3714
|
-
"hasDynamicHelp": false,
|
|
3715
|
-
"multiple": false,
|
|
3716
|
-
"type": "option"
|
|
3717
|
-
},
|
|
3718
|
-
"restricted": {
|
|
3719
|
-
"name": "restricted",
|
|
3720
|
-
"allowNo": false,
|
|
3721
|
-
"type": "boolean"
|
|
3722
|
-
},
|
|
3723
|
-
"detect-workspace": {
|
|
3724
|
-
"name": "detect-workspace",
|
|
3725
|
-
"allowNo": true,
|
|
3726
|
-
"type": "boolean"
|
|
3727
|
-
},
|
|
3728
|
-
"supported-module": {
|
|
3729
|
-
"name": "supported-module",
|
|
3730
|
-
"default": [],
|
|
3731
|
-
"delimiter": ",",
|
|
3732
|
-
"hasDynamicHelp": false,
|
|
3733
|
-
"multiple": true,
|
|
3734
|
-
"type": "option"
|
|
3735
|
-
},
|
|
3736
|
-
"check-unsupported-modules": {
|
|
3737
|
-
"name": "check-unsupported-modules",
|
|
3738
|
-
"allowNo": false,
|
|
3739
|
-
"type": "boolean"
|
|
3740
|
-
}
|
|
3741
|
-
},
|
|
3742
|
-
"hasDynamicHelp": false,
|
|
3743
|
-
"hidden": true,
|
|
3744
|
-
"hiddenAliases": [],
|
|
3745
|
-
"id": "debug:parse-file",
|
|
3746
|
-
"pluginAlias": "checkly",
|
|
3747
|
-
"pluginName": "checkly",
|
|
3748
|
-
"pluginType": "core",
|
|
3749
|
-
"strict": true,
|
|
3750
|
-
"enableJsonFlag": false,
|
|
3751
|
-
"isESM": true,
|
|
3752
|
-
"relativePath": [
|
|
3753
|
-
"dist",
|
|
3754
|
-
"commands",
|
|
3755
|
-
"debug",
|
|
3756
|
-
"parse-file.js"
|
|
3757
|
-
]
|
|
3758
|
-
},
|
|
3759
|
-
"debug:parse-playwright-config": {
|
|
3760
|
-
"aliases": [],
|
|
3761
|
-
"args": {},
|
|
3762
|
-
"description": "Parses and outputs relevant details of a Playwright configuration file.",
|
|
3763
|
-
"flags": {
|
|
3764
|
-
"file": {
|
|
3765
|
-
"env": "CHECKLY_PLAYWRIGHT_CONFIG_FILE",
|
|
3766
|
-
"name": "file",
|
|
3767
|
-
"default": "/home/runner/work/checkly-cli/checkly-cli/packages/cli/playwright.config.ts",
|
|
3768
|
-
"hasDynamicHelp": false,
|
|
3769
|
-
"multiple": false,
|
|
3770
|
-
"type": "option"
|
|
3771
|
-
}
|
|
3772
|
-
},
|
|
3773
|
-
"hasDynamicHelp": false,
|
|
3774
|
-
"hidden": true,
|
|
3775
|
-
"hiddenAliases": [],
|
|
3776
|
-
"id": "debug:parse-playwright-config",
|
|
3777
|
-
"pluginAlias": "checkly",
|
|
3778
|
-
"pluginName": "checkly",
|
|
3779
|
-
"pluginType": "core",
|
|
3780
|
-
"strict": true,
|
|
3781
|
-
"enableJsonFlag": false,
|
|
3782
|
-
"isESM": true,
|
|
3783
|
-
"relativePath": [
|
|
3784
|
-
"dist",
|
|
3785
|
-
"commands",
|
|
3786
|
-
"debug",
|
|
3787
|
-
"parse-playwright-config.js"
|
|
3788
|
-
]
|
|
3789
|
-
},
|
|
3790
|
-
"debug:parse-project": {
|
|
3791
|
-
"aliases": [],
|
|
3792
|
-
"args": {},
|
|
3793
|
-
"description": "Parses a Checkly project.",
|
|
3794
|
-
"flags": {
|
|
3795
|
-
"config": {
|
|
3796
|
-
"char": "c",
|
|
3797
|
-
"description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
|
|
3798
|
-
"env": "CHECKLY_CONFIG_FILE",
|
|
3799
|
-
"name": "config",
|
|
3800
|
-
"hasDynamicHelp": false,
|
|
3801
|
-
"multiple": false,
|
|
3802
|
-
"type": "option"
|
|
3803
|
-
},
|
|
3804
|
-
"default-runtime": {
|
|
3805
|
-
"description": "The default runtime to use if none is specified.",
|
|
3806
|
-
"env": "CHECKLY_DEFAULT_RUNTIME",
|
|
3807
|
-
"name": "default-runtime",
|
|
3808
|
-
"default": "2025.04",
|
|
3809
|
-
"hasDynamicHelp": false,
|
|
3810
|
-
"multiple": false,
|
|
3811
|
-
"type": "option"
|
|
3812
|
-
},
|
|
3813
|
-
"verify-runtime-dependencies": {
|
|
3814
|
-
"description": "[default: true] Return an error if checks import dependencies that are not supported by the selected runtime.",
|
|
3815
|
-
"env": "CHECKLY_VERIFY_RUNTIME_DEPENDENCIES",
|
|
3816
|
-
"name": "verify-runtime-dependencies",
|
|
3817
|
-
"allowNo": true,
|
|
3818
|
-
"type": "boolean"
|
|
3819
|
-
},
|
|
3820
|
-
"emulate-pw-test": {
|
|
3821
|
-
"description": "Pretend to be the pw-test command. Affects validation.",
|
|
3822
|
-
"env": "CHECKLY_EMULATE_PW_TEST",
|
|
3823
|
-
"name": "emulate-pw-test",
|
|
3824
|
-
"allowNo": false,
|
|
3825
|
-
"type": "boolean"
|
|
3826
|
-
},
|
|
3827
|
-
"include": {
|
|
3828
|
-
"description": "File patterns to include when bundling the test project (e.g., \"utils/**/*\").",
|
|
3829
|
-
"name": "include",
|
|
3830
|
-
"default": [],
|
|
3831
|
-
"hasDynamicHelp": false,
|
|
3832
|
-
"multiple": true,
|
|
3833
|
-
"type": "option"
|
|
3834
|
-
},
|
|
3835
|
-
"inject-private-location": {
|
|
3836
|
-
"description": "Pretend that the given private location exists (e.g., \"70c4ded4-2229-45a7-acf4-6b1eb56a86df:my-external-private-location\").",
|
|
3837
|
-
"name": "inject-private-location",
|
|
3838
|
-
"default": [],
|
|
3839
|
-
"delimiter": ",",
|
|
3840
|
-
"hasDynamicHelp": false,
|
|
3841
|
-
"multiple": true,
|
|
3842
|
-
"type": "option"
|
|
3843
|
-
},
|
|
3844
|
-
"stats": {
|
|
3845
|
-
"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.",
|
|
3846
|
-
"name": "stats",
|
|
3847
|
-
"allowNo": false,
|
|
3848
|
-
"type": "boolean"
|
|
3849
|
-
}
|
|
3850
|
-
},
|
|
3851
|
-
"hasDynamicHelp": false,
|
|
3852
|
-
"hidden": true,
|
|
3853
|
-
"hiddenAliases": [],
|
|
3854
|
-
"id": "debug:parse-project",
|
|
3855
|
-
"pluginAlias": "checkly",
|
|
3856
|
-
"pluginName": "checkly",
|
|
3857
|
-
"pluginType": "core",
|
|
3858
|
-
"strict": true,
|
|
3859
|
-
"enableJsonFlag": false,
|
|
3860
|
-
"isESM": true,
|
|
3861
|
-
"relativePath": [
|
|
3862
|
-
"dist",
|
|
3863
|
-
"commands",
|
|
3864
|
-
"debug",
|
|
3865
|
-
"parse-project.js"
|
|
3866
|
-
]
|
|
3867
3867
|
}
|
|
3868
3868
|
},
|
|
3869
|
-
"version": "9.1.0
|
|
3869
|
+
"version": "9.1.0"
|
|
3870
3870
|
}
|