checkly 7.9.0 → 7.10.0-prerelease-5ed92ec

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.
@@ -151,6 +151,12 @@
151
151
  "hasDynamicHelp": false,
152
152
  "multiple": false,
153
153
  "type": "option"
154
+ },
155
+ "preserve-resources": {
156
+ "description": "Preserve all project resources (checks, groups, dashboards, etc.) when destroying the project. Resources become normal account-level resources.",
157
+ "name": "preserve-resources",
158
+ "allowNo": false,
159
+ "type": "boolean"
154
160
  }
155
161
  },
156
162
  "hasDynamicHelp": false,
@@ -2303,6 +2309,99 @@
2303
2309
  "update.js"
2304
2310
  ]
2305
2311
  },
2312
+ "skills": {
2313
+ "aliases": [],
2314
+ "args": {
2315
+ "action": {
2316
+ "description": "The action name (e.g. \"configure\", \"initialize\").",
2317
+ "name": "action",
2318
+ "required": false
2319
+ },
2320
+ "reference": {
2321
+ "description": "A specific reference within the action (e.g. \"api-checks\").",
2322
+ "name": "reference",
2323
+ "required": false
2324
+ }
2325
+ },
2326
+ "description": "Show Checkly AI skills, actions and their references.",
2327
+ "flags": {},
2328
+ "hasDynamicHelp": false,
2329
+ "hidden": false,
2330
+ "hiddenAliases": [],
2331
+ "id": "skills",
2332
+ "pluginAlias": "checkly",
2333
+ "pluginName": "checkly",
2334
+ "pluginType": "core",
2335
+ "strict": true,
2336
+ "enableJsonFlag": false,
2337
+ "coreCommand": false,
2338
+ "readOnly": false,
2339
+ "destructive": false,
2340
+ "idempotent": false,
2341
+ "isESM": false,
2342
+ "relativePath": [
2343
+ "dist",
2344
+ "commands",
2345
+ "skills",
2346
+ "index.js"
2347
+ ]
2348
+ },
2349
+ "skills:install": {
2350
+ "aliases": [],
2351
+ "args": {},
2352
+ "description": "Install the Checkly agent skill (SKILL.md) into your project.",
2353
+ "flags": {
2354
+ "target": {
2355
+ "char": "t",
2356
+ "description": "Platform to install the skill for (amp, claude, cline, codex, continue, cursor, gemini-cli, github-copilot, goose, opencode, roo, windsurf).",
2357
+ "exclusive": [
2358
+ "path"
2359
+ ],
2360
+ "name": "target",
2361
+ "hasDynamicHelp": false,
2362
+ "multiple": false,
2363
+ "type": "option"
2364
+ },
2365
+ "path": {
2366
+ "char": "p",
2367
+ "description": "Custom target directory to install the skill into.",
2368
+ "exclusive": [
2369
+ "target"
2370
+ ],
2371
+ "name": "path",
2372
+ "hasDynamicHelp": false,
2373
+ "multiple": false,
2374
+ "type": "option"
2375
+ },
2376
+ "force": {
2377
+ "char": "f",
2378
+ "description": "Overwrite existing SKILL.md without confirmation.",
2379
+ "name": "force",
2380
+ "allowNo": false,
2381
+ "type": "boolean"
2382
+ }
2383
+ },
2384
+ "hasDynamicHelp": false,
2385
+ "hidden": false,
2386
+ "hiddenAliases": [],
2387
+ "id": "skills:install",
2388
+ "pluginAlias": "checkly",
2389
+ "pluginName": "checkly",
2390
+ "pluginType": "core",
2391
+ "strict": true,
2392
+ "enableJsonFlag": false,
2393
+ "coreCommand": false,
2394
+ "readOnly": false,
2395
+ "destructive": false,
2396
+ "idempotent": true,
2397
+ "isESM": false,
2398
+ "relativePath": [
2399
+ "dist",
2400
+ "commands",
2401
+ "skills",
2402
+ "install.js"
2403
+ ]
2404
+ },
2306
2405
  "rca:get": {
2307
2406
  "aliases": [],
2308
2407
  "args": {
@@ -2414,99 +2513,6 @@
2414
2513
  "run.js"
2415
2514
  ]
2416
2515
  },
2417
- "skills": {
2418
- "aliases": [],
2419
- "args": {
2420
- "action": {
2421
- "description": "The action name (e.g. \"configure\", \"initialize\").",
2422
- "name": "action",
2423
- "required": false
2424
- },
2425
- "reference": {
2426
- "description": "A specific reference within the action (e.g. \"api-checks\").",
2427
- "name": "reference",
2428
- "required": false
2429
- }
2430
- },
2431
- "description": "Show Checkly AI skills, actions and their references.",
2432
- "flags": {},
2433
- "hasDynamicHelp": false,
2434
- "hidden": false,
2435
- "hiddenAliases": [],
2436
- "id": "skills",
2437
- "pluginAlias": "checkly",
2438
- "pluginName": "checkly",
2439
- "pluginType": "core",
2440
- "strict": true,
2441
- "enableJsonFlag": false,
2442
- "coreCommand": false,
2443
- "readOnly": false,
2444
- "destructive": false,
2445
- "idempotent": false,
2446
- "isESM": false,
2447
- "relativePath": [
2448
- "dist",
2449
- "commands",
2450
- "skills",
2451
- "index.js"
2452
- ]
2453
- },
2454
- "skills:install": {
2455
- "aliases": [],
2456
- "args": {},
2457
- "description": "Install the Checkly agent skill (SKILL.md) into your project.",
2458
- "flags": {
2459
- "target": {
2460
- "char": "t",
2461
- "description": "Platform to install the skill for (amp, claude, cline, codex, continue, cursor, gemini-cli, github-copilot, goose, opencode, roo, windsurf).",
2462
- "exclusive": [
2463
- "path"
2464
- ],
2465
- "name": "target",
2466
- "hasDynamicHelp": false,
2467
- "multiple": false,
2468
- "type": "option"
2469
- },
2470
- "path": {
2471
- "char": "p",
2472
- "description": "Custom target directory to install the skill into.",
2473
- "exclusive": [
2474
- "target"
2475
- ],
2476
- "name": "path",
2477
- "hasDynamicHelp": false,
2478
- "multiple": false,
2479
- "type": "option"
2480
- },
2481
- "force": {
2482
- "char": "f",
2483
- "description": "Overwrite existing SKILL.md without confirmation.",
2484
- "name": "force",
2485
- "allowNo": false,
2486
- "type": "boolean"
2487
- }
2488
- },
2489
- "hasDynamicHelp": false,
2490
- "hidden": false,
2491
- "hiddenAliases": [],
2492
- "id": "skills:install",
2493
- "pluginAlias": "checkly",
2494
- "pluginName": "checkly",
2495
- "pluginType": "core",
2496
- "strict": true,
2497
- "enableJsonFlag": false,
2498
- "coreCommand": false,
2499
- "readOnly": false,
2500
- "destructive": false,
2501
- "idempotent": true,
2502
- "isESM": false,
2503
- "relativePath": [
2504
- "dist",
2505
- "commands",
2506
- "skills",
2507
- "install.js"
2508
- ]
2509
- },
2510
2516
  "status-pages:get": {
2511
2517
  "aliases": [],
2512
2518
  "args": {
@@ -2618,5 +2624,5 @@
2618
2624
  ]
2619
2625
  }
2620
2626
  },
2621
- "version": "7.9.0"
2627
+ "version": "7.10.0-prerelease-5ed92ec"
2622
2628
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "checkly",
3
- "version": "7.9.0",
3
+ "version": "7.10.0-prerelease-5ed92ec",
4
4
  "description": "Checkly CLI",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",