checkly 8.2.0-prerelease-169e1f4 → 8.2.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.
Files changed (2) hide show
  1. package/oclif.manifest.json +239 -239
  2. package/package.json +1 -1
@@ -1890,126 +1890,196 @@
1890
1890
  "update.js"
1891
1891
  ]
1892
1892
  },
1893
- "rca:get": {
1893
+ "import:apply": {
1894
1894
  "aliases": [],
1895
- "args": {
1896
- "id": {
1897
- "description": "The RCA ID to retrieve.",
1898
- "name": "id",
1899
- "required": true
1895
+ "args": {},
1896
+ "description": "Attach imported resources into your project in a pending state.",
1897
+ "flags": {
1898
+ "config": {
1899
+ "char": "c",
1900
+ "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
1901
+ "name": "config",
1902
+ "hasDynamicHelp": false,
1903
+ "multiple": false,
1904
+ "type": "option"
1900
1905
  }
1901
1906
  },
1902
- "description": "Retrieve a root cause analysis by ID.",
1907
+ "hasDynamicHelp": false,
1908
+ "hidden": false,
1909
+ "hiddenAliases": [],
1910
+ "id": "import:apply",
1911
+ "pluginAlias": "checkly",
1912
+ "pluginName": "checkly",
1913
+ "pluginType": "core",
1914
+ "strict": true,
1915
+ "enableJsonFlag": false,
1916
+ "coreCommand": false,
1917
+ "readOnly": false,
1918
+ "destructive": false,
1919
+ "idempotent": false,
1920
+ "isESM": true,
1921
+ "relativePath": [
1922
+ "dist",
1923
+ "commands",
1924
+ "import",
1925
+ "apply.js"
1926
+ ]
1927
+ },
1928
+ "import:cancel": {
1929
+ "aliases": [],
1930
+ "args": {},
1931
+ "description": "Cancels an ongoing import plan that has not been committed yet.",
1903
1932
  "flags": {
1904
- "watch": {
1905
- "char": "w",
1906
- "description": "Wait for the analysis to complete if still generating.",
1907
- "name": "watch",
1908
- "allowNo": false,
1909
- "type": "boolean"
1910
- },
1911
- "output": {
1912
- "char": "o",
1913
- "description": "Output format.",
1914
- "name": "output",
1915
- "default": "detail",
1933
+ "config": {
1934
+ "char": "c",
1935
+ "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
1936
+ "name": "config",
1916
1937
  "hasDynamicHelp": false,
1917
1938
  "multiple": false,
1918
- "options": [
1919
- "detail",
1920
- "json",
1921
- "md"
1922
- ],
1923
1939
  "type": "option"
1940
+ },
1941
+ "all": {
1942
+ "description": "Cancel all plans.",
1943
+ "name": "all",
1944
+ "allowNo": false,
1945
+ "type": "boolean"
1924
1946
  }
1925
1947
  },
1926
1948
  "hasDynamicHelp": false,
1927
1949
  "hidden": false,
1928
1950
  "hiddenAliases": [],
1929
- "id": "rca:get",
1951
+ "id": "import:cancel",
1930
1952
  "pluginAlias": "checkly",
1931
1953
  "pluginName": "checkly",
1932
1954
  "pluginType": "core",
1933
1955
  "strict": true,
1934
1956
  "enableJsonFlag": false,
1935
1957
  "coreCommand": false,
1936
- "readOnly": true,
1958
+ "readOnly": false,
1937
1959
  "destructive": false,
1938
1960
  "idempotent": true,
1939
1961
  "isESM": true,
1940
1962
  "relativePath": [
1941
1963
  "dist",
1942
1964
  "commands",
1943
- "rca",
1944
- "get.js"
1965
+ "import",
1966
+ "cancel.js"
1945
1967
  ]
1946
1968
  },
1947
- "rca:run": {
1969
+ "import:commit": {
1948
1970
  "aliases": [],
1949
1971
  "args": {},
1950
- "description": "Trigger a root cause analysis for a check or test session error group.",
1972
+ "description": "Permanently commit imported resources into your project.",
1951
1973
  "flags": {
1952
- "error-group": {
1953
- "char": "e",
1954
- "description": "The error group ID to analyze.",
1955
- "exclusive": [
1956
- "test-session-error-group"
1957
- ],
1958
- "name": "error-group",
1974
+ "config": {
1975
+ "char": "c",
1976
+ "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
1977
+ "name": "config",
1978
+ "hasDynamicHelp": false,
1979
+ "multiple": false,
1980
+ "type": "option"
1981
+ }
1982
+ },
1983
+ "hasDynamicHelp": false,
1984
+ "hidden": false,
1985
+ "hiddenAliases": [],
1986
+ "id": "import:commit",
1987
+ "pluginAlias": "checkly",
1988
+ "pluginName": "checkly",
1989
+ "pluginType": "core",
1990
+ "strict": true,
1991
+ "enableJsonFlag": false,
1992
+ "coreCommand": false,
1993
+ "readOnly": false,
1994
+ "destructive": false,
1995
+ "idempotent": false,
1996
+ "isESM": true,
1997
+ "relativePath": [
1998
+ "dist",
1999
+ "commands",
2000
+ "import",
2001
+ "commit.js"
2002
+ ]
2003
+ },
2004
+ "import:plan": {
2005
+ "aliases": [],
2006
+ "args": {
2007
+ "resource": {
2008
+ "description": "A specific resource to import.",
2009
+ "name": "resource",
2010
+ "required": false
2011
+ }
2012
+ },
2013
+ "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.",
2014
+ "flags": {
2015
+ "config": {
2016
+ "char": "c",
2017
+ "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
2018
+ "name": "config",
1959
2019
  "hasDynamicHelp": false,
1960
2020
  "multiple": false,
1961
2021
  "type": "option"
1962
2022
  },
1963
- "test-session-error-group": {
1964
- "description": "The test session error group ID to analyze.",
1965
- "helpLabel": "-te, --test-session-error-group",
1966
- "name": "test-session-error-group",
2023
+ "root": {
2024
+ "description": "The root folder in which to write generated code files.",
2025
+ "name": "root",
2026
+ "default": "__checks__",
1967
2027
  "hasDynamicHelp": false,
1968
2028
  "multiple": false,
1969
2029
  "type": "option"
1970
2030
  },
1971
- "watch": {
1972
- "char": "w",
1973
- "description": "Wait for the analysis to complete and display the result.",
1974
- "name": "watch",
2031
+ "preview": {
2032
+ "description": "Preview generated code without creating an actual import plan.",
2033
+ "name": "preview",
1975
2034
  "allowNo": false,
1976
2035
  "type": "boolean"
1977
2036
  },
1978
- "output": {
1979
- "char": "o",
1980
- "description": "Output format.",
1981
- "name": "output",
1982
- "default": "detail",
2037
+ "debug-import-plan": {
2038
+ "description": "Output the import plan to a file.",
2039
+ "hidden": true,
2040
+ "name": "debug-import-plan",
2041
+ "allowNo": false,
2042
+ "type": "boolean"
2043
+ },
2044
+ "debug-import-plan-input-file": {
2045
+ "description": "A file to load an import plan from.",
2046
+ "hidden": true,
2047
+ "name": "debug-import-plan-input-file",
2048
+ "hasDynamicHelp": false,
2049
+ "multiple": false,
2050
+ "type": "option"
2051
+ },
2052
+ "debug-import-plan-output-file": {
2053
+ "description": "The file to output the import plan to.",
2054
+ "hidden": true,
2055
+ "name": "debug-import-plan-output-file",
2056
+ "default": "./debug-import-plan.json",
1983
2057
  "hasDynamicHelp": false,
1984
2058
  "multiple": false,
1985
- "options": [
1986
- "detail",
1987
- "json",
1988
- "md"
1989
- ],
1990
2059
  "type": "option"
1991
2060
  }
1992
2061
  },
1993
2062
  "hasDynamicHelp": false,
1994
2063
  "hidden": false,
1995
- "hiddenAliases": [],
1996
- "id": "rca:run",
2064
+ "hiddenAliases": [
2065
+ "import"
2066
+ ],
2067
+ "id": "import:plan",
1997
2068
  "pluginAlias": "checkly",
1998
2069
  "pluginName": "checkly",
1999
2070
  "pluginType": "core",
2000
- "strict": true,
2001
- "usage": "rca run [-e <value> | -te <value>] [-w] [-o detail|json|md]",
2071
+ "strict": false,
2002
2072
  "enableJsonFlag": false,
2003
2073
  "coreCommand": false,
2004
- "readOnly": false,
2074
+ "readOnly": true,
2005
2075
  "destructive": false,
2006
- "idempotent": false,
2076
+ "idempotent": true,
2007
2077
  "isESM": true,
2008
2078
  "relativePath": [
2009
2079
  "dist",
2010
2080
  "commands",
2011
- "rca",
2012
- "run.js"
2081
+ "import",
2082
+ "plan.js"
2013
2083
  ]
2014
2084
  },
2015
2085
  "incidents:create": {
@@ -2360,121 +2430,115 @@
2360
2430
  "update.js"
2361
2431
  ]
2362
2432
  },
2363
- "skills": {
2433
+ "rca:get": {
2364
2434
  "aliases": [],
2365
2435
  "args": {
2366
- "action": {
2367
- "description": "The action name (e.g. \"configure\", \"initialize\").",
2368
- "name": "action",
2369
- "required": false
2436
+ "id": {
2437
+ "description": "The RCA ID to retrieve.",
2438
+ "name": "id",
2439
+ "required": true
2440
+ }
2441
+ },
2442
+ "description": "Retrieve a root cause analysis by ID.",
2443
+ "flags": {
2444
+ "watch": {
2445
+ "char": "w",
2446
+ "description": "Wait for the analysis to complete if still generating.",
2447
+ "name": "watch",
2448
+ "allowNo": false,
2449
+ "type": "boolean"
2370
2450
  },
2371
- "reference": {
2372
- "description": "A specific reference within the action (e.g. \"api-checks\").",
2373
- "name": "reference",
2374
- "required": false
2451
+ "output": {
2452
+ "char": "o",
2453
+ "description": "Output format.",
2454
+ "name": "output",
2455
+ "default": "detail",
2456
+ "hasDynamicHelp": false,
2457
+ "multiple": false,
2458
+ "options": [
2459
+ "detail",
2460
+ "json",
2461
+ "md"
2462
+ ],
2463
+ "type": "option"
2375
2464
  }
2376
2465
  },
2377
- "description": "Show Checkly AI skills, actions and their references.",
2378
- "flags": {},
2379
2466
  "hasDynamicHelp": false,
2380
2467
  "hidden": false,
2381
2468
  "hiddenAliases": [],
2382
- "id": "skills",
2469
+ "id": "rca:get",
2383
2470
  "pluginAlias": "checkly",
2384
2471
  "pluginName": "checkly",
2385
2472
  "pluginType": "core",
2386
2473
  "strict": true,
2387
2474
  "enableJsonFlag": false,
2388
2475
  "coreCommand": false,
2389
- "readOnly": false,
2476
+ "readOnly": true,
2390
2477
  "destructive": false,
2391
- "idempotent": false,
2478
+ "idempotent": true,
2392
2479
  "isESM": true,
2393
2480
  "relativePath": [
2394
2481
  "dist",
2395
2482
  "commands",
2396
- "skills",
2397
- "index.js"
2483
+ "rca",
2484
+ "get.js"
2398
2485
  ]
2399
2486
  },
2400
- "skills:install": {
2487
+ "rca:run": {
2401
2488
  "aliases": [],
2402
2489
  "args": {},
2403
- "description": "Install the Checkly agent skill (SKILL.md) into your project.",
2490
+ "description": "Trigger a root cause analysis for a check or test session error group.",
2404
2491
  "flags": {
2405
- "target": {
2406
- "char": "t",
2407
- "description": "Platform to install the skill for (amp, claude, cline, codex, continue, cursor, gemini-cli, github-copilot, goose, opencode, roo, windsurf).",
2492
+ "error-group": {
2493
+ "char": "e",
2494
+ "description": "The error group ID to analyze.",
2408
2495
  "exclusive": [
2409
- "path"
2496
+ "test-session-error-group"
2410
2497
  ],
2411
- "name": "target",
2498
+ "name": "error-group",
2412
2499
  "hasDynamicHelp": false,
2413
2500
  "multiple": false,
2414
2501
  "type": "option"
2415
2502
  },
2416
- "path": {
2417
- "char": "p",
2418
- "description": "Custom target directory to install the skill into.",
2419
- "exclusive": [
2420
- "target"
2421
- ],
2422
- "name": "path",
2503
+ "test-session-error-group": {
2504
+ "description": "The test session error group ID to analyze.",
2505
+ "helpLabel": "-te, --test-session-error-group",
2506
+ "name": "test-session-error-group",
2423
2507
  "hasDynamicHelp": false,
2424
2508
  "multiple": false,
2425
2509
  "type": "option"
2426
2510
  },
2427
- "force": {
2428
- "char": "f",
2429
- "description": "Overwrite existing SKILL.md without confirmation.",
2430
- "name": "force",
2511
+ "watch": {
2512
+ "char": "w",
2513
+ "description": "Wait for the analysis to complete and display the result.",
2514
+ "name": "watch",
2431
2515
  "allowNo": false,
2432
2516
  "type": "boolean"
2433
- }
2434
- },
2435
- "hasDynamicHelp": false,
2436
- "hidden": false,
2437
- "hiddenAliases": [],
2438
- "id": "skills:install",
2439
- "pluginAlias": "checkly",
2440
- "pluginName": "checkly",
2441
- "pluginType": "core",
2442
- "strict": true,
2443
- "enableJsonFlag": false,
2444
- "coreCommand": false,
2445
- "readOnly": false,
2446
- "destructive": false,
2447
- "idempotent": true,
2448
- "isESM": true,
2449
- "relativePath": [
2450
- "dist",
2451
- "commands",
2452
- "skills",
2453
- "install.js"
2454
- ]
2455
- },
2456
- "import:apply": {
2457
- "aliases": [],
2458
- "args": {},
2459
- "description": "Attach imported resources into your project in a pending state.",
2460
- "flags": {
2461
- "config": {
2462
- "char": "c",
2463
- "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
2464
- "name": "config",
2517
+ },
2518
+ "output": {
2519
+ "char": "o",
2520
+ "description": "Output format.",
2521
+ "name": "output",
2522
+ "default": "detail",
2465
2523
  "hasDynamicHelp": false,
2466
2524
  "multiple": false,
2525
+ "options": [
2526
+ "detail",
2527
+ "json",
2528
+ "md"
2529
+ ],
2467
2530
  "type": "option"
2468
2531
  }
2469
2532
  },
2470
2533
  "hasDynamicHelp": false,
2471
2534
  "hidden": false,
2472
2535
  "hiddenAliases": [],
2473
- "id": "import:apply",
2536
+ "id": "rca:run",
2474
2537
  "pluginAlias": "checkly",
2475
2538
  "pluginName": "checkly",
2476
2539
  "pluginType": "core",
2477
2540
  "strict": true,
2541
+ "usage": "rca run [-e <value> | -te <value>] [-w] [-o detail|json|md]",
2478
2542
  "enableJsonFlag": false,
2479
2543
  "coreCommand": false,
2480
2544
  "readOnly": false,
@@ -2484,69 +2548,30 @@
2484
2548
  "relativePath": [
2485
2549
  "dist",
2486
2550
  "commands",
2487
- "import",
2488
- "apply.js"
2551
+ "rca",
2552
+ "run.js"
2489
2553
  ]
2490
2554
  },
2491
- "import:cancel": {
2555
+ "skills": {
2492
2556
  "aliases": [],
2493
- "args": {},
2494
- "description": "Cancels an ongoing import plan that has not been committed yet.",
2495
- "flags": {
2496
- "config": {
2497
- "char": "c",
2498
- "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
2499
- "name": "config",
2500
- "hasDynamicHelp": false,
2501
- "multiple": false,
2502
- "type": "option"
2557
+ "args": {
2558
+ "action": {
2559
+ "description": "The action name (e.g. \"configure\", \"initialize\").",
2560
+ "name": "action",
2561
+ "required": false
2503
2562
  },
2504
- "all": {
2505
- "description": "Cancel all plans.",
2506
- "name": "all",
2507
- "allowNo": false,
2508
- "type": "boolean"
2509
- }
2510
- },
2511
- "hasDynamicHelp": false,
2512
- "hidden": false,
2513
- "hiddenAliases": [],
2514
- "id": "import:cancel",
2515
- "pluginAlias": "checkly",
2516
- "pluginName": "checkly",
2517
- "pluginType": "core",
2518
- "strict": true,
2519
- "enableJsonFlag": false,
2520
- "coreCommand": false,
2521
- "readOnly": false,
2522
- "destructive": false,
2523
- "idempotent": true,
2524
- "isESM": true,
2525
- "relativePath": [
2526
- "dist",
2527
- "commands",
2528
- "import",
2529
- "cancel.js"
2530
- ]
2531
- },
2532
- "import:commit": {
2533
- "aliases": [],
2534
- "args": {},
2535
- "description": "Permanently commit imported resources into your project.",
2536
- "flags": {
2537
- "config": {
2538
- "char": "c",
2539
- "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
2540
- "name": "config",
2541
- "hasDynamicHelp": false,
2542
- "multiple": false,
2543
- "type": "option"
2563
+ "reference": {
2564
+ "description": "A specific reference within the action (e.g. \"api-checks\").",
2565
+ "name": "reference",
2566
+ "required": false
2544
2567
  }
2545
2568
  },
2569
+ "description": "Show Checkly AI skills, actions and their references.",
2570
+ "flags": {},
2546
2571
  "hasDynamicHelp": false,
2547
2572
  "hidden": false,
2548
2573
  "hiddenAliases": [],
2549
- "id": "import:commit",
2574
+ "id": "skills",
2550
2575
  "pluginAlias": "checkly",
2551
2576
  "pluginName": "checkly",
2552
2577
  "pluginType": "core",
@@ -2560,89 +2585,64 @@
2560
2585
  "relativePath": [
2561
2586
  "dist",
2562
2587
  "commands",
2563
- "import",
2564
- "commit.js"
2588
+ "skills",
2589
+ "index.js"
2565
2590
  ]
2566
2591
  },
2567
- "import:plan": {
2592
+ "skills:install": {
2568
2593
  "aliases": [],
2569
- "args": {
2570
- "resource": {
2571
- "description": "A specific resource to import.",
2572
- "name": "resource",
2573
- "required": false
2574
- }
2575
- },
2576
- "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.",
2594
+ "args": {},
2595
+ "description": "Install the Checkly agent skill (SKILL.md) into your project.",
2577
2596
  "flags": {
2578
- "config": {
2579
- "char": "c",
2580
- "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
2581
- "name": "config",
2597
+ "target": {
2598
+ "char": "t",
2599
+ "description": "Platform to install the skill for (amp, claude, cline, codex, continue, cursor, gemini-cli, github-copilot, goose, opencode, roo, windsurf).",
2600
+ "exclusive": [
2601
+ "path"
2602
+ ],
2603
+ "name": "target",
2582
2604
  "hasDynamicHelp": false,
2583
2605
  "multiple": false,
2584
2606
  "type": "option"
2585
2607
  },
2586
- "root": {
2587
- "description": "The root folder in which to write generated code files.",
2588
- "name": "root",
2589
- "default": "__checks__",
2608
+ "path": {
2609
+ "char": "p",
2610
+ "description": "Custom target directory to install the skill into.",
2611
+ "exclusive": [
2612
+ "target"
2613
+ ],
2614
+ "name": "path",
2590
2615
  "hasDynamicHelp": false,
2591
2616
  "multiple": false,
2592
2617
  "type": "option"
2593
2618
  },
2594
- "preview": {
2595
- "description": "Preview generated code without creating an actual import plan.",
2596
- "name": "preview",
2597
- "allowNo": false,
2598
- "type": "boolean"
2599
- },
2600
- "debug-import-plan": {
2601
- "description": "Output the import plan to a file.",
2602
- "hidden": true,
2603
- "name": "debug-import-plan",
2619
+ "force": {
2620
+ "char": "f",
2621
+ "description": "Overwrite existing SKILL.md without confirmation.",
2622
+ "name": "force",
2604
2623
  "allowNo": false,
2605
2624
  "type": "boolean"
2606
- },
2607
- "debug-import-plan-input-file": {
2608
- "description": "A file to load an import plan from.",
2609
- "hidden": true,
2610
- "name": "debug-import-plan-input-file",
2611
- "hasDynamicHelp": false,
2612
- "multiple": false,
2613
- "type": "option"
2614
- },
2615
- "debug-import-plan-output-file": {
2616
- "description": "The file to output the import plan to.",
2617
- "hidden": true,
2618
- "name": "debug-import-plan-output-file",
2619
- "default": "./debug-import-plan.json",
2620
- "hasDynamicHelp": false,
2621
- "multiple": false,
2622
- "type": "option"
2623
2625
  }
2624
2626
  },
2625
2627
  "hasDynamicHelp": false,
2626
2628
  "hidden": false,
2627
- "hiddenAliases": [
2628
- "import"
2629
- ],
2630
- "id": "import:plan",
2629
+ "hiddenAliases": [],
2630
+ "id": "skills:install",
2631
2631
  "pluginAlias": "checkly",
2632
2632
  "pluginName": "checkly",
2633
2633
  "pluginType": "core",
2634
- "strict": false,
2634
+ "strict": true,
2635
2635
  "enableJsonFlag": false,
2636
2636
  "coreCommand": false,
2637
- "readOnly": true,
2637
+ "readOnly": false,
2638
2638
  "destructive": false,
2639
2639
  "idempotent": true,
2640
2640
  "isESM": true,
2641
2641
  "relativePath": [
2642
2642
  "dist",
2643
2643
  "commands",
2644
- "import",
2645
- "plan.js"
2644
+ "skills",
2645
+ "install.js"
2646
2646
  ]
2647
2647
  },
2648
2648
  "status-pages:get": {
@@ -2756,5 +2756,5 @@
2756
2756
  ]
2757
2757
  }
2758
2758
  },
2759
- "version": "8.2.0-prerelease-169e1f4"
2759
+ "version": "8.2.0"
2760
2760
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "checkly",
3
- "version": "8.2.0-prerelease-169e1f4",
3
+ "version": "8.2.0",
4
4
  "type": "module",
5
5
  "description": "Checkly CLI",
6
6
  "main": "dist/index.js",