centy 0.4.0 → 0.5.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 (96) hide show
  1. package/dist/commands/create/item-type.d.ts +20 -0
  2. package/dist/commands/create/item-type.d.ts.map +1 -0
  3. package/dist/commands/create/item-type.js +90 -0
  4. package/dist/commands/create/item-type.js.map +1 -0
  5. package/dist/commands/init.d.ts +0 -1
  6. package/dist/commands/init.d.ts.map +1 -1
  7. package/dist/commands/init.js +0 -4
  8. package/dist/commands/init.js.map +1 -1
  9. package/dist/commands/link.d.ts +19 -0
  10. package/dist/commands/link.d.ts.map +1 -0
  11. package/dist/commands/link.js +74 -0
  12. package/dist/commands/link.js.map +1 -0
  13. package/dist/commands/links.d.ts +18 -0
  14. package/dist/commands/links.d.ts.map +1 -0
  15. package/dist/commands/links.js +70 -0
  16. package/dist/commands/links.js.map +1 -0
  17. package/dist/commands/list/link-types.d.ts +14 -0
  18. package/dist/commands/list/link-types.d.ts.map +1 -0
  19. package/dist/commands/list/link-types.js +59 -0
  20. package/dist/commands/list/link-types.js.map +1 -0
  21. package/dist/commands/unlink.d.ts +19 -0
  22. package/dist/commands/unlink.d.ts.map +1 -0
  23. package/dist/commands/unlink.js +73 -0
  24. package/dist/commands/unlink.js.map +1 -0
  25. package/dist/commands/version.d.ts +13 -0
  26. package/dist/commands/version.d.ts.map +1 -0
  27. package/dist/commands/version.js +51 -0
  28. package/dist/commands/version.js.map +1 -0
  29. package/dist/daemon/daemon-create-item-type.d.ts +6 -0
  30. package/dist/daemon/daemon-create-item-type.d.ts.map +1 -0
  31. package/dist/daemon/daemon-create-item-type.js +9 -0
  32. package/dist/daemon/daemon-create-item-type.js.map +1 -0
  33. package/dist/daemon/daemon-create-link.d.ts +6 -0
  34. package/dist/daemon/daemon-create-link.d.ts.map +1 -0
  35. package/dist/daemon/daemon-create-link.js +9 -0
  36. package/dist/daemon/daemon-create-link.js.map +1 -0
  37. package/dist/daemon/daemon-delete-link.d.ts +6 -0
  38. package/dist/daemon/daemon-delete-link.d.ts.map +1 -0
  39. package/dist/daemon/daemon-delete-link.js +9 -0
  40. package/dist/daemon/daemon-delete-link.js.map +1 -0
  41. package/dist/daemon/daemon-get-available-link-types.d.ts +6 -0
  42. package/dist/daemon/daemon-get-available-link-types.d.ts.map +1 -0
  43. package/dist/daemon/daemon-get-available-link-types.js +9 -0
  44. package/dist/daemon/daemon-get-available-link-types.js.map +1 -0
  45. package/dist/daemon/daemon-list-links.d.ts +6 -0
  46. package/dist/daemon/daemon-list-links.d.ts.map +1 -0
  47. package/dist/daemon/daemon-list-links.js +9 -0
  48. package/dist/daemon/daemon-list-links.js.map +1 -0
  49. package/dist/daemon/daemon-open-in-temp-workspace.d.ts +2 -2
  50. package/dist/daemon/daemon-open-in-temp-workspace.d.ts.map +1 -1
  51. package/dist/daemon/daemon-open-in-temp-workspace.js.map +1 -1
  52. package/dist/daemon/grpc-client-extended.d.ts +4 -8
  53. package/dist/daemon/grpc-client-extended.d.ts.map +1 -1
  54. package/dist/daemon/grpc-client-items.d.ts +19 -0
  55. package/dist/daemon/grpc-client-items.d.ts.map +1 -0
  56. package/dist/daemon/grpc-client-items.js +2 -0
  57. package/dist/daemon/grpc-client-items.js.map +1 -0
  58. package/dist/daemon/grpc-client-link.d.ts +12 -0
  59. package/dist/daemon/grpc-client-link.d.ts.map +1 -0
  60. package/dist/daemon/grpc-client-link.js +2 -0
  61. package/dist/daemon/grpc-client-link.js.map +1 -0
  62. package/dist/daemon/load-proto.d.ts +3 -1
  63. package/dist/daemon/load-proto.d.ts.map +1 -1
  64. package/dist/daemon/load-proto.js +3 -1
  65. package/dist/daemon/load-proto.js.map +1 -1
  66. package/dist/daemon/types/config.d.ts +0 -1
  67. package/dist/daemon/types/config.d.ts.map +1 -1
  68. package/dist/daemon/types/generic-item.d.ts +104 -0
  69. package/dist/daemon/types/generic-item.d.ts.map +1 -0
  70. package/dist/daemon/types/generic-item.js +6 -0
  71. package/dist/daemon/types/generic-item.js.map +1 -0
  72. package/dist/daemon/types/item-type.d.ts +37 -0
  73. package/dist/daemon/types/item-type.d.ts.map +1 -0
  74. package/dist/daemon/types/item-type.js +6 -0
  75. package/dist/daemon/types/item-type.js.map +1 -0
  76. package/dist/daemon/types.d.ts +2 -0
  77. package/dist/daemon/types.d.ts.map +1 -1
  78. package/dist/daemon/types.js +2 -0
  79. package/dist/daemon/types.js.map +1 -1
  80. package/dist/lib/create-item-type/features.d.ts +18 -0
  81. package/dist/lib/create-item-type/features.d.ts.map +1 -0
  82. package/dist/lib/create-item-type/features.js +58 -0
  83. package/dist/lib/create-item-type/features.js.map +1 -0
  84. package/dist/lib/init/config-builder.d.ts.map +1 -1
  85. package/dist/lib/init/config-builder.js +0 -2
  86. package/dist/lib/init/config-builder.js.map +1 -1
  87. package/dist/types/init-options.d.ts +0 -2
  88. package/dist/types/init-options.d.ts.map +1 -1
  89. package/dist/utils/parse-link-target.d.ts +5 -0
  90. package/dist/utils/parse-link-target.d.ts.map +1 -0
  91. package/dist/utils/parse-link-target.js +16 -0
  92. package/dist/utils/parse-link-target.js.map +1 -0
  93. package/oclif.manifest.json +446 -128
  94. package/package.json +1 -1
  95. package/proto/{centy.proto → centy/v1/centy.proto} +44 -15
  96. package/proto/centy/v1/generic_item.proto +177 -0
@@ -209,13 +209,6 @@
209
209
  "multiple": false,
210
210
  "type": "option"
211
211
  },
212
- "default-state": {
213
- "description": "Default state for new issues (default: \"open\")",
214
- "name": "default-state",
215
- "hasDynamicHelp": false,
216
- "multiple": false,
217
- "type": "option"
218
- },
219
212
  "allowed-states": {
220
213
  "description": "Comma-separated list of allowed states",
221
214
  "name": "allowed-states",
@@ -246,6 +239,110 @@
246
239
  "init.js"
247
240
  ]
248
241
  },
242
+ "link": {
243
+ "aliases": [],
244
+ "args": {
245
+ "type": {
246
+ "description": "Source entity type (e.g., issue, doc)",
247
+ "name": "type",
248
+ "required": true
249
+ },
250
+ "id": {
251
+ "description": "Source entity ID or slug",
252
+ "name": "id",
253
+ "required": true
254
+ },
255
+ "linkType": {
256
+ "description": "Link type (e.g., blocks, relates-to, parent-of)",
257
+ "name": "linkType",
258
+ "required": true
259
+ },
260
+ "target": {
261
+ "description": "Target entity as type:id (e.g., issue:2, doc:getting-started)",
262
+ "name": "target",
263
+ "required": true
264
+ }
265
+ },
266
+ "description": "Create a link between two entities",
267
+ "examples": [
268
+ "<%= config.bin %> link issue 1 blocks issue:2",
269
+ "<%= config.bin %> link doc getting-started relates-to issue:5",
270
+ "<%= config.bin %> link issue 1 parent-of issue:3 --project my-project"
271
+ ],
272
+ "flags": {
273
+ "project": {
274
+ "description": "Project name or path (defaults to current directory)",
275
+ "name": "project",
276
+ "hasDynamicHelp": false,
277
+ "multiple": false,
278
+ "type": "option"
279
+ }
280
+ },
281
+ "hasDynamicHelp": false,
282
+ "hiddenAliases": [],
283
+ "id": "link",
284
+ "pluginAlias": "centy",
285
+ "pluginName": "centy",
286
+ "pluginType": "core",
287
+ "strict": true,
288
+ "enableJsonFlag": false,
289
+ "isESM": true,
290
+ "relativePath": [
291
+ "dist",
292
+ "commands",
293
+ "link.js"
294
+ ]
295
+ },
296
+ "links": {
297
+ "aliases": [],
298
+ "args": {
299
+ "type": {
300
+ "description": "Entity type (e.g., issue, doc)",
301
+ "name": "type",
302
+ "required": true
303
+ },
304
+ "id": {
305
+ "description": "Entity ID or slug",
306
+ "name": "id",
307
+ "required": true
308
+ }
309
+ },
310
+ "description": "List all links for an entity",
311
+ "examples": [
312
+ "<%= config.bin %> links issue 1",
313
+ "<%= config.bin %> links doc getting-started --json",
314
+ "<%= config.bin %> links issue 1 --project my-project"
315
+ ],
316
+ "flags": {
317
+ "json": {
318
+ "description": "Output as JSON",
319
+ "name": "json",
320
+ "allowNo": false,
321
+ "type": "boolean"
322
+ },
323
+ "project": {
324
+ "description": "Project name or path (defaults to current directory)",
325
+ "name": "project",
326
+ "hasDynamicHelp": false,
327
+ "multiple": false,
328
+ "type": "option"
329
+ }
330
+ },
331
+ "hasDynamicHelp": false,
332
+ "hiddenAliases": [],
333
+ "id": "links",
334
+ "pluginAlias": "centy",
335
+ "pluginName": "centy",
336
+ "pluginType": "core",
337
+ "strict": true,
338
+ "enableJsonFlag": false,
339
+ "isESM": true,
340
+ "relativePath": [
341
+ "dist",
342
+ "commands",
343
+ "links.js"
344
+ ]
345
+ },
249
346
  "llm": {
250
347
  "aliases": [],
251
348
  "args": {},
@@ -455,6 +552,93 @@
455
552
  "start.js"
456
553
  ]
457
554
  },
555
+ "unlink": {
556
+ "aliases": [],
557
+ "args": {
558
+ "type": {
559
+ "description": "Source entity type (e.g., issue, doc)",
560
+ "name": "type",
561
+ "required": true
562
+ },
563
+ "id": {
564
+ "description": "Source entity ID or slug",
565
+ "name": "id",
566
+ "required": true
567
+ },
568
+ "target": {
569
+ "description": "Target entity as type:id (e.g., issue:2, doc:getting-started)",
570
+ "name": "target",
571
+ "required": true
572
+ }
573
+ },
574
+ "description": "Remove a link between two entities",
575
+ "examples": [
576
+ "<%= config.bin %> unlink issue 1 issue:2",
577
+ "<%= config.bin %> unlink issue 1 issue:2 --type blocks",
578
+ "<%= config.bin %> unlink doc getting-started issue:5 --project my-project"
579
+ ],
580
+ "flags": {
581
+ "type": {
582
+ "description": "Specific link type to remove (removes all link types if omitted)",
583
+ "name": "type",
584
+ "hasDynamicHelp": false,
585
+ "multiple": false,
586
+ "type": "option"
587
+ },
588
+ "project": {
589
+ "description": "Project name or path (defaults to current directory)",
590
+ "name": "project",
591
+ "hasDynamicHelp": false,
592
+ "multiple": false,
593
+ "type": "option"
594
+ }
595
+ },
596
+ "hasDynamicHelp": false,
597
+ "hiddenAliases": [],
598
+ "id": "unlink",
599
+ "pluginAlias": "centy",
600
+ "pluginName": "centy",
601
+ "pluginType": "core",
602
+ "strict": true,
603
+ "enableJsonFlag": false,
604
+ "isESM": true,
605
+ "relativePath": [
606
+ "dist",
607
+ "commands",
608
+ "unlink.js"
609
+ ]
610
+ },
611
+ "version": {
612
+ "aliases": [],
613
+ "args": {},
614
+ "description": "Show CLI and daemon version information",
615
+ "examples": [
616
+ "<%= config.bin %> version",
617
+ "<%= config.bin %> version --json"
618
+ ],
619
+ "flags": {
620
+ "json": {
621
+ "description": "Output as JSON",
622
+ "name": "json",
623
+ "allowNo": false,
624
+ "type": "boolean"
625
+ }
626
+ },
627
+ "hasDynamicHelp": false,
628
+ "hiddenAliases": [],
629
+ "id": "version",
630
+ "pluginAlias": "centy",
631
+ "pluginName": "centy",
632
+ "pluginType": "core",
633
+ "strict": true,
634
+ "enableJsonFlag": false,
635
+ "isESM": true,
636
+ "relativePath": [
637
+ "dist",
638
+ "commands",
639
+ "version.js"
640
+ ]
641
+ },
458
642
  "add:asset": {
459
643
  "aliases": [],
460
644
  "args": {
@@ -859,126 +1043,6 @@
859
1043
  "user.js"
860
1044
  ]
861
1045
  },
862
- "duplicate:doc": {
863
- "aliases": [],
864
- "args": {
865
- "slug": {
866
- "description": "Doc slug",
867
- "name": "slug",
868
- "required": true
869
- }
870
- },
871
- "description": "Duplicate a doc (same project or different project)",
872
- "examples": [
873
- "<%= config.bin %> duplicate doc my-doc",
874
- "<%= config.bin %> duplicate doc readme --new-slug readme-v2",
875
- "<%= config.bin %> duplicate doc api-guide --to /path/to/other/project",
876
- "<%= config.bin %> duplicate doc spec --to ../other --new-slug spec-copy --title \"Spec Copy\""
877
- ],
878
- "flags": {
879
- "to": {
880
- "char": "t",
881
- "description": "Target project path (defaults to same project if not specified)",
882
- "name": "to",
883
- "hasDynamicHelp": false,
884
- "multiple": false,
885
- "type": "option"
886
- },
887
- "new-slug": {
888
- "char": "s",
889
- "description": "Slug for the duplicate (defaults to \"{slug}-copy\")",
890
- "name": "new-slug",
891
- "hasDynamicHelp": false,
892
- "multiple": false,
893
- "type": "option"
894
- },
895
- "title": {
896
- "description": "Title for the duplicate (defaults to \"Copy of {original}\")",
897
- "name": "title",
898
- "hasDynamicHelp": false,
899
- "multiple": false,
900
- "type": "option"
901
- },
902
- "project": {
903
- "description": "Project name or path (defaults to current directory)",
904
- "name": "project",
905
- "hasDynamicHelp": false,
906
- "multiple": false,
907
- "type": "option"
908
- }
909
- },
910
- "hasDynamicHelp": false,
911
- "hiddenAliases": [],
912
- "id": "duplicate:doc",
913
- "pluginAlias": "centy",
914
- "pluginName": "centy",
915
- "pluginType": "core",
916
- "strict": true,
917
- "enableJsonFlag": false,
918
- "isESM": true,
919
- "relativePath": [
920
- "dist",
921
- "commands",
922
- "duplicate",
923
- "doc.js"
924
- ]
925
- },
926
- "duplicate:issue": {
927
- "aliases": [],
928
- "args": {
929
- "id": {
930
- "description": "Issue ID (UUID) or display number",
931
- "name": "id",
932
- "required": true
933
- }
934
- },
935
- "description": "Duplicate an issue (same project or different project)",
936
- "examples": [
937
- "<%= config.bin %> duplicate issue 1",
938
- "<%= config.bin %> duplicate issue 1 --title \"New feature branch\"",
939
- "<%= config.bin %> duplicate issue abc123-uuid --to /path/to/other/project",
940
- "<%= config.bin %> duplicate issue 5 --to ../other --title \"Copy for testing\""
941
- ],
942
- "flags": {
943
- "to": {
944
- "char": "t",
945
- "description": "Target project path (defaults to same project if not specified)",
946
- "name": "to",
947
- "hasDynamicHelp": false,
948
- "multiple": false,
949
- "type": "option"
950
- },
951
- "title": {
952
- "description": "Title for the duplicate (defaults to \"Copy of {original}\")",
953
- "name": "title",
954
- "hasDynamicHelp": false,
955
- "multiple": false,
956
- "type": "option"
957
- },
958
- "project": {
959
- "description": "Project name or path (defaults to current directory)",
960
- "name": "project",
961
- "hasDynamicHelp": false,
962
- "multiple": false,
963
- "type": "option"
964
- }
965
- },
966
- "hasDynamicHelp": false,
967
- "hiddenAliases": [],
968
- "id": "duplicate:issue",
969
- "pluginAlias": "centy",
970
- "pluginName": "centy",
971
- "pluginType": "core",
972
- "strict": true,
973
- "enableJsonFlag": false,
974
- "isESM": true,
975
- "relativePath": [
976
- "dist",
977
- "commands",
978
- "duplicate",
979
- "issue.js"
980
- ]
981
- },
982
1046
  "create:doc": {
983
1047
  "aliases": [],
984
1048
  "args": {},
@@ -1126,6 +1190,100 @@
1126
1190
  "issue.js"
1127
1191
  ]
1128
1192
  },
1193
+ "create:item-type": {
1194
+ "aliases": [],
1195
+ "args": {},
1196
+ "description": "Create a new custom item type",
1197
+ "examples": [
1198
+ "<%= config.bin %> create item-type --name \"Bug\" --plural \"bugs\" --identifier uuid --statuses open,in-progress,closed --default-status open --priority-levels 3 --features display-number,status,priority,move,duplicate",
1199
+ "<%= config.bin %> create item-type --name \"Task\" --plural \"tasks\" --identifier slug --statuses todo,doing,done --default-status todo --features status,priority"
1200
+ ],
1201
+ "flags": {
1202
+ "name": {
1203
+ "char": "n",
1204
+ "description": "Singular display name (e.g., \"Bug\", \"Task\", \"Epic\")",
1205
+ "name": "name",
1206
+ "required": true,
1207
+ "hasDynamicHelp": false,
1208
+ "multiple": false,
1209
+ "type": "option"
1210
+ },
1211
+ "plural": {
1212
+ "description": "Folder/type key, lowercase alphanumeric + hyphens (e.g., \"bugs\")",
1213
+ "name": "plural",
1214
+ "required": true,
1215
+ "hasDynamicHelp": false,
1216
+ "multiple": false,
1217
+ "type": "option"
1218
+ },
1219
+ "identifier": {
1220
+ "description": "Identifier type for items",
1221
+ "name": "identifier",
1222
+ "required": true,
1223
+ "hasDynamicHelp": false,
1224
+ "multiple": false,
1225
+ "options": [
1226
+ "uuid",
1227
+ "slug"
1228
+ ],
1229
+ "type": "option"
1230
+ },
1231
+ "statuses": {
1232
+ "description": "Comma-separated list of allowed statuses",
1233
+ "name": "statuses",
1234
+ "required": true,
1235
+ "hasDynamicHelp": false,
1236
+ "multiple": false,
1237
+ "type": "option"
1238
+ },
1239
+ "default-status": {
1240
+ "description": "Default status for new items (must be in statuses list)",
1241
+ "name": "default-status",
1242
+ "required": true,
1243
+ "hasDynamicHelp": false,
1244
+ "multiple": false,
1245
+ "type": "option"
1246
+ },
1247
+ "priority-levels": {
1248
+ "description": "Number of priority levels (0 = none)",
1249
+ "name": "priority-levels",
1250
+ "default": 0,
1251
+ "hasDynamicHelp": false,
1252
+ "multiple": false,
1253
+ "type": "option"
1254
+ },
1255
+ "features": {
1256
+ "char": "f",
1257
+ "description": "Comma-separated features (display-number, status, priority, assets, org-sync, move, duplicate)",
1258
+ "name": "features",
1259
+ "hasDynamicHelp": false,
1260
+ "multiple": false,
1261
+ "type": "option"
1262
+ },
1263
+ "project": {
1264
+ "description": "Project name or path (defaults to current directory)",
1265
+ "name": "project",
1266
+ "hasDynamicHelp": false,
1267
+ "multiple": false,
1268
+ "type": "option"
1269
+ }
1270
+ },
1271
+ "hasDynamicHelp": false,
1272
+ "hiddenAliases": [],
1273
+ "id": "create:item-type",
1274
+ "pluginAlias": "centy",
1275
+ "pluginName": "centy",
1276
+ "pluginType": "core",
1277
+ "strict": true,
1278
+ "enableJsonFlag": false,
1279
+ "isESM": true,
1280
+ "relativePath": [
1281
+ "dist",
1282
+ "commands",
1283
+ "create",
1284
+ "item-type.js"
1285
+ ]
1286
+ },
1129
1287
  "create:org": {
1130
1288
  "aliases": [
1131
1289
  "create:organization"
@@ -1258,6 +1416,126 @@
1258
1416
  "user.js"
1259
1417
  ]
1260
1418
  },
1419
+ "duplicate:doc": {
1420
+ "aliases": [],
1421
+ "args": {
1422
+ "slug": {
1423
+ "description": "Doc slug",
1424
+ "name": "slug",
1425
+ "required": true
1426
+ }
1427
+ },
1428
+ "description": "Duplicate a doc (same project or different project)",
1429
+ "examples": [
1430
+ "<%= config.bin %> duplicate doc my-doc",
1431
+ "<%= config.bin %> duplicate doc readme --new-slug readme-v2",
1432
+ "<%= config.bin %> duplicate doc api-guide --to /path/to/other/project",
1433
+ "<%= config.bin %> duplicate doc spec --to ../other --new-slug spec-copy --title \"Spec Copy\""
1434
+ ],
1435
+ "flags": {
1436
+ "to": {
1437
+ "char": "t",
1438
+ "description": "Target project path (defaults to same project if not specified)",
1439
+ "name": "to",
1440
+ "hasDynamicHelp": false,
1441
+ "multiple": false,
1442
+ "type": "option"
1443
+ },
1444
+ "new-slug": {
1445
+ "char": "s",
1446
+ "description": "Slug for the duplicate (defaults to \"{slug}-copy\")",
1447
+ "name": "new-slug",
1448
+ "hasDynamicHelp": false,
1449
+ "multiple": false,
1450
+ "type": "option"
1451
+ },
1452
+ "title": {
1453
+ "description": "Title for the duplicate (defaults to \"Copy of {original}\")",
1454
+ "name": "title",
1455
+ "hasDynamicHelp": false,
1456
+ "multiple": false,
1457
+ "type": "option"
1458
+ },
1459
+ "project": {
1460
+ "description": "Project name or path (defaults to current directory)",
1461
+ "name": "project",
1462
+ "hasDynamicHelp": false,
1463
+ "multiple": false,
1464
+ "type": "option"
1465
+ }
1466
+ },
1467
+ "hasDynamicHelp": false,
1468
+ "hiddenAliases": [],
1469
+ "id": "duplicate:doc",
1470
+ "pluginAlias": "centy",
1471
+ "pluginName": "centy",
1472
+ "pluginType": "core",
1473
+ "strict": true,
1474
+ "enableJsonFlag": false,
1475
+ "isESM": true,
1476
+ "relativePath": [
1477
+ "dist",
1478
+ "commands",
1479
+ "duplicate",
1480
+ "doc.js"
1481
+ ]
1482
+ },
1483
+ "duplicate:issue": {
1484
+ "aliases": [],
1485
+ "args": {
1486
+ "id": {
1487
+ "description": "Issue ID (UUID) or display number",
1488
+ "name": "id",
1489
+ "required": true
1490
+ }
1491
+ },
1492
+ "description": "Duplicate an issue (same project or different project)",
1493
+ "examples": [
1494
+ "<%= config.bin %> duplicate issue 1",
1495
+ "<%= config.bin %> duplicate issue 1 --title \"New feature branch\"",
1496
+ "<%= config.bin %> duplicate issue abc123-uuid --to /path/to/other/project",
1497
+ "<%= config.bin %> duplicate issue 5 --to ../other --title \"Copy for testing\""
1498
+ ],
1499
+ "flags": {
1500
+ "to": {
1501
+ "char": "t",
1502
+ "description": "Target project path (defaults to same project if not specified)",
1503
+ "name": "to",
1504
+ "hasDynamicHelp": false,
1505
+ "multiple": false,
1506
+ "type": "option"
1507
+ },
1508
+ "title": {
1509
+ "description": "Title for the duplicate (defaults to \"Copy of {original}\")",
1510
+ "name": "title",
1511
+ "hasDynamicHelp": false,
1512
+ "multiple": false,
1513
+ "type": "option"
1514
+ },
1515
+ "project": {
1516
+ "description": "Project name or path (defaults to current directory)",
1517
+ "name": "project",
1518
+ "hasDynamicHelp": false,
1519
+ "multiple": false,
1520
+ "type": "option"
1521
+ }
1522
+ },
1523
+ "hasDynamicHelp": false,
1524
+ "hiddenAliases": [],
1525
+ "id": "duplicate:issue",
1526
+ "pluginAlias": "centy",
1527
+ "pluginName": "centy",
1528
+ "pluginType": "core",
1529
+ "strict": true,
1530
+ "enableJsonFlag": false,
1531
+ "isESM": true,
1532
+ "relativePath": [
1533
+ "dist",
1534
+ "commands",
1535
+ "duplicate",
1536
+ "issue.js"
1537
+ ]
1538
+ },
1261
1539
  "get:asset": {
1262
1540
  "aliases": [
1263
1541
  "show:asset"
@@ -1740,6 +2018,46 @@
1740
2018
  "issues.js"
1741
2019
  ]
1742
2020
  },
2021
+ "list:link-types": {
2022
+ "aliases": [],
2023
+ "args": {},
2024
+ "description": "List all available link types",
2025
+ "examples": [
2026
+ "<%= config.bin %> list link-types",
2027
+ "<%= config.bin %> list link-types --json",
2028
+ "<%= config.bin %> list link-types --project centy-daemon"
2029
+ ],
2030
+ "flags": {
2031
+ "json": {
2032
+ "description": "Output as JSON",
2033
+ "name": "json",
2034
+ "allowNo": false,
2035
+ "type": "boolean"
2036
+ },
2037
+ "project": {
2038
+ "description": "Project name or path (defaults to current directory)",
2039
+ "name": "project",
2040
+ "hasDynamicHelp": false,
2041
+ "multiple": false,
2042
+ "type": "option"
2043
+ }
2044
+ },
2045
+ "hasDynamicHelp": false,
2046
+ "hiddenAliases": [],
2047
+ "id": "list:link-types",
2048
+ "pluginAlias": "centy",
2049
+ "pluginName": "centy",
2050
+ "pluginType": "core",
2051
+ "strict": true,
2052
+ "enableJsonFlag": false,
2053
+ "isESM": true,
2054
+ "relativePath": [
2055
+ "dist",
2056
+ "commands",
2057
+ "list",
2058
+ "link-types.js"
2059
+ ]
2060
+ },
1743
2061
  "list:orgs": {
1744
2062
  "aliases": [
1745
2063
  "list:organizations",
@@ -2771,5 +3089,5 @@
2771
3089
  ]
2772
3090
  }
2773
3091
  },
2774
- "version": "0.4.0"
3092
+ "version": "0.5.0"
2775
3093
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "centy",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "CLI for managing project issues and docs via code in the .centy folder",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",