checkly 9.2.0 → 9.3.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.
@@ -1693,168 +1693,6 @@
1693
1693
  "list.js"
1694
1694
  ]
1695
1695
  },
1696
- "debug:parse-file": {
1697
- "aliases": [],
1698
- "args": {},
1699
- "description": "Parses and outputs relevant details of a code file.",
1700
- "flags": {
1701
- "file": {
1702
- "name": "file",
1703
- "required": true,
1704
- "hasDynamicHelp": false,
1705
- "multiple": false,
1706
- "type": "option"
1707
- },
1708
- "restricted": {
1709
- "name": "restricted",
1710
- "allowNo": false,
1711
- "type": "boolean"
1712
- },
1713
- "detect-workspace": {
1714
- "name": "detect-workspace",
1715
- "allowNo": true,
1716
- "type": "boolean"
1717
- },
1718
- "supported-module": {
1719
- "name": "supported-module",
1720
- "default": [],
1721
- "delimiter": ",",
1722
- "hasDynamicHelp": false,
1723
- "multiple": true,
1724
- "type": "option"
1725
- },
1726
- "check-unsupported-modules": {
1727
- "name": "check-unsupported-modules",
1728
- "allowNo": false,
1729
- "type": "boolean"
1730
- }
1731
- },
1732
- "hasDynamicHelp": false,
1733
- "hidden": true,
1734
- "hiddenAliases": [],
1735
- "id": "debug:parse-file",
1736
- "pluginAlias": "checkly",
1737
- "pluginName": "checkly",
1738
- "pluginType": "core",
1739
- "strict": true,
1740
- "enableJsonFlag": false,
1741
- "isESM": true,
1742
- "relativePath": [
1743
- "dist",
1744
- "commands",
1745
- "debug",
1746
- "parse-file.js"
1747
- ]
1748
- },
1749
- "debug:parse-playwright-config": {
1750
- "aliases": [],
1751
- "args": {},
1752
- "description": "Parses and outputs relevant details of a Playwright configuration file.",
1753
- "flags": {
1754
- "file": {
1755
- "env": "CHECKLY_PLAYWRIGHT_CONFIG_FILE",
1756
- "name": "file",
1757
- "default": "/home/runner/work/checkly-cli/checkly-cli/packages/cli/playwright.config.ts",
1758
- "hasDynamicHelp": false,
1759
- "multiple": false,
1760
- "type": "option"
1761
- }
1762
- },
1763
- "hasDynamicHelp": false,
1764
- "hidden": true,
1765
- "hiddenAliases": [],
1766
- "id": "debug:parse-playwright-config",
1767
- "pluginAlias": "checkly",
1768
- "pluginName": "checkly",
1769
- "pluginType": "core",
1770
- "strict": true,
1771
- "enableJsonFlag": false,
1772
- "isESM": true,
1773
- "relativePath": [
1774
- "dist",
1775
- "commands",
1776
- "debug",
1777
- "parse-playwright-config.js"
1778
- ]
1779
- },
1780
- "debug:parse-project": {
1781
- "aliases": [],
1782
- "args": {},
1783
- "description": "Parses a Checkly project.",
1784
- "flags": {
1785
- "config": {
1786
- "char": "c",
1787
- "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
1788
- "env": "CHECKLY_CONFIG_FILE",
1789
- "name": "config",
1790
- "hasDynamicHelp": false,
1791
- "multiple": false,
1792
- "type": "option"
1793
- },
1794
- "default-runtime": {
1795
- "description": "The default runtime to use if none is specified.",
1796
- "env": "CHECKLY_DEFAULT_RUNTIME",
1797
- "name": "default-runtime",
1798
- "default": "2025.04",
1799
- "hasDynamicHelp": false,
1800
- "multiple": false,
1801
- "type": "option"
1802
- },
1803
- "verify-runtime-dependencies": {
1804
- "description": "[default: true] Return an error if checks import dependencies that are not supported by the selected runtime.",
1805
- "env": "CHECKLY_VERIFY_RUNTIME_DEPENDENCIES",
1806
- "name": "verify-runtime-dependencies",
1807
- "allowNo": true,
1808
- "type": "boolean"
1809
- },
1810
- "emulate-pw-test": {
1811
- "description": "Pretend to be the pw-test command. Affects validation.",
1812
- "env": "CHECKLY_EMULATE_PW_TEST",
1813
- "name": "emulate-pw-test",
1814
- "allowNo": false,
1815
- "type": "boolean"
1816
- },
1817
- "include": {
1818
- "description": "File patterns to include when bundling the test project (e.g., \"utils/**/*\").",
1819
- "name": "include",
1820
- "default": [],
1821
- "hasDynamicHelp": false,
1822
- "multiple": true,
1823
- "type": "option"
1824
- },
1825
- "inject-private-location": {
1826
- "description": "Pretend that the given private location exists (e.g., \"70c4ded4-2229-45a7-acf4-6b1eb56a86df:my-external-private-location\").",
1827
- "name": "inject-private-location",
1828
- "default": [],
1829
- "delimiter": ",",
1830
- "hasDynamicHelp": false,
1831
- "multiple": true,
1832
- "type": "option"
1833
- },
1834
- "stats": {
1835
- "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.",
1836
- "name": "stats",
1837
- "allowNo": false,
1838
- "type": "boolean"
1839
- }
1840
- },
1841
- "hasDynamicHelp": false,
1842
- "hidden": true,
1843
- "hiddenAliases": [],
1844
- "id": "debug:parse-project",
1845
- "pluginAlias": "checkly",
1846
- "pluginName": "checkly",
1847
- "pluginType": "core",
1848
- "strict": true,
1849
- "enableJsonFlag": false,
1850
- "isESM": true,
1851
- "relativePath": [
1852
- "dist",
1853
- "commands",
1854
- "debug",
1855
- "parse-project.js"
1856
- ]
1857
- },
1858
1696
  "checks:delete": {
1859
1697
  "aliases": [],
1860
1698
  "args": {
@@ -2355,249 +2193,166 @@
2355
2193
  "stats.js"
2356
2194
  ]
2357
2195
  },
2358
- "import:apply": {
2196
+ "debug:parse-file": {
2359
2197
  "aliases": [],
2360
2198
  "args": {},
2361
- "description": "Attach imported resources into your project in a pending state.",
2199
+ "description": "Parses and outputs relevant details of a code file.",
2362
2200
  "flags": {
2363
- "config": {
2364
- "char": "c",
2365
- "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
2366
- "name": "config",
2201
+ "file": {
2202
+ "name": "file",
2203
+ "required": true,
2367
2204
  "hasDynamicHelp": false,
2368
2205
  "multiple": false,
2369
2206
  "type": "option"
2370
2207
  },
2371
- "plan-id": {
2372
- "description": "Target a specific import plan by ID, skipping interactive plan selection.",
2373
- "name": "plan-id",
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": ",",
2374
2222
  "hasDynamicHelp": false,
2375
- "multiple": false,
2223
+ "multiple": true,
2376
2224
  "type": "option"
2377
2225
  },
2378
- "no-commit": {
2379
- "description": "Apply only. Leave the plan pending and skip the commit prompt.",
2380
- "name": "no-commit",
2226
+ "check-unsupported-modules": {
2227
+ "name": "check-unsupported-modules",
2381
2228
  "allowNo": false,
2382
2229
  "type": "boolean"
2383
2230
  }
2384
2231
  },
2385
2232
  "hasDynamicHelp": false,
2386
- "hidden": false,
2233
+ "hidden": true,
2387
2234
  "hiddenAliases": [],
2388
- "id": "import:apply",
2235
+ "id": "debug:parse-file",
2389
2236
  "pluginAlias": "checkly",
2390
2237
  "pluginName": "checkly",
2391
2238
  "pluginType": "core",
2392
2239
  "strict": true,
2393
2240
  "enableJsonFlag": false,
2394
- "coreCommand": false,
2395
- "readOnly": false,
2396
- "destructive": false,
2397
- "idempotent": false,
2398
2241
  "isESM": true,
2399
2242
  "relativePath": [
2400
2243
  "dist",
2401
2244
  "commands",
2402
- "import",
2403
- "apply.js"
2245
+ "debug",
2246
+ "parse-file.js"
2404
2247
  ]
2405
2248
  },
2406
- "import:cancel": {
2249
+ "debug:parse-playwright-config": {
2407
2250
  "aliases": [],
2408
2251
  "args": {},
2409
- "description": "Cancels an ongoing import plan that has not been committed yet.",
2252
+ "description": "Parses and outputs relevant details of a Playwright configuration file.",
2410
2253
  "flags": {
2411
- "config": {
2412
- "char": "c",
2413
- "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
2414
- "name": "config",
2415
- "hasDynamicHelp": false,
2416
- "multiple": false,
2417
- "type": "option"
2418
- },
2419
- "all": {
2420
- "description": "Cancel all plans.",
2421
- "name": "all",
2422
- "allowNo": false,
2423
- "type": "boolean"
2424
- },
2425
- "plan-id": {
2426
- "description": "Target a specific import plan by ID, skipping interactive plan selection.",
2427
- "name": "plan-id",
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",
2428
2258
  "hasDynamicHelp": false,
2429
2259
  "multiple": false,
2430
2260
  "type": "option"
2431
- },
2432
- "force": {
2433
- "char": "f",
2434
- "description": "Skip confirmation prompt.",
2435
- "name": "force",
2436
- "allowNo": false,
2437
- "type": "boolean"
2438
- },
2439
- "dry-run": {
2440
- "description": "Preview what would happen without executing.",
2441
- "name": "dry-run",
2442
- "allowNo": false,
2443
- "type": "boolean"
2444
2261
  }
2445
2262
  },
2446
2263
  "hasDynamicHelp": false,
2447
- "hidden": false,
2264
+ "hidden": true,
2448
2265
  "hiddenAliases": [],
2449
- "id": "import:cancel",
2266
+ "id": "debug:parse-playwright-config",
2450
2267
  "pluginAlias": "checkly",
2451
2268
  "pluginName": "checkly",
2452
2269
  "pluginType": "core",
2453
2270
  "strict": true,
2454
2271
  "enableJsonFlag": false,
2455
- "coreCommand": false,
2456
- "readOnly": false,
2457
- "destructive": true,
2458
- "idempotent": true,
2459
2272
  "isESM": true,
2460
2273
  "relativePath": [
2461
2274
  "dist",
2462
2275
  "commands",
2463
- "import",
2464
- "cancel.js"
2276
+ "debug",
2277
+ "parse-playwright-config.js"
2465
2278
  ]
2466
2279
  },
2467
- "import:commit": {
2280
+ "debug:parse-project": {
2468
2281
  "aliases": [],
2469
2282
  "args": {},
2470
- "description": "Permanently commit imported resources into your project.",
2283
+ "description": "Parses a Checkly project.",
2471
2284
  "flags": {
2472
2285
  "config": {
2473
2286
  "char": "c",
2474
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",
2475
2289
  "name": "config",
2476
2290
  "hasDynamicHelp": false,
2477
2291
  "multiple": false,
2478
2292
  "type": "option"
2479
2293
  },
2480
- "plan-id": {
2481
- "description": "Target a specific import plan by ID, skipping interactive plan selection.",
2482
- "name": "plan-id",
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",
2483
2299
  "hasDynamicHelp": false,
2484
2300
  "multiple": false,
2485
2301
  "type": "option"
2486
2302
  },
2487
- "force": {
2488
- "char": "f",
2489
- "description": "Skip confirmation prompt.",
2490
- "name": "force",
2491
- "allowNo": false,
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,
2492
2308
  "type": "boolean"
2493
2309
  },
2494
- "dry-run": {
2495
- "description": "Preview what would happen without executing.",
2496
- "name": "dry-run",
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",
2497
2314
  "allowNo": false,
2498
2315
  "type": "boolean"
2499
- }
2500
- },
2501
- "hasDynamicHelp": false,
2502
- "hidden": false,
2503
- "hiddenAliases": [],
2504
- "id": "import:commit",
2505
- "pluginAlias": "checkly",
2506
- "pluginName": "checkly",
2507
- "pluginType": "core",
2508
- "strict": true,
2509
- "enableJsonFlag": false,
2510
- "coreCommand": false,
2511
- "readOnly": false,
2512
- "destructive": false,
2513
- "idempotent": false,
2514
- "isESM": true,
2515
- "relativePath": [
2516
- "dist",
2517
- "commands",
2518
- "import",
2519
- "commit.js"
2520
- ]
2521
- },
2522
- "import:plan": {
2523
- "aliases": [],
2524
- "args": {
2525
- "resource": {
2526
- "description": "A specific resource to import.",
2527
- "name": "resource",
2528
- "required": false
2529
- }
2530
- },
2531
- "description": "Import existing resources from your Checkly account to your project.\n\nBy default, all resources that can be imported will be imported. However, you\nmay fine-tune the process by including or excluding any combination of\nresources.\n\nThe import process consists of three steps:\n\n1. Creating a plan, which generates the appropriate code for your resources\n2. Applying the plan, which links your resources to the generated code\n3. Committing the plan, which finalizes the import session\n\nCREATING A PLAN\n\nCreating a plan carries no risk as no concrete links to your Checkly resources\nare made at this point. However, if you accidentally deploy the generated code\nbefore applying the plan, you will end up with duplicate resources and will\nnot be able to complete the import session without first deleting the\nduplicates.\n\nFor the curious, you may also preview the generated code with the '--preview'\noption. No plan will be created, allowing you to leisurely inspect the\ngenerated code. However keep in mind that you will need to create a plan to\nactually import any resources, at which point the code will be generated\nagain.\n\nYou may cancel any plan you've created without affecting any of the\nunderlying resources.\n\nAPPLYING A PLAN\n\nApplying a plan links your existing resources to the generated code. You\nshould carefully review the generated code to make sure that it contains the\nresources you expect before applying a plan. After a plan has been applied,\nany deployments of those resources will irreversibly modify the underlying\nCheckly resources. However, as a fail safe against concurrent use, any\ndeployments not including the imported resources will not delete the\nunderlying resources (or the links to the resources). This means that there\nis no need to block deployments while working on an import session.\n\nEven after you've applied a plan, you may still cancel it, which will unlink\nthe underlying resources from your project once more. However, keep in mind\nthat any changes to the resources that you've already deployed cannot be\nundone.\n\nCOMMITTING A PLAN\n\nFinally, committing a plan removes all fail safes and permanently links the\nimported resources to your project. Any resources you remove from your code\nwill result in the underlying resources also getting irrevocably deleted on\nthe next deploy. You should only commit your plan once you are sure that all\nfuture deployments include the imported resources.",
2532
- "flags": {
2533
- "config": {
2534
- "char": "c",
2535
- "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
2536
- "name": "config",
2316
+ },
2317
+ "include": {
2318
+ "description": "File patterns to include when bundling the test project (e.g., \"utils/**/*\").",
2319
+ "name": "include",
2320
+ "default": [],
2537
2321
  "hasDynamicHelp": false,
2538
- "multiple": false,
2322
+ "multiple": true,
2539
2323
  "type": "option"
2540
2324
  },
2541
- "root": {
2542
- "description": "The root folder in which to write generated code files.",
2543
- "name": "root",
2544
- "default": "__checks__",
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": ",",
2545
2330
  "hasDynamicHelp": false,
2546
- "multiple": false,
2331
+ "multiple": true,
2547
2332
  "type": "option"
2548
2333
  },
2549
- "preview": {
2550
- "description": "Preview generated code without creating an actual import plan.",
2551
- "name": "preview",
2552
- "allowNo": false,
2553
- "type": "boolean"
2554
- },
2555
- "debug-import-plan": {
2556
- "description": "Output the import plan to a file.",
2557
- "hidden": true,
2558
- "name": "debug-import-plan",
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",
2559
2337
  "allowNo": false,
2560
2338
  "type": "boolean"
2561
- },
2562
- "debug-import-plan-input-file": {
2563
- "description": "A file to load an import plan from.",
2564
- "hidden": true,
2565
- "name": "debug-import-plan-input-file",
2566
- "hasDynamicHelp": false,
2567
- "multiple": false,
2568
- "type": "option"
2569
- },
2570
- "debug-import-plan-output-file": {
2571
- "description": "The file to output the import plan to.",
2572
- "hidden": true,
2573
- "name": "debug-import-plan-output-file",
2574
- "default": "./debug-import-plan.json",
2575
- "hasDynamicHelp": false,
2576
- "multiple": false,
2577
- "type": "option"
2578
2339
  }
2579
2340
  },
2580
2341
  "hasDynamicHelp": false,
2581
- "hidden": false,
2582
- "hiddenAliases": [
2583
- "import"
2584
- ],
2585
- "id": "import:plan",
2342
+ "hidden": true,
2343
+ "hiddenAliases": [],
2344
+ "id": "debug:parse-project",
2586
2345
  "pluginAlias": "checkly",
2587
2346
  "pluginName": "checkly",
2588
2347
  "pluginType": "core",
2589
- "strict": false,
2348
+ "strict": true,
2590
2349
  "enableJsonFlag": false,
2591
- "coreCommand": false,
2592
- "readOnly": true,
2593
- "destructive": false,
2594
- "idempotent": true,
2595
2350
  "isESM": true,
2596
2351
  "relativePath": [
2597
2352
  "dist",
2598
2353
  "commands",
2599
- "import",
2600
- "plan.js"
2354
+ "debug",
2355
+ "parse-project.js"
2601
2356
  ]
2602
2357
  },
2603
2358
  "env:add": {
@@ -2817,74 +2572,78 @@
2817
2572
  "update.js"
2818
2573
  ]
2819
2574
  },
2820
- "incidents:create": {
2575
+ "import:apply": {
2821
2576
  "aliases": [],
2822
2577
  "args": {},
2823
- "description": "Declare a new incident on a status page.",
2578
+ "description": "Attach imported resources into your project in a pending state.",
2824
2579
  "flags": {
2825
- "status-page-id": {
2826
- "description": "Target status page ID.",
2827
- "name": "status-page-id",
2828
- "required": true,
2829
- "hasDynamicHelp": false,
2830
- "multiple": false,
2831
- "type": "option"
2832
- },
2833
- "title": {
2834
- "description": "Incident title.",
2835
- "name": "title",
2836
- "required": true,
2580
+ "config": {
2581
+ "char": "c",
2582
+ "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
2583
+ "name": "config",
2837
2584
  "hasDynamicHelp": false,
2838
2585
  "multiple": false,
2839
2586
  "type": "option"
2840
2587
  },
2841
- "services": {
2842
- "description": "Affected service IDs. Repeat the flag for multiple services.",
2843
- "name": "services",
2844
- "delimiter": ",",
2845
- "hasDynamicHelp": false,
2846
- "multiple": true,
2847
- "type": "option"
2848
- },
2849
- "severity": {
2850
- "description": "Incident severity.",
2851
- "name": "severity",
2852
- "default": "minor",
2588
+ "plan-id": {
2589
+ "description": "Target a specific import plan by ID, skipping interactive plan selection.",
2590
+ "name": "plan-id",
2853
2591
  "hasDynamicHelp": false,
2854
2592
  "multiple": false,
2855
- "options": [
2856
- "minor",
2857
- "medium",
2858
- "major",
2859
- "critical"
2860
- ],
2861
2593
  "type": "option"
2862
2594
  },
2863
- "message": {
2864
- "description": "Initial incident update message.",
2865
- "name": "message",
2595
+ "no-commit": {
2596
+ "description": "Apply only. Leave the plan pending and skip the commit prompt.",
2597
+ "name": "no-commit",
2598
+ "allowNo": false,
2599
+ "type": "boolean"
2600
+ }
2601
+ },
2602
+ "hasDynamicHelp": false,
2603
+ "hidden": false,
2604
+ "hiddenAliases": [],
2605
+ "id": "import:apply",
2606
+ "pluginAlias": "checkly",
2607
+ "pluginName": "checkly",
2608
+ "pluginType": "core",
2609
+ "strict": true,
2610
+ "enableJsonFlag": false,
2611
+ "coreCommand": false,
2612
+ "readOnly": false,
2613
+ "destructive": false,
2614
+ "idempotent": false,
2615
+ "isESM": true,
2616
+ "relativePath": [
2617
+ "dist",
2618
+ "commands",
2619
+ "import",
2620
+ "apply.js"
2621
+ ]
2622
+ },
2623
+ "import:cancel": {
2624
+ "aliases": [],
2625
+ "args": {},
2626
+ "description": "Cancels an ongoing import plan that has not been committed yet.",
2627
+ "flags": {
2628
+ "config": {
2629
+ "char": "c",
2630
+ "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
2631
+ "name": "config",
2866
2632
  "hasDynamicHelp": false,
2867
2633
  "multiple": false,
2868
2634
  "type": "option"
2869
2635
  },
2870
- "notify-subscribers": {
2871
- "description": "Notify status page subscribers about this incident update.",
2872
- "name": "notify-subscribers",
2873
- "allowNo": true,
2636
+ "all": {
2637
+ "description": "Cancel all plans.",
2638
+ "name": "all",
2639
+ "allowNo": false,
2874
2640
  "type": "boolean"
2875
2641
  },
2876
- "output": {
2877
- "char": "o",
2878
- "description": "Output format.",
2879
- "name": "output",
2880
- "default": "table",
2642
+ "plan-id": {
2643
+ "description": "Target a specific import plan by ID, skipping interactive plan selection.",
2644
+ "name": "plan-id",
2881
2645
  "hasDynamicHelp": false,
2882
2646
  "multiple": false,
2883
- "options": [
2884
- "table",
2885
- "json",
2886
- "md"
2887
- ],
2888
2647
  "type": "option"
2889
2648
  },
2890
2649
  "force": {
@@ -2904,7 +2663,7 @@
2904
2663
  "hasDynamicHelp": false,
2905
2664
  "hidden": false,
2906
2665
  "hiddenAliases": [],
2907
- "id": "incidents:create",
2666
+ "id": "import:cancel",
2908
2667
  "pluginAlias": "checkly",
2909
2668
  "pluginName": "checkly",
2910
2669
  "pluginType": "core",
@@ -2912,24 +2671,265 @@
2912
2671
  "enableJsonFlag": false,
2913
2672
  "coreCommand": false,
2914
2673
  "readOnly": false,
2915
- "destructive": false,
2916
- "idempotent": false,
2674
+ "destructive": true,
2675
+ "idempotent": true,
2917
2676
  "isESM": true,
2918
2677
  "relativePath": [
2919
2678
  "dist",
2920
2679
  "commands",
2921
- "incidents",
2922
- "create.js"
2680
+ "import",
2681
+ "cancel.js"
2923
2682
  ]
2924
2683
  },
2925
- "incidents:list": {
2684
+ "import:commit": {
2926
2685
  "aliases": [],
2927
2686
  "args": {},
2928
- "description": "List incidents, optionally filtered by status page or status.",
2687
+ "description": "Permanently commit imported resources into your project.",
2929
2688
  "flags": {
2930
- "limit": {
2931
- "char": "l",
2932
- "description": "Number of incidents to return (1-100).",
2689
+ "config": {
2690
+ "char": "c",
2691
+ "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
2692
+ "name": "config",
2693
+ "hasDynamicHelp": false,
2694
+ "multiple": false,
2695
+ "type": "option"
2696
+ },
2697
+ "plan-id": {
2698
+ "description": "Target a specific import plan by ID, skipping interactive plan selection.",
2699
+ "name": "plan-id",
2700
+ "hasDynamicHelp": false,
2701
+ "multiple": false,
2702
+ "type": "option"
2703
+ },
2704
+ "force": {
2705
+ "char": "f",
2706
+ "description": "Skip confirmation prompt.",
2707
+ "name": "force",
2708
+ "allowNo": false,
2709
+ "type": "boolean"
2710
+ },
2711
+ "dry-run": {
2712
+ "description": "Preview what would happen without executing.",
2713
+ "name": "dry-run",
2714
+ "allowNo": false,
2715
+ "type": "boolean"
2716
+ }
2717
+ },
2718
+ "hasDynamicHelp": false,
2719
+ "hidden": false,
2720
+ "hiddenAliases": [],
2721
+ "id": "import:commit",
2722
+ "pluginAlias": "checkly",
2723
+ "pluginName": "checkly",
2724
+ "pluginType": "core",
2725
+ "strict": true,
2726
+ "enableJsonFlag": false,
2727
+ "coreCommand": false,
2728
+ "readOnly": false,
2729
+ "destructive": false,
2730
+ "idempotent": false,
2731
+ "isESM": true,
2732
+ "relativePath": [
2733
+ "dist",
2734
+ "commands",
2735
+ "import",
2736
+ "commit.js"
2737
+ ]
2738
+ },
2739
+ "import:plan": {
2740
+ "aliases": [],
2741
+ "args": {
2742
+ "resource": {
2743
+ "description": "A specific resource to import.",
2744
+ "name": "resource",
2745
+ "required": false
2746
+ }
2747
+ },
2748
+ "description": "Import existing resources from your Checkly account to your project.\n\nBy default, all resources that can be imported will be imported. However, you\nmay fine-tune the process by including or excluding any combination of\nresources.\n\nThe import process consists of three steps:\n\n1. Creating a plan, which generates the appropriate code for your resources\n2. Applying the plan, which links your resources to the generated code\n3. Committing the plan, which finalizes the import session\n\nCREATING A PLAN\n\nCreating a plan carries no risk as no concrete links to your Checkly resources\nare made at this point. However, if you accidentally deploy the generated code\nbefore applying the plan, you will end up with duplicate resources and will\nnot be able to complete the import session without first deleting the\nduplicates.\n\nFor the curious, you may also preview the generated code with the '--preview'\noption. No plan will be created, allowing you to leisurely inspect the\ngenerated code. However keep in mind that you will need to create a plan to\nactually import any resources, at which point the code will be generated\nagain.\n\nYou may cancel any plan you've created without affecting any of the\nunderlying resources.\n\nAPPLYING A PLAN\n\nApplying a plan links your existing resources to the generated code. You\nshould carefully review the generated code to make sure that it contains the\nresources you expect before applying a plan. After a plan has been applied,\nany deployments of those resources will irreversibly modify the underlying\nCheckly resources. However, as a fail safe against concurrent use, any\ndeployments not including the imported resources will not delete the\nunderlying resources (or the links to the resources). This means that there\nis no need to block deployments while working on an import session.\n\nEven after you've applied a plan, you may still cancel it, which will unlink\nthe underlying resources from your project once more. However, keep in mind\nthat any changes to the resources that you've already deployed cannot be\nundone.\n\nCOMMITTING A PLAN\n\nFinally, committing a plan removes all fail safes and permanently links the\nimported resources to your project. Any resources you remove from your code\nwill result in the underlying resources also getting irrevocably deleted on\nthe next deploy. You should only commit your plan once you are sure that all\nfuture deployments include the imported resources.",
2749
+ "flags": {
2750
+ "config": {
2751
+ "char": "c",
2752
+ "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
2753
+ "name": "config",
2754
+ "hasDynamicHelp": false,
2755
+ "multiple": false,
2756
+ "type": "option"
2757
+ },
2758
+ "root": {
2759
+ "description": "The root folder in which to write generated code files.",
2760
+ "name": "root",
2761
+ "default": "__checks__",
2762
+ "hasDynamicHelp": false,
2763
+ "multiple": false,
2764
+ "type": "option"
2765
+ },
2766
+ "preview": {
2767
+ "description": "Preview generated code without creating an actual import plan.",
2768
+ "name": "preview",
2769
+ "allowNo": false,
2770
+ "type": "boolean"
2771
+ },
2772
+ "debug-import-plan": {
2773
+ "description": "Output the import plan to a file.",
2774
+ "hidden": true,
2775
+ "name": "debug-import-plan",
2776
+ "allowNo": false,
2777
+ "type": "boolean"
2778
+ },
2779
+ "debug-import-plan-input-file": {
2780
+ "description": "A file to load an import plan from.",
2781
+ "hidden": true,
2782
+ "name": "debug-import-plan-input-file",
2783
+ "hasDynamicHelp": false,
2784
+ "multiple": false,
2785
+ "type": "option"
2786
+ },
2787
+ "debug-import-plan-output-file": {
2788
+ "description": "The file to output the import plan to.",
2789
+ "hidden": true,
2790
+ "name": "debug-import-plan-output-file",
2791
+ "default": "./debug-import-plan.json",
2792
+ "hasDynamicHelp": false,
2793
+ "multiple": false,
2794
+ "type": "option"
2795
+ }
2796
+ },
2797
+ "hasDynamicHelp": false,
2798
+ "hidden": false,
2799
+ "hiddenAliases": [
2800
+ "import"
2801
+ ],
2802
+ "id": "import:plan",
2803
+ "pluginAlias": "checkly",
2804
+ "pluginName": "checkly",
2805
+ "pluginType": "core",
2806
+ "strict": false,
2807
+ "enableJsonFlag": false,
2808
+ "coreCommand": false,
2809
+ "readOnly": true,
2810
+ "destructive": false,
2811
+ "idempotent": true,
2812
+ "isESM": true,
2813
+ "relativePath": [
2814
+ "dist",
2815
+ "commands",
2816
+ "import",
2817
+ "plan.js"
2818
+ ]
2819
+ },
2820
+ "incidents:create": {
2821
+ "aliases": [],
2822
+ "args": {},
2823
+ "description": "Declare a new incident on a status page.",
2824
+ "flags": {
2825
+ "status-page-id": {
2826
+ "description": "Target status page ID.",
2827
+ "name": "status-page-id",
2828
+ "required": true,
2829
+ "hasDynamicHelp": false,
2830
+ "multiple": false,
2831
+ "type": "option"
2832
+ },
2833
+ "title": {
2834
+ "description": "Incident title.",
2835
+ "name": "title",
2836
+ "required": true,
2837
+ "hasDynamicHelp": false,
2838
+ "multiple": false,
2839
+ "type": "option"
2840
+ },
2841
+ "services": {
2842
+ "description": "Affected service IDs. Repeat the flag for multiple services.",
2843
+ "name": "services",
2844
+ "delimiter": ",",
2845
+ "hasDynamicHelp": false,
2846
+ "multiple": true,
2847
+ "type": "option"
2848
+ },
2849
+ "severity": {
2850
+ "description": "Incident severity.",
2851
+ "name": "severity",
2852
+ "default": "minor",
2853
+ "hasDynamicHelp": false,
2854
+ "multiple": false,
2855
+ "options": [
2856
+ "minor",
2857
+ "medium",
2858
+ "major",
2859
+ "critical"
2860
+ ],
2861
+ "type": "option"
2862
+ },
2863
+ "message": {
2864
+ "description": "Initial incident update message.",
2865
+ "name": "message",
2866
+ "hasDynamicHelp": false,
2867
+ "multiple": false,
2868
+ "type": "option"
2869
+ },
2870
+ "notify-subscribers": {
2871
+ "description": "Notify status page subscribers about this incident update.",
2872
+ "name": "notify-subscribers",
2873
+ "allowNo": true,
2874
+ "type": "boolean"
2875
+ },
2876
+ "output": {
2877
+ "char": "o",
2878
+ "description": "Output format.",
2879
+ "name": "output",
2880
+ "default": "table",
2881
+ "hasDynamicHelp": false,
2882
+ "multiple": false,
2883
+ "options": [
2884
+ "table",
2885
+ "json",
2886
+ "md"
2887
+ ],
2888
+ "type": "option"
2889
+ },
2890
+ "force": {
2891
+ "char": "f",
2892
+ "description": "Skip confirmation prompt.",
2893
+ "name": "force",
2894
+ "allowNo": false,
2895
+ "type": "boolean"
2896
+ },
2897
+ "dry-run": {
2898
+ "description": "Preview what would happen without executing.",
2899
+ "name": "dry-run",
2900
+ "allowNo": false,
2901
+ "type": "boolean"
2902
+ }
2903
+ },
2904
+ "hasDynamicHelp": false,
2905
+ "hidden": false,
2906
+ "hiddenAliases": [],
2907
+ "id": "incidents:create",
2908
+ "pluginAlias": "checkly",
2909
+ "pluginName": "checkly",
2910
+ "pluginType": "core",
2911
+ "strict": true,
2912
+ "enableJsonFlag": false,
2913
+ "coreCommand": false,
2914
+ "readOnly": false,
2915
+ "destructive": false,
2916
+ "idempotent": false,
2917
+ "isESM": true,
2918
+ "relativePath": [
2919
+ "dist",
2920
+ "commands",
2921
+ "incidents",
2922
+ "create.js"
2923
+ ]
2924
+ },
2925
+ "incidents:list": {
2926
+ "aliases": [],
2927
+ "args": {},
2928
+ "description": "List incidents, optionally filtered by status page or status.",
2929
+ "flags": {
2930
+ "limit": {
2931
+ "char": "l",
2932
+ "description": "Number of incidents to return (1-100).",
2933
2933
  "name": "limit",
2934
2934
  "default": 25,
2935
2935
  "hasDynamicHelp": false,
@@ -3449,36 +3449,32 @@
3449
3449
  "run.js"
3450
3450
  ]
3451
3451
  },
3452
- "status-pages:get": {
3452
+ "skills": {
3453
3453
  "aliases": [],
3454
3454
  "args": {
3455
- "id": {
3456
- "description": "The ID of the status page to retrieve.",
3457
- "name": "id",
3458
- "required": true
3459
- }
3460
- },
3461
- "description": "Get details of a status page, including its cards and services.",
3462
- "flags": {
3463
- "output": {
3464
- "char": "o",
3465
- "description": "Output format.",
3466
- "name": "output",
3467
- "default": "detail",
3468
- "hasDynamicHelp": false,
3469
- "multiple": false,
3470
- "options": [
3471
- "detail",
3472
- "json",
3473
- "md"
3474
- ],
3475
- "type": "option"
3455
+ "action": {
3456
+ "description": "Action to open. Available actions are listed below.",
3457
+ "name": "action",
3458
+ "required": false
3459
+ },
3460
+ "reference": {
3461
+ "description": "Reference to open for the selected action. Available references are listed below.",
3462
+ "name": "reference",
3463
+ "required": false
3476
3464
  }
3477
3465
  },
3466
+ "description": "Show Checkly AI skills, actions and their references.\n\nRun `checkly skills` to print the full catalog, `checkly skills <action>` for an action guide, or `checkly skills <action> <reference>` for a specific reference.\n\nAvailable actions and references:\n checkly skills\n |- initialize\n |- configure\n | |- api-checks\n | |- browser-checks\n | |- playwright-checks\n | |- multistep-checks\n | |- tcp-monitors\n | |- url-monitors\n | |- dns-monitors\n | |- icmp-monitors\n | |- grpc-monitors\n | |- ssl-monitors\n | |- traceroute-monitors\n | |- heartbeat-monitors\n | |- check-groups\n | |- alert-channels\n | |- supporting-constructs\n | |- environment\n |- investigate\n | |- checks\n | |- alerting\n | |- test-sessions\n |- communicate\n | |- incidents\n |- manage\n | |- plan\n | |- account-members\n\nUse `checkly skills <action>` or `checkly skills <action> <reference>` to open the detailed guidance.",
3467
+ "examples": [
3468
+ "checkly skills",
3469
+ "checkly skills configure",
3470
+ "checkly skills configure api-checks",
3471
+ "checkly skills investigate alerting"
3472
+ ],
3473
+ "flags": {},
3478
3474
  "hasDynamicHelp": false,
3479
3475
  "hidden": false,
3480
3476
  "hiddenAliases": [],
3481
- "id": "status-pages:get",
3477
+ "id": "skills",
3482
3478
  "pluginAlias": "checkly",
3483
3479
  "pluginName": "checkly",
3484
3480
  "pluginType": "core",
@@ -3492,99 +3488,96 @@
3492
3488
  "relativePath": [
3493
3489
  "dist",
3494
3490
  "commands",
3495
- "status-pages",
3496
- "get.js"
3491
+ "skills",
3492
+ "index.js"
3497
3493
  ]
3498
3494
  },
3499
- "status-pages:list": {
3495
+ "skills:install": {
3500
3496
  "aliases": [],
3501
3497
  "args": {},
3502
- "description": "List all status pages in your account.",
3498
+ "description": "Install the Checkly agent skill (SKILL.md) into your project.",
3503
3499
  "flags": {
3504
- "limit": {
3505
- "char": "l",
3506
- "description": "Number of status pages to return (1-100).",
3507
- "name": "limit",
3508
- "default": 25,
3500
+ "target": {
3501
+ "char": "t",
3502
+ "description": "Platform to install the skill for (amp, claude, cline, codex, continue, cursor, gemini-cli, github-copilot, goose, opencode, roo, windsurf).",
3503
+ "exclusive": [
3504
+ "path"
3505
+ ],
3506
+ "name": "target",
3509
3507
  "hasDynamicHelp": false,
3510
3508
  "multiple": false,
3511
3509
  "type": "option"
3512
3510
  },
3513
- "cursor": {
3514
- "description": "Cursor for next page (from previous output).",
3515
- "name": "cursor",
3511
+ "path": {
3512
+ "char": "p",
3513
+ "description": "Custom target directory to install the skill into.",
3514
+ "exclusive": [
3515
+ "target"
3516
+ ],
3517
+ "name": "path",
3516
3518
  "hasDynamicHelp": false,
3517
3519
  "multiple": false,
3518
3520
  "type": "option"
3519
3521
  },
3520
- "compact": {
3521
- "description": "Show one row per status page instead of per service.",
3522
- "name": "compact",
3522
+ "force": {
3523
+ "char": "f",
3524
+ "description": "Overwrite existing SKILL.md without confirmation.",
3525
+ "name": "force",
3523
3526
  "allowNo": false,
3524
3527
  "type": "boolean"
3525
- },
3526
- "output": {
3527
- "char": "o",
3528
- "description": "Output format.",
3529
- "name": "output",
3530
- "default": "table",
3531
- "hasDynamicHelp": false,
3532
- "multiple": false,
3533
- "options": [
3534
- "table",
3535
- "json",
3536
- "md"
3537
- ],
3538
- "type": "option"
3539
3528
  }
3540
3529
  },
3541
3530
  "hasDynamicHelp": false,
3542
3531
  "hidden": false,
3543
3532
  "hiddenAliases": [],
3544
- "id": "status-pages:list",
3533
+ "id": "skills:install",
3545
3534
  "pluginAlias": "checkly",
3546
3535
  "pluginName": "checkly",
3547
3536
  "pluginType": "core",
3548
3537
  "strict": true,
3549
3538
  "enableJsonFlag": false,
3550
3539
  "coreCommand": false,
3551
- "readOnly": true,
3540
+ "readOnly": false,
3552
3541
  "destructive": false,
3553
3542
  "idempotent": true,
3554
3543
  "isESM": true,
3555
3544
  "relativePath": [
3556
3545
  "dist",
3557
3546
  "commands",
3558
- "status-pages",
3559
- "list.js"
3547
+ "skills",
3548
+ "install.js"
3560
3549
  ]
3561
3550
  },
3562
- "skills": {
3551
+ "status-pages:get": {
3563
3552
  "aliases": [],
3564
3553
  "args": {
3565
- "action": {
3566
- "description": "Action to open. Available actions are listed below.",
3567
- "name": "action",
3568
- "required": false
3569
- },
3570
- "reference": {
3571
- "description": "Reference to open for the selected action. Available references are listed below.",
3572
- "name": "reference",
3573
- "required": false
3554
+ "id": {
3555
+ "description": "The ID of the status page to retrieve.",
3556
+ "name": "id",
3557
+ "required": true
3558
+ }
3559
+ },
3560
+ "description": "Get details of a status page, including its cards and services.",
3561
+ "flags": {
3562
+ "output": {
3563
+ "char": "o",
3564
+ "description": "Output format.",
3565
+ "name": "output",
3566
+ "default": "detail",
3567
+ "hasDynamicHelp": false,
3568
+ "multiple": false,
3569
+ "options": [
3570
+ "detail",
3571
+ "json",
3572
+ "md"
3573
+ ],
3574
+ "type": "option"
3574
3575
  }
3575
3576
  },
3576
- "description": "Show Checkly AI skills, actions and their references.\n\nRun `checkly skills` to print the full catalog, `checkly skills <action>` for an action guide, or `checkly skills <action> <reference>` for a specific reference.\n\nAvailable actions and references:\n checkly skills\n |- initialize\n |- configure\n | |- api-checks\n | |- browser-checks\n | |- playwright-checks\n | |- multistep-checks\n | |- tcp-monitors\n | |- url-monitors\n | |- dns-monitors\n | |- icmp-monitors\n | |- grpc-monitors\n | |- ssl-monitors\n | |- traceroute-monitors\n | |- heartbeat-monitors\n | |- check-groups\n | |- alert-channels\n | |- supporting-constructs\n | |- environment\n |- investigate\n | |- checks\n | |- alerting\n | |- test-sessions\n |- communicate\n | |- incidents\n |- manage\n | |- plan\n | |- account-members\n\nUse `checkly skills <action>` or `checkly skills <action> <reference>` to open the detailed guidance.",
3577
- "examples": [
3578
- "checkly skills",
3579
- "checkly skills configure",
3580
- "checkly skills configure api-checks",
3581
- "checkly skills investigate alerting"
3582
- ],
3583
- "flags": {},
3584
3577
  "hasDynamicHelp": false,
3585
3578
  "hidden": false,
3586
3579
  "hiddenAliases": [],
3587
- "id": "skills",
3580
+ "id": "status-pages:get",
3588
3581
  "pluginAlias": "checkly",
3589
3582
  "pluginName": "checkly",
3590
3583
  "pluginType": "core",
@@ -3598,64 +3591,71 @@
3598
3591
  "relativePath": [
3599
3592
  "dist",
3600
3593
  "commands",
3601
- "skills",
3602
- "index.js"
3594
+ "status-pages",
3595
+ "get.js"
3603
3596
  ]
3604
3597
  },
3605
- "skills:install": {
3598
+ "status-pages:list": {
3606
3599
  "aliases": [],
3607
3600
  "args": {},
3608
- "description": "Install the Checkly agent skill (SKILL.md) into your project.",
3601
+ "description": "List all status pages in your account.",
3609
3602
  "flags": {
3610
- "target": {
3611
- "char": "t",
3612
- "description": "Platform to install the skill for (amp, claude, cline, codex, continue, cursor, gemini-cli, github-copilot, goose, opencode, roo, windsurf).",
3613
- "exclusive": [
3614
- "path"
3615
- ],
3616
- "name": "target",
3603
+ "limit": {
3604
+ "char": "l",
3605
+ "description": "Number of status pages to return (1-100).",
3606
+ "name": "limit",
3607
+ "default": 25,
3617
3608
  "hasDynamicHelp": false,
3618
3609
  "multiple": false,
3619
3610
  "type": "option"
3620
3611
  },
3621
- "path": {
3622
- "char": "p",
3623
- "description": "Custom target directory to install the skill into.",
3624
- "exclusive": [
3625
- "target"
3626
- ],
3627
- "name": "path",
3612
+ "cursor": {
3613
+ "description": "Cursor for next page (from previous output).",
3614
+ "name": "cursor",
3628
3615
  "hasDynamicHelp": false,
3629
3616
  "multiple": false,
3630
3617
  "type": "option"
3631
3618
  },
3632
- "force": {
3633
- "char": "f",
3634
- "description": "Overwrite existing SKILL.md without confirmation.",
3635
- "name": "force",
3619
+ "compact": {
3620
+ "description": "Show one row per status page instead of per service.",
3621
+ "name": "compact",
3636
3622
  "allowNo": false,
3637
3623
  "type": "boolean"
3624
+ },
3625
+ "output": {
3626
+ "char": "o",
3627
+ "description": "Output format.",
3628
+ "name": "output",
3629
+ "default": "table",
3630
+ "hasDynamicHelp": false,
3631
+ "multiple": false,
3632
+ "options": [
3633
+ "table",
3634
+ "json",
3635
+ "md"
3636
+ ],
3637
+ "type": "option"
3638
3638
  }
3639
3639
  },
3640
3640
  "hasDynamicHelp": false,
3641
3641
  "hidden": false,
3642
3642
  "hiddenAliases": [],
3643
- "id": "skills:install",
3643
+ "id": "status-pages:list",
3644
3644
  "pluginAlias": "checkly",
3645
3645
  "pluginName": "checkly",
3646
3646
  "pluginType": "core",
3647
3647
  "strict": true,
3648
3648
  "enableJsonFlag": false,
3649
3649
  "coreCommand": false,
3650
- "readOnly": false,
3650
+ "readOnly": true,
3651
3651
  "destructive": false,
3652
3652
  "idempotent": true,
3653
3653
  "isESM": true,
3654
3654
  "relativePath": [
3655
3655
  "dist",
3656
3656
  "commands",
3657
- "skills",
3658
- "install.js"
3657
+ "status-pages",
3658
+ "list.js"
3659
3659
  ]
3660
3660
  },
3661
3661
  "test-sessions:get": {
@@ -3864,7 +3864,273 @@
3864
3864
  "test-sessions",
3865
3865
  "list.js"
3866
3866
  ]
3867
+ },
3868
+ "account:usage:series": {
3869
+ "aliases": [],
3870
+ "args": {},
3871
+ "description": "List organization usage per period, grouped by account and/or check type.",
3872
+ "flags": {
3873
+ "to": {
3874
+ "description": "End date (YYYY-MM-DD, inclusive). Defaults to today. Selects the usage terms that cover this date.",
3875
+ "name": "to",
3876
+ "hasDynamicHelp": false,
3877
+ "multiple": false,
3878
+ "type": "option"
3879
+ },
3880
+ "from": {
3881
+ "description": "Start date (YYYY-MM-DD, inclusive). Defaults to the usage start date of the terms.",
3882
+ "name": "from",
3883
+ "hasDynamicHelp": false,
3884
+ "multiple": false,
3885
+ "type": "option"
3886
+ },
3887
+ "account-id": {
3888
+ "description": "Only include these account IDs. Repeat the flag or comma-separate values.",
3889
+ "name": "account-id",
3890
+ "delimiter": ",",
3891
+ "hasDynamicHelp": false,
3892
+ "multiple": true,
3893
+ "type": "option"
3894
+ },
3895
+ "check-type": {
3896
+ "description": "Only include these check types. Repeat the flag or comma-separate values.",
3897
+ "name": "check-type",
3898
+ "delimiter": ",",
3899
+ "hasDynamicHelp": false,
3900
+ "multiple": true,
3901
+ "options": [
3902
+ "API",
3903
+ "BROWSER",
3904
+ "HEARTBEAT",
3905
+ "MULTI_STEP",
3906
+ "PLAYWRIGHT",
3907
+ "TCP",
3908
+ "ICMP",
3909
+ "DNS",
3910
+ "URL",
3911
+ "GRPC",
3912
+ "SSL",
3913
+ "TRACEROUTE",
3914
+ "AGENTIC"
3915
+ ],
3916
+ "type": "option"
3917
+ },
3918
+ "interval": {
3919
+ "description": "Aggregation interval for each row.",
3920
+ "name": "interval",
3921
+ "default": "day",
3922
+ "hasDynamicHelp": false,
3923
+ "multiple": false,
3924
+ "options": [
3925
+ "total",
3926
+ "day",
3927
+ "week",
3928
+ "month"
3929
+ ],
3930
+ "type": "option"
3931
+ },
3932
+ "group-by": {
3933
+ "description": "Dimensions to group rows by.",
3934
+ "name": "group-by",
3935
+ "default": "account,checkType",
3936
+ "hasDynamicHelp": false,
3937
+ "multiple": false,
3938
+ "options": [
3939
+ "account",
3940
+ "checkType",
3941
+ "account,checkType"
3942
+ ],
3943
+ "type": "option"
3944
+ },
3945
+ "limit": {
3946
+ "char": "l",
3947
+ "description": "Number of rows to return (1-500).",
3948
+ "name": "limit",
3949
+ "default": 100,
3950
+ "hasDynamicHelp": false,
3951
+ "multiple": false,
3952
+ "type": "option"
3953
+ },
3954
+ "cursor": {
3955
+ "description": "Cursor for the next page (from previous output). Re-use the same flags it was issued with.",
3956
+ "name": "cursor",
3957
+ "hasDynamicHelp": false,
3958
+ "multiple": false,
3959
+ "type": "option"
3960
+ },
3961
+ "output": {
3962
+ "char": "o",
3963
+ "description": "Output format.",
3964
+ "name": "output",
3965
+ "default": "table",
3966
+ "hasDynamicHelp": false,
3967
+ "multiple": false,
3968
+ "options": [
3969
+ "table",
3970
+ "json",
3971
+ "md"
3972
+ ],
3973
+ "type": "option"
3974
+ }
3975
+ },
3976
+ "hasDynamicHelp": false,
3977
+ "hidden": false,
3978
+ "hiddenAliases": [],
3979
+ "id": "account:usage:series",
3980
+ "pluginAlias": "checkly",
3981
+ "pluginName": "checkly",
3982
+ "pluginType": "core",
3983
+ "strict": true,
3984
+ "enableJsonFlag": false,
3985
+ "coreCommand": false,
3986
+ "readOnly": true,
3987
+ "destructive": false,
3988
+ "idempotent": true,
3989
+ "isESM": true,
3990
+ "relativePath": [
3991
+ "dist",
3992
+ "commands",
3993
+ "account",
3994
+ "usage",
3995
+ "series.js"
3996
+ ]
3997
+ },
3998
+ "account:usage:summary": {
3999
+ "aliases": [],
4000
+ "args": {},
4001
+ "description": "Show organization usage totals for a date range, plus credit projections as of today.",
4002
+ "flags": {
4003
+ "to": {
4004
+ "description": "End date (YYYY-MM-DD, inclusive). Defaults to today. Selects the usage terms that cover this date.",
4005
+ "name": "to",
4006
+ "hasDynamicHelp": false,
4007
+ "multiple": false,
4008
+ "type": "option"
4009
+ },
4010
+ "from": {
4011
+ "description": "Start date (YYYY-MM-DD, inclusive). Defaults to the usage start date of the terms.",
4012
+ "name": "from",
4013
+ "hasDynamicHelp": false,
4014
+ "multiple": false,
4015
+ "type": "option"
4016
+ },
4017
+ "account-id": {
4018
+ "description": "Only include these account IDs. Repeat the flag or comma-separate values.",
4019
+ "name": "account-id",
4020
+ "delimiter": ",",
4021
+ "hasDynamicHelp": false,
4022
+ "multiple": true,
4023
+ "type": "option"
4024
+ },
4025
+ "check-type": {
4026
+ "description": "Only include these check types. Repeat the flag or comma-separate values.",
4027
+ "name": "check-type",
4028
+ "delimiter": ",",
4029
+ "hasDynamicHelp": false,
4030
+ "multiple": true,
4031
+ "options": [
4032
+ "API",
4033
+ "BROWSER",
4034
+ "HEARTBEAT",
4035
+ "MULTI_STEP",
4036
+ "PLAYWRIGHT",
4037
+ "TCP",
4038
+ "ICMP",
4039
+ "DNS",
4040
+ "URL",
4041
+ "GRPC",
4042
+ "SSL",
4043
+ "TRACEROUTE",
4044
+ "AGENTIC"
4045
+ ],
4046
+ "type": "option"
4047
+ },
4048
+ "output": {
4049
+ "char": "o",
4050
+ "description": "Output format.",
4051
+ "name": "output",
4052
+ "default": "detail",
4053
+ "hasDynamicHelp": false,
4054
+ "multiple": false,
4055
+ "options": [
4056
+ "detail",
4057
+ "json",
4058
+ "md"
4059
+ ],
4060
+ "type": "option"
4061
+ }
4062
+ },
4063
+ "hasDynamicHelp": false,
4064
+ "hidden": false,
4065
+ "hiddenAliases": [],
4066
+ "id": "account:usage:summary",
4067
+ "pluginAlias": "checkly",
4068
+ "pluginName": "checkly",
4069
+ "pluginType": "core",
4070
+ "strict": true,
4071
+ "enableJsonFlag": false,
4072
+ "coreCommand": false,
4073
+ "readOnly": true,
4074
+ "destructive": false,
4075
+ "idempotent": true,
4076
+ "isESM": true,
4077
+ "relativePath": [
4078
+ "dist",
4079
+ "commands",
4080
+ "account",
4081
+ "usage",
4082
+ "summary.js"
4083
+ ]
4084
+ },
4085
+ "account:usage:terms": {
4086
+ "aliases": [],
4087
+ "args": {},
4088
+ "description": "Show your organization usage terms: contract dates, credit budget, rates, and accounts.",
4089
+ "flags": {
4090
+ "to": {
4091
+ "description": "End date (YYYY-MM-DD, inclusive). Defaults to today. Selects the usage terms that cover this date.",
4092
+ "name": "to",
4093
+ "hasDynamicHelp": false,
4094
+ "multiple": false,
4095
+ "type": "option"
4096
+ },
4097
+ "output": {
4098
+ "char": "o",
4099
+ "description": "Output format.",
4100
+ "name": "output",
4101
+ "default": "detail",
4102
+ "hasDynamicHelp": false,
4103
+ "multiple": false,
4104
+ "options": [
4105
+ "detail",
4106
+ "json",
4107
+ "md"
4108
+ ],
4109
+ "type": "option"
4110
+ }
4111
+ },
4112
+ "hasDynamicHelp": false,
4113
+ "hidden": false,
4114
+ "hiddenAliases": [],
4115
+ "id": "account:usage:terms",
4116
+ "pluginAlias": "checkly",
4117
+ "pluginName": "checkly",
4118
+ "pluginType": "core",
4119
+ "strict": true,
4120
+ "enableJsonFlag": false,
4121
+ "coreCommand": false,
4122
+ "readOnly": true,
4123
+ "destructive": false,
4124
+ "idempotent": true,
4125
+ "isESM": true,
4126
+ "relativePath": [
4127
+ "dist",
4128
+ "commands",
4129
+ "account",
4130
+ "usage",
4131
+ "terms.js"
4132
+ ]
3867
4133
  }
3868
4134
  },
3869
- "version": "9.2.0"
4135
+ "version": "9.3.0"
3870
4136
  }