checkly 7.6.1 → 7.7.0-prerelease-a0c39b4

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.
@@ -472,42 +472,6 @@
472
472
  "runtimes.js"
473
473
  ]
474
474
  },
475
- "skills": {
476
- "aliases": [],
477
- "args": {
478
- "action": {
479
- "description": "The action name (e.g. \"configure\", \"initialize\").",
480
- "name": "action",
481
- "required": false
482
- },
483
- "reference": {
484
- "description": "A specific reference within the action (e.g. \"api-checks\").",
485
- "name": "reference",
486
- "required": false
487
- }
488
- },
489
- "description": "Show Checkly AI skills, actions and their references.",
490
- "flags": {},
491
- "hasDynamicHelp": false,
492
- "hidden": false,
493
- "hiddenAliases": [],
494
- "id": "skills",
495
- "pluginAlias": "checkly",
496
- "pluginName": "checkly",
497
- "pluginType": "core",
498
- "strict": true,
499
- "enableJsonFlag": false,
500
- "coreCommand": false,
501
- "readOnly": false,
502
- "destructive": false,
503
- "idempotent": false,
504
- "isESM": false,
505
- "relativePath": [
506
- "dist",
507
- "commands",
508
- "skills.js"
509
- ]
510
- },
511
475
  "switch": {
512
476
  "aliases": [],
513
477
  "args": {},
@@ -945,6 +909,79 @@
945
909
  "whoami.js"
946
910
  ]
947
911
  },
912
+ "account:plan": {
913
+ "aliases": [],
914
+ "args": {
915
+ "key": {
916
+ "description": "Entitlement key to look up (e.g. BROWSER_CHECKS). Shows detail view.",
917
+ "name": "key",
918
+ "required": false
919
+ }
920
+ },
921
+ "description": "Show your account plan, entitlements, and feature limits.",
922
+ "flags": {
923
+ "type": {
924
+ "char": "t",
925
+ "description": "Filter entitlements by type.",
926
+ "name": "type",
927
+ "hasDynamicHelp": false,
928
+ "multiple": false,
929
+ "options": [
930
+ "metered",
931
+ "flag"
932
+ ],
933
+ "type": "option"
934
+ },
935
+ "search": {
936
+ "char": "s",
937
+ "description": "Search entitlements by name or description.",
938
+ "name": "search",
939
+ "hasDynamicHelp": false,
940
+ "multiple": false,
941
+ "type": "option"
942
+ },
943
+ "disabled": {
944
+ "description": "Show only entitlements not included in your plan.",
945
+ "name": "disabled",
946
+ "allowNo": false,
947
+ "type": "boolean"
948
+ },
949
+ "output": {
950
+ "char": "o",
951
+ "description": "Output format.",
952
+ "name": "output",
953
+ "default": "table",
954
+ "hasDynamicHelp": false,
955
+ "multiple": false,
956
+ "options": [
957
+ "table",
958
+ "json",
959
+ "md"
960
+ ],
961
+ "type": "option"
962
+ }
963
+ },
964
+ "hasDynamicHelp": false,
965
+ "hidden": false,
966
+ "hiddenAliases": [],
967
+ "id": "account:plan",
968
+ "pluginAlias": "checkly",
969
+ "pluginName": "checkly",
970
+ "pluginType": "core",
971
+ "strict": true,
972
+ "enableJsonFlag": false,
973
+ "coreCommand": false,
974
+ "readOnly": true,
975
+ "destructive": false,
976
+ "idempotent": true,
977
+ "isESM": false,
978
+ "relativePath": [
979
+ "dist",
980
+ "commands",
981
+ "account",
982
+ "plan.js"
983
+ ]
984
+ },
948
985
  "checks:get": {
949
986
  "aliases": [],
950
987
  "args": {
@@ -2209,6 +2246,99 @@
2209
2246
  "update.js"
2210
2247
  ]
2211
2248
  },
2249
+ "skills": {
2250
+ "aliases": [],
2251
+ "args": {
2252
+ "action": {
2253
+ "description": "The action name (e.g. \"configure\", \"initialize\").",
2254
+ "name": "action",
2255
+ "required": false
2256
+ },
2257
+ "reference": {
2258
+ "description": "A specific reference within the action (e.g. \"api-checks\").",
2259
+ "name": "reference",
2260
+ "required": false
2261
+ }
2262
+ },
2263
+ "description": "Show Checkly AI skills, actions and their references.",
2264
+ "flags": {},
2265
+ "hasDynamicHelp": false,
2266
+ "hidden": false,
2267
+ "hiddenAliases": [],
2268
+ "id": "skills",
2269
+ "pluginAlias": "checkly",
2270
+ "pluginName": "checkly",
2271
+ "pluginType": "core",
2272
+ "strict": true,
2273
+ "enableJsonFlag": false,
2274
+ "coreCommand": false,
2275
+ "readOnly": false,
2276
+ "destructive": false,
2277
+ "idempotent": false,
2278
+ "isESM": false,
2279
+ "relativePath": [
2280
+ "dist",
2281
+ "commands",
2282
+ "skills",
2283
+ "index.js"
2284
+ ]
2285
+ },
2286
+ "skills:install": {
2287
+ "aliases": [],
2288
+ "args": {},
2289
+ "description": "Install the Checkly agent skill (SKILL.md) into your project.",
2290
+ "flags": {
2291
+ "target": {
2292
+ "char": "t",
2293
+ "description": "Platform to install the skill for (amp, claude, cline, codex, continue, cursor, gemini-cli, github-copilot, goose, opencode, roo, windsurf).",
2294
+ "exclusive": [
2295
+ "path"
2296
+ ],
2297
+ "name": "target",
2298
+ "hasDynamicHelp": false,
2299
+ "multiple": false,
2300
+ "type": "option"
2301
+ },
2302
+ "path": {
2303
+ "char": "p",
2304
+ "description": "Custom target directory to install the skill into.",
2305
+ "exclusive": [
2306
+ "target"
2307
+ ],
2308
+ "name": "path",
2309
+ "hasDynamicHelp": false,
2310
+ "multiple": false,
2311
+ "type": "option"
2312
+ },
2313
+ "force": {
2314
+ "char": "f",
2315
+ "description": "Overwrite existing SKILL.md without confirmation.",
2316
+ "name": "force",
2317
+ "allowNo": false,
2318
+ "type": "boolean"
2319
+ }
2320
+ },
2321
+ "hasDynamicHelp": false,
2322
+ "hidden": false,
2323
+ "hiddenAliases": [],
2324
+ "id": "skills:install",
2325
+ "pluginAlias": "checkly",
2326
+ "pluginName": "checkly",
2327
+ "pluginType": "core",
2328
+ "strict": true,
2329
+ "enableJsonFlag": false,
2330
+ "coreCommand": false,
2331
+ "readOnly": false,
2332
+ "destructive": false,
2333
+ "idempotent": true,
2334
+ "isESM": false,
2335
+ "relativePath": [
2336
+ "dist",
2337
+ "commands",
2338
+ "skills",
2339
+ "install.js"
2340
+ ]
2341
+ },
2212
2342
  "status-pages:get": {
2213
2343
  "aliases": [],
2214
2344
  "args": {
@@ -2320,5 +2450,5 @@
2320
2450
  ]
2321
2451
  }
2322
2452
  },
2323
- "version": "7.6.1"
2453
+ "version": "7.7.0-prerelease-a0c39b4"
2324
2454
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "checkly",
3
- "version": "7.6.1",
3
+ "version": "7.7.0-prerelease-a0c39b4",
4
4
  "description": "Checkly CLI",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -64,6 +64,9 @@
64
64
  "message": "<%= config.name %> update available from <%= chalk.greenBright(config.version) %> to <%= chalk.greenBright(latest) %>. To update, run `npm install -D checkly@latest`"
65
65
  },
66
66
  "topics": {
67
+ "account": {
68
+ "description": "View and manage your Checkly account."
69
+ },
67
70
  "checks": {
68
71
  "description": "List and inspect checks in your Checkly account."
69
72
  },
@@ -76,9 +79,6 @@
76
79
  "import": {
77
80
  "description": "Import existing resources from your Checkly account to your project."
78
81
  },
79
- "skills": {
80
- "description": "Explore Checkly AI agent skills, actions and reference documentation."
81
- },
82
82
  "status-pages": {
83
83
  "description": "List and manage status pages in your Checkly account."
84
84
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"skills.js","sourceRoot":"","sources":["../../src/commands/skills.ts"],"names":[],"mappings":"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"}