checkly 8.11.0-prerelease-7e89949 → 8.11.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 +94 -94
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -3300,6 +3300,99 @@
|
|
|
3300
3300
|
"run.js"
|
|
3301
3301
|
]
|
|
3302
3302
|
},
|
|
3303
|
+
"skills": {
|
|
3304
|
+
"aliases": [],
|
|
3305
|
+
"args": {
|
|
3306
|
+
"action": {
|
|
3307
|
+
"description": "The action name (e.g. \"configure\", \"initialize\").",
|
|
3308
|
+
"name": "action",
|
|
3309
|
+
"required": false
|
|
3310
|
+
},
|
|
3311
|
+
"reference": {
|
|
3312
|
+
"description": "A specific reference within the action (e.g. \"api-checks\").",
|
|
3313
|
+
"name": "reference",
|
|
3314
|
+
"required": false
|
|
3315
|
+
}
|
|
3316
|
+
},
|
|
3317
|
+
"description": "Show Checkly AI skills, actions and their references.",
|
|
3318
|
+
"flags": {},
|
|
3319
|
+
"hasDynamicHelp": false,
|
|
3320
|
+
"hidden": false,
|
|
3321
|
+
"hiddenAliases": [],
|
|
3322
|
+
"id": "skills",
|
|
3323
|
+
"pluginAlias": "checkly",
|
|
3324
|
+
"pluginName": "checkly",
|
|
3325
|
+
"pluginType": "core",
|
|
3326
|
+
"strict": true,
|
|
3327
|
+
"enableJsonFlag": false,
|
|
3328
|
+
"coreCommand": false,
|
|
3329
|
+
"readOnly": false,
|
|
3330
|
+
"destructive": false,
|
|
3331
|
+
"idempotent": false,
|
|
3332
|
+
"isESM": true,
|
|
3333
|
+
"relativePath": [
|
|
3334
|
+
"dist",
|
|
3335
|
+
"commands",
|
|
3336
|
+
"skills",
|
|
3337
|
+
"index.js"
|
|
3338
|
+
]
|
|
3339
|
+
},
|
|
3340
|
+
"skills:install": {
|
|
3341
|
+
"aliases": [],
|
|
3342
|
+
"args": {},
|
|
3343
|
+
"description": "Install the Checkly agent skill (SKILL.md) into your project.",
|
|
3344
|
+
"flags": {
|
|
3345
|
+
"target": {
|
|
3346
|
+
"char": "t",
|
|
3347
|
+
"description": "Platform to install the skill for (amp, claude, cline, codex, continue, cursor, gemini-cli, github-copilot, goose, opencode, roo, windsurf).",
|
|
3348
|
+
"exclusive": [
|
|
3349
|
+
"path"
|
|
3350
|
+
],
|
|
3351
|
+
"name": "target",
|
|
3352
|
+
"hasDynamicHelp": false,
|
|
3353
|
+
"multiple": false,
|
|
3354
|
+
"type": "option"
|
|
3355
|
+
},
|
|
3356
|
+
"path": {
|
|
3357
|
+
"char": "p",
|
|
3358
|
+
"description": "Custom target directory to install the skill into.",
|
|
3359
|
+
"exclusive": [
|
|
3360
|
+
"target"
|
|
3361
|
+
],
|
|
3362
|
+
"name": "path",
|
|
3363
|
+
"hasDynamicHelp": false,
|
|
3364
|
+
"multiple": false,
|
|
3365
|
+
"type": "option"
|
|
3366
|
+
},
|
|
3367
|
+
"force": {
|
|
3368
|
+
"char": "f",
|
|
3369
|
+
"description": "Overwrite existing SKILL.md without confirmation.",
|
|
3370
|
+
"name": "force",
|
|
3371
|
+
"allowNo": false,
|
|
3372
|
+
"type": "boolean"
|
|
3373
|
+
}
|
|
3374
|
+
},
|
|
3375
|
+
"hasDynamicHelp": false,
|
|
3376
|
+
"hidden": false,
|
|
3377
|
+
"hiddenAliases": [],
|
|
3378
|
+
"id": "skills:install",
|
|
3379
|
+
"pluginAlias": "checkly",
|
|
3380
|
+
"pluginName": "checkly",
|
|
3381
|
+
"pluginType": "core",
|
|
3382
|
+
"strict": true,
|
|
3383
|
+
"enableJsonFlag": false,
|
|
3384
|
+
"coreCommand": false,
|
|
3385
|
+
"readOnly": false,
|
|
3386
|
+
"destructive": false,
|
|
3387
|
+
"idempotent": true,
|
|
3388
|
+
"isESM": true,
|
|
3389
|
+
"relativePath": [
|
|
3390
|
+
"dist",
|
|
3391
|
+
"commands",
|
|
3392
|
+
"skills",
|
|
3393
|
+
"install.js"
|
|
3394
|
+
]
|
|
3395
|
+
},
|
|
3303
3396
|
"status-pages:get": {
|
|
3304
3397
|
"aliases": [],
|
|
3305
3398
|
"args": {
|
|
@@ -3410,99 +3503,6 @@
|
|
|
3410
3503
|
"list.js"
|
|
3411
3504
|
]
|
|
3412
3505
|
},
|
|
3413
|
-
"skills": {
|
|
3414
|
-
"aliases": [],
|
|
3415
|
-
"args": {
|
|
3416
|
-
"action": {
|
|
3417
|
-
"description": "The action name (e.g. \"configure\", \"initialize\").",
|
|
3418
|
-
"name": "action",
|
|
3419
|
-
"required": false
|
|
3420
|
-
},
|
|
3421
|
-
"reference": {
|
|
3422
|
-
"description": "A specific reference within the action (e.g. \"api-checks\").",
|
|
3423
|
-
"name": "reference",
|
|
3424
|
-
"required": false
|
|
3425
|
-
}
|
|
3426
|
-
},
|
|
3427
|
-
"description": "Show Checkly AI skills, actions and their references.",
|
|
3428
|
-
"flags": {},
|
|
3429
|
-
"hasDynamicHelp": false,
|
|
3430
|
-
"hidden": false,
|
|
3431
|
-
"hiddenAliases": [],
|
|
3432
|
-
"id": "skills",
|
|
3433
|
-
"pluginAlias": "checkly",
|
|
3434
|
-
"pluginName": "checkly",
|
|
3435
|
-
"pluginType": "core",
|
|
3436
|
-
"strict": true,
|
|
3437
|
-
"enableJsonFlag": false,
|
|
3438
|
-
"coreCommand": false,
|
|
3439
|
-
"readOnly": false,
|
|
3440
|
-
"destructive": false,
|
|
3441
|
-
"idempotent": false,
|
|
3442
|
-
"isESM": true,
|
|
3443
|
-
"relativePath": [
|
|
3444
|
-
"dist",
|
|
3445
|
-
"commands",
|
|
3446
|
-
"skills",
|
|
3447
|
-
"index.js"
|
|
3448
|
-
]
|
|
3449
|
-
},
|
|
3450
|
-
"skills:install": {
|
|
3451
|
-
"aliases": [],
|
|
3452
|
-
"args": {},
|
|
3453
|
-
"description": "Install the Checkly agent skill (SKILL.md) into your project.",
|
|
3454
|
-
"flags": {
|
|
3455
|
-
"target": {
|
|
3456
|
-
"char": "t",
|
|
3457
|
-
"description": "Platform to install the skill for (amp, claude, cline, codex, continue, cursor, gemini-cli, github-copilot, goose, opencode, roo, windsurf).",
|
|
3458
|
-
"exclusive": [
|
|
3459
|
-
"path"
|
|
3460
|
-
],
|
|
3461
|
-
"name": "target",
|
|
3462
|
-
"hasDynamicHelp": false,
|
|
3463
|
-
"multiple": false,
|
|
3464
|
-
"type": "option"
|
|
3465
|
-
},
|
|
3466
|
-
"path": {
|
|
3467
|
-
"char": "p",
|
|
3468
|
-
"description": "Custom target directory to install the skill into.",
|
|
3469
|
-
"exclusive": [
|
|
3470
|
-
"target"
|
|
3471
|
-
],
|
|
3472
|
-
"name": "path",
|
|
3473
|
-
"hasDynamicHelp": false,
|
|
3474
|
-
"multiple": false,
|
|
3475
|
-
"type": "option"
|
|
3476
|
-
},
|
|
3477
|
-
"force": {
|
|
3478
|
-
"char": "f",
|
|
3479
|
-
"description": "Overwrite existing SKILL.md without confirmation.",
|
|
3480
|
-
"name": "force",
|
|
3481
|
-
"allowNo": false,
|
|
3482
|
-
"type": "boolean"
|
|
3483
|
-
}
|
|
3484
|
-
},
|
|
3485
|
-
"hasDynamicHelp": false,
|
|
3486
|
-
"hidden": false,
|
|
3487
|
-
"hiddenAliases": [],
|
|
3488
|
-
"id": "skills:install",
|
|
3489
|
-
"pluginAlias": "checkly",
|
|
3490
|
-
"pluginName": "checkly",
|
|
3491
|
-
"pluginType": "core",
|
|
3492
|
-
"strict": true,
|
|
3493
|
-
"enableJsonFlag": false,
|
|
3494
|
-
"coreCommand": false,
|
|
3495
|
-
"readOnly": false,
|
|
3496
|
-
"destructive": false,
|
|
3497
|
-
"idempotent": true,
|
|
3498
|
-
"isESM": true,
|
|
3499
|
-
"relativePath": [
|
|
3500
|
-
"dist",
|
|
3501
|
-
"commands",
|
|
3502
|
-
"skills",
|
|
3503
|
-
"install.js"
|
|
3504
|
-
]
|
|
3505
|
-
},
|
|
3506
3506
|
"test-sessions:get": {
|
|
3507
3507
|
"aliases": [],
|
|
3508
3508
|
"args": {
|
|
@@ -3711,5 +3711,5 @@
|
|
|
3711
3711
|
]
|
|
3712
3712
|
}
|
|
3713
3713
|
},
|
|
3714
|
-
"version": "8.11.0
|
|
3714
|
+
"version": "8.11.0"
|
|
3715
3715
|
}
|