checkly 7.12.1-prerelease-c33b931 → 7.12.1

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 +94 -94
  2. package/package.json +1 -1
@@ -2429,6 +2429,99 @@
2429
2429
  "run.js"
2430
2430
  ]
2431
2431
  },
2432
+ "skills": {
2433
+ "aliases": [],
2434
+ "args": {
2435
+ "action": {
2436
+ "description": "The action name (e.g. \"configure\", \"initialize\").",
2437
+ "name": "action",
2438
+ "required": false
2439
+ },
2440
+ "reference": {
2441
+ "description": "A specific reference within the action (e.g. \"api-checks\").",
2442
+ "name": "reference",
2443
+ "required": false
2444
+ }
2445
+ },
2446
+ "description": "Show Checkly AI skills, actions and their references.",
2447
+ "flags": {},
2448
+ "hasDynamicHelp": false,
2449
+ "hidden": false,
2450
+ "hiddenAliases": [],
2451
+ "id": "skills",
2452
+ "pluginAlias": "checkly",
2453
+ "pluginName": "checkly",
2454
+ "pluginType": "core",
2455
+ "strict": true,
2456
+ "enableJsonFlag": false,
2457
+ "coreCommand": false,
2458
+ "readOnly": false,
2459
+ "destructive": false,
2460
+ "idempotent": false,
2461
+ "isESM": false,
2462
+ "relativePath": [
2463
+ "dist",
2464
+ "commands",
2465
+ "skills",
2466
+ "index.js"
2467
+ ]
2468
+ },
2469
+ "skills:install": {
2470
+ "aliases": [],
2471
+ "args": {},
2472
+ "description": "Install the Checkly agent skill (SKILL.md) into your project.",
2473
+ "flags": {
2474
+ "target": {
2475
+ "char": "t",
2476
+ "description": "Platform to install the skill for (amp, claude, cline, codex, continue, cursor, gemini-cli, github-copilot, goose, opencode, roo, windsurf).",
2477
+ "exclusive": [
2478
+ "path"
2479
+ ],
2480
+ "name": "target",
2481
+ "hasDynamicHelp": false,
2482
+ "multiple": false,
2483
+ "type": "option"
2484
+ },
2485
+ "path": {
2486
+ "char": "p",
2487
+ "description": "Custom target directory to install the skill into.",
2488
+ "exclusive": [
2489
+ "target"
2490
+ ],
2491
+ "name": "path",
2492
+ "hasDynamicHelp": false,
2493
+ "multiple": false,
2494
+ "type": "option"
2495
+ },
2496
+ "force": {
2497
+ "char": "f",
2498
+ "description": "Overwrite existing SKILL.md without confirmation.",
2499
+ "name": "force",
2500
+ "allowNo": false,
2501
+ "type": "boolean"
2502
+ }
2503
+ },
2504
+ "hasDynamicHelp": false,
2505
+ "hidden": false,
2506
+ "hiddenAliases": [],
2507
+ "id": "skills:install",
2508
+ "pluginAlias": "checkly",
2509
+ "pluginName": "checkly",
2510
+ "pluginType": "core",
2511
+ "strict": true,
2512
+ "enableJsonFlag": false,
2513
+ "coreCommand": false,
2514
+ "readOnly": false,
2515
+ "destructive": false,
2516
+ "idempotent": true,
2517
+ "isESM": false,
2518
+ "relativePath": [
2519
+ "dist",
2520
+ "commands",
2521
+ "skills",
2522
+ "install.js"
2523
+ ]
2524
+ },
2432
2525
  "status-pages:get": {
2433
2526
  "aliases": [],
2434
2527
  "args": {
@@ -2538,100 +2631,7 @@
2538
2631
  "status-pages",
2539
2632
  "list.js"
2540
2633
  ]
2541
- },
2542
- "skills": {
2543
- "aliases": [],
2544
- "args": {
2545
- "action": {
2546
- "description": "The action name (e.g. \"configure\", \"initialize\").",
2547
- "name": "action",
2548
- "required": false
2549
- },
2550
- "reference": {
2551
- "description": "A specific reference within the action (e.g. \"api-checks\").",
2552
- "name": "reference",
2553
- "required": false
2554
- }
2555
- },
2556
- "description": "Show Checkly AI skills, actions and their references.",
2557
- "flags": {},
2558
- "hasDynamicHelp": false,
2559
- "hidden": false,
2560
- "hiddenAliases": [],
2561
- "id": "skills",
2562
- "pluginAlias": "checkly",
2563
- "pluginName": "checkly",
2564
- "pluginType": "core",
2565
- "strict": true,
2566
- "enableJsonFlag": false,
2567
- "coreCommand": false,
2568
- "readOnly": false,
2569
- "destructive": false,
2570
- "idempotent": false,
2571
- "isESM": false,
2572
- "relativePath": [
2573
- "dist",
2574
- "commands",
2575
- "skills",
2576
- "index.js"
2577
- ]
2578
- },
2579
- "skills:install": {
2580
- "aliases": [],
2581
- "args": {},
2582
- "description": "Install the Checkly agent skill (SKILL.md) into your project.",
2583
- "flags": {
2584
- "target": {
2585
- "char": "t",
2586
- "description": "Platform to install the skill for (amp, claude, cline, codex, continue, cursor, gemini-cli, github-copilot, goose, opencode, roo, windsurf).",
2587
- "exclusive": [
2588
- "path"
2589
- ],
2590
- "name": "target",
2591
- "hasDynamicHelp": false,
2592
- "multiple": false,
2593
- "type": "option"
2594
- },
2595
- "path": {
2596
- "char": "p",
2597
- "description": "Custom target directory to install the skill into.",
2598
- "exclusive": [
2599
- "target"
2600
- ],
2601
- "name": "path",
2602
- "hasDynamicHelp": false,
2603
- "multiple": false,
2604
- "type": "option"
2605
- },
2606
- "force": {
2607
- "char": "f",
2608
- "description": "Overwrite existing SKILL.md without confirmation.",
2609
- "name": "force",
2610
- "allowNo": false,
2611
- "type": "boolean"
2612
- }
2613
- },
2614
- "hasDynamicHelp": false,
2615
- "hidden": false,
2616
- "hiddenAliases": [],
2617
- "id": "skills:install",
2618
- "pluginAlias": "checkly",
2619
- "pluginName": "checkly",
2620
- "pluginType": "core",
2621
- "strict": true,
2622
- "enableJsonFlag": false,
2623
- "coreCommand": false,
2624
- "readOnly": false,
2625
- "destructive": false,
2626
- "idempotent": true,
2627
- "isESM": false,
2628
- "relativePath": [
2629
- "dist",
2630
- "commands",
2631
- "skills",
2632
- "install.js"
2633
- ]
2634
2634
  }
2635
2635
  },
2636
- "version": "7.12.1-prerelease-c33b931"
2636
+ "version": "7.12.1"
2637
2637
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "checkly",
3
- "version": "7.12.1-prerelease-c33b931",
3
+ "version": "7.12.1",
4
4
  "description": "Checkly CLI",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",