centy 0.7.1 → 0.7.3

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 (91) hide show
  1. package/dist/commands/close.d.ts +3 -2
  2. package/dist/commands/close.d.ts.map +1 -1
  3. package/dist/commands/close.js +45 -38
  4. package/dist/commands/close.js.map +1 -1
  5. package/dist/commands/{delete/issue.d.ts → delete.d.ts} +4 -3
  6. package/dist/commands/delete.d.ts.map +1 -0
  7. package/dist/commands/{delete/issue.js → delete.js} +25 -17
  8. package/dist/commands/delete.js.map +1 -0
  9. package/dist/commands/{duplicate/issue.d.ts → duplicate.d.ts} +5 -3
  10. package/dist/commands/duplicate.d.ts.map +1 -0
  11. package/dist/commands/{duplicate/issue.js → duplicate.js} +38 -24
  12. package/dist/commands/duplicate.js.map +1 -0
  13. package/dist/commands/get.d.ts.map +1 -1
  14. package/dist/commands/get.js +3 -1
  15. package/dist/commands/get.js.map +1 -1
  16. package/dist/commands/{list/issues.d.ts → list.d.ts} +7 -5
  17. package/dist/commands/list.d.ts.map +1 -0
  18. package/dist/commands/list.js +96 -0
  19. package/dist/commands/list.js.map +1 -0
  20. package/dist/commands/{move/issue.d.ts → move.d.ts} +5 -3
  21. package/dist/commands/move.d.ts.map +1 -0
  22. package/dist/commands/{move/issue.js → move.js} +34 -17
  23. package/dist/commands/move.js.map +1 -0
  24. package/dist/commands/{update/issue.d.ts → update.d.ts} +7 -8
  25. package/dist/commands/update.d.ts.map +1 -0
  26. package/dist/commands/update.js +101 -0
  27. package/dist/commands/update.js.map +1 -0
  28. package/dist/daemon/daemon-duplicate-item.d.ts +6 -0
  29. package/dist/daemon/daemon-duplicate-item.d.ts.map +1 -0
  30. package/dist/daemon/daemon-duplicate-item.js +9 -0
  31. package/dist/daemon/daemon-duplicate-item.js.map +1 -0
  32. package/dist/daemon/daemon-list-items.d.ts +6 -0
  33. package/dist/daemon/daemon-list-items.d.ts.map +1 -0
  34. package/dist/daemon/daemon-list-items.js +9 -0
  35. package/dist/daemon/daemon-list-items.js.map +1 -0
  36. package/dist/daemon/daemon-move-item.d.ts +6 -0
  37. package/dist/daemon/daemon-move-item.d.ts.map +1 -0
  38. package/dist/daemon/daemon-move-item.js +9 -0
  39. package/dist/daemon/daemon-move-item.js.map +1 -0
  40. package/dist/daemon/daemon-update-item.d.ts +6 -0
  41. package/dist/daemon/daemon-update-item.d.ts.map +1 -0
  42. package/dist/daemon/daemon-update-item.js +9 -0
  43. package/dist/daemon/daemon-update-item.js.map +1 -0
  44. package/dist/daemon/generated/centy/v1/generic_item.d.ts +38 -0
  45. package/dist/daemon/generated/centy/v1/generic_item.d.ts.map +1 -1
  46. package/dist/daemon/grpc-client-items.d.ts +3 -1
  47. package/dist/daemon/grpc-client-items.d.ts.map +1 -1
  48. package/dist/lib/resolve-item-id/resolve-item-id.d.ts +7 -0
  49. package/dist/lib/resolve-item-id/resolve-item-id.d.ts.map +1 -0
  50. package/dist/lib/resolve-item-id/resolve-item-id.js +23 -0
  51. package/dist/lib/resolve-item-id/resolve-item-id.js.map +1 -0
  52. package/oclif.manifest.json +525 -802
  53. package/package.json +1 -1
  54. package/proto/centy/v1/centy.proto +6 -0
  55. package/proto/centy/v1/generic_item.proto +32 -0
  56. package/dist/commands/close/issue.d.ts +0 -16
  57. package/dist/commands/close/issue.d.ts.map +0 -1
  58. package/dist/commands/close/issue.js +0 -58
  59. package/dist/commands/close/issue.js.map +0 -1
  60. package/dist/commands/delete/doc.d.ts +0 -17
  61. package/dist/commands/delete/doc.d.ts.map +0 -1
  62. package/dist/commands/delete/doc.js +0 -75
  63. package/dist/commands/delete/doc.js.map +0 -1
  64. package/dist/commands/delete/issue.d.ts.map +0 -1
  65. package/dist/commands/delete/issue.js.map +0 -1
  66. package/dist/commands/duplicate/doc.d.ts +0 -19
  67. package/dist/commands/duplicate/doc.d.ts.map +0 -1
  68. package/dist/commands/duplicate/doc.js +0 -87
  69. package/dist/commands/duplicate/doc.js.map +0 -1
  70. package/dist/commands/duplicate/issue.d.ts.map +0 -1
  71. package/dist/commands/duplicate/issue.js.map +0 -1
  72. package/dist/commands/list/docs.d.ts +0 -15
  73. package/dist/commands/list/docs.d.ts.map +0 -1
  74. package/dist/commands/list/docs.js +0 -60
  75. package/dist/commands/list/docs.js.map +0 -1
  76. package/dist/commands/list/issues.d.ts.map +0 -1
  77. package/dist/commands/list/issues.js +0 -86
  78. package/dist/commands/list/issues.js.map +0 -1
  79. package/dist/commands/move/doc.d.ts +0 -18
  80. package/dist/commands/move/doc.d.ts.map +0 -1
  81. package/dist/commands/move/doc.js +0 -82
  82. package/dist/commands/move/doc.js.map +0 -1
  83. package/dist/commands/move/issue.d.ts.map +0 -1
  84. package/dist/commands/move/issue.js.map +0 -1
  85. package/dist/commands/update/doc.d.ts +0 -20
  86. package/dist/commands/update/doc.d.ts.map +0 -1
  87. package/dist/commands/update/doc.js +0 -73
  88. package/dist/commands/update/doc.js.map +0 -1
  89. package/dist/commands/update/issue.d.ts.map +0 -1
  90. package/dist/commands/update/issue.js +0 -107
  91. package/dist/commands/update/issue.js.map +0 -1
@@ -3,17 +3,23 @@
3
3
  "close": {
4
4
  "aliases": [],
5
5
  "args": {
6
- "identifier": {
7
- "description": "Display number (#N or N) or UUID",
8
- "name": "identifier",
6
+ "type": {
7
+ "description": "Item type (e.g., issue, epic, or custom type)",
8
+ "name": "type",
9
+ "required": true
10
+ },
11
+ "id": {
12
+ "description": "Item ID (UUID or display number)",
13
+ "name": "id",
9
14
  "required": true
10
15
  }
11
16
  },
12
- "description": "Close an issue by display number",
17
+ "description": "Close an item by setting its status to closed",
13
18
  "examples": [
14
- "<%= config.bin %> close 1",
15
- "<%= config.bin %> close #1",
16
- "<%= config.bin %> close 1 --project centy-daemon"
19
+ "<%= config.bin %> close issue 1",
20
+ "<%= config.bin %> close epic 1",
21
+ "<%= config.bin %> close issue abc123-uuid",
22
+ "<%= config.bin %> close epic 1 --project centy-daemon"
17
23
  ],
18
24
  "flags": {
19
25
  "project": {
@@ -239,6 +245,125 @@
239
245
  "create.js"
240
246
  ]
241
247
  },
248
+ "delete": {
249
+ "aliases": [],
250
+ "args": {
251
+ "type": {
252
+ "description": "Item type (e.g., issue, epic, or custom type)",
253
+ "name": "type",
254
+ "required": true
255
+ },
256
+ "id": {
257
+ "description": "Item ID (UUID, display number, or slug)",
258
+ "name": "id",
259
+ "required": true
260
+ }
261
+ },
262
+ "description": "Delete an item by type and identifier",
263
+ "examples": [
264
+ "<%= config.bin %> delete issue 1",
265
+ "<%= config.bin %> delete epic 1 --force",
266
+ "<%= config.bin %> delete bug abc123-uuid",
267
+ "<%= config.bin %> delete epic 1 --project centy-daemon"
268
+ ],
269
+ "flags": {
270
+ "force": {
271
+ "char": "f",
272
+ "description": "Skip confirmation prompt",
273
+ "name": "force",
274
+ "allowNo": false,
275
+ "type": "boolean"
276
+ },
277
+ "project": {
278
+ "description": "Project name or path (defaults to current directory)",
279
+ "name": "project",
280
+ "hasDynamicHelp": false,
281
+ "multiple": false,
282
+ "type": "option"
283
+ }
284
+ },
285
+ "hasDynamicHelp": false,
286
+ "hiddenAliases": [],
287
+ "id": "delete",
288
+ "pluginAlias": "centy",
289
+ "pluginName": "centy",
290
+ "pluginType": "core",
291
+ "strict": true,
292
+ "enableJsonFlag": false,
293
+ "isESM": true,
294
+ "relativePath": [
295
+ "dist",
296
+ "commands",
297
+ "delete.js"
298
+ ]
299
+ },
300
+ "duplicate": {
301
+ "aliases": [],
302
+ "args": {
303
+ "type": {
304
+ "description": "Item type (e.g., issue, epic, or custom type)",
305
+ "name": "type",
306
+ "required": true
307
+ },
308
+ "id": {
309
+ "description": "Item ID (UUID, display number, or slug)",
310
+ "name": "id",
311
+ "required": true
312
+ }
313
+ },
314
+ "description": "Duplicate an item to the same or a different project",
315
+ "examples": [
316
+ "<%= config.bin %> duplicate issue 1",
317
+ "<%= config.bin %> duplicate epic 1 --title \"Copy of epic\"",
318
+ "<%= config.bin %> duplicate bug abc123-uuid --to /path/to/other/project",
319
+ "<%= config.bin %> duplicate epic 1 --project centy-daemon"
320
+ ],
321
+ "flags": {
322
+ "to": {
323
+ "description": "Target project path (defaults to same project)",
324
+ "name": "to",
325
+ "hasDynamicHelp": false,
326
+ "multiple": false,
327
+ "type": "option"
328
+ },
329
+ "title": {
330
+ "char": "t",
331
+ "description": "Title for the duplicate (defaults to \"Copy of {original}\")",
332
+ "name": "title",
333
+ "hasDynamicHelp": false,
334
+ "multiple": false,
335
+ "type": "option"
336
+ },
337
+ "new-id": {
338
+ "description": "New ID for the copy (for slug-identified types)",
339
+ "name": "new-id",
340
+ "hasDynamicHelp": false,
341
+ "multiple": false,
342
+ "type": "option"
343
+ },
344
+ "project": {
345
+ "description": "Project name or path (defaults to current directory)",
346
+ "name": "project",
347
+ "hasDynamicHelp": false,
348
+ "multiple": false,
349
+ "type": "option"
350
+ }
351
+ },
352
+ "hasDynamicHelp": false,
353
+ "hiddenAliases": [],
354
+ "id": "duplicate",
355
+ "pluginAlias": "centy",
356
+ "pluginName": "centy",
357
+ "pluginType": "core",
358
+ "strict": true,
359
+ "enableJsonFlag": false,
360
+ "isESM": true,
361
+ "relativePath": [
362
+ "dist",
363
+ "commands",
364
+ "duplicate.js"
365
+ ]
366
+ },
242
367
  "get": {
243
368
  "aliases": [],
244
369
  "args": {
@@ -489,6 +614,76 @@
489
614
  "links.js"
490
615
  ]
491
616
  },
617
+ "list": {
618
+ "aliases": [],
619
+ "args": {
620
+ "type": {
621
+ "description": "Item type (e.g., issue, doc, epic, or custom type)",
622
+ "name": "type",
623
+ "required": true
624
+ }
625
+ },
626
+ "description": "List items of any type",
627
+ "examples": [
628
+ "<%= config.bin %> list issues",
629
+ "<%= config.bin %> list epics",
630
+ "<%= config.bin %> list epics --status open",
631
+ "<%= config.bin %> list epics --priority 1",
632
+ "<%= config.bin %> list bugs --json",
633
+ "<%= config.bin %> list issues --project centy-daemon"
634
+ ],
635
+ "flags": {
636
+ "status": {
637
+ "char": "s",
638
+ "description": "Filter by status (e.g., open, in-progress, closed)",
639
+ "name": "status",
640
+ "hasDynamicHelp": false,
641
+ "multiple": false,
642
+ "type": "option"
643
+ },
644
+ "priority": {
645
+ "char": "p",
646
+ "description": "Filter by priority level (1 = highest)",
647
+ "name": "priority",
648
+ "hasDynamicHelp": false,
649
+ "multiple": false,
650
+ "type": "option"
651
+ },
652
+ "include-deleted": {
653
+ "description": "Include soft-deleted items",
654
+ "name": "include-deleted",
655
+ "allowNo": false,
656
+ "type": "boolean"
657
+ },
658
+ "json": {
659
+ "description": "Output as JSON",
660
+ "name": "json",
661
+ "allowNo": false,
662
+ "type": "boolean"
663
+ },
664
+ "project": {
665
+ "description": "Project name or path (defaults to current directory)",
666
+ "name": "project",
667
+ "hasDynamicHelp": false,
668
+ "multiple": false,
669
+ "type": "option"
670
+ }
671
+ },
672
+ "hasDynamicHelp": false,
673
+ "hiddenAliases": [],
674
+ "id": "list",
675
+ "pluginAlias": "centy",
676
+ "pluginName": "centy",
677
+ "pluginType": "core",
678
+ "strict": true,
679
+ "enableJsonFlag": false,
680
+ "isESM": true,
681
+ "relativePath": [
682
+ "dist",
683
+ "commands",
684
+ "list.js"
685
+ ]
686
+ },
492
687
  "llm": {
493
688
  "aliases": [],
494
689
  "args": {},
@@ -551,6 +746,67 @@
551
746
  "manifest.js"
552
747
  ]
553
748
  },
749
+ "move": {
750
+ "aliases": [],
751
+ "args": {
752
+ "type": {
753
+ "description": "Item type (e.g., issue, epic, or custom type)",
754
+ "name": "type",
755
+ "required": true
756
+ },
757
+ "id": {
758
+ "description": "Item ID (UUID, display number, or slug)",
759
+ "name": "id",
760
+ "required": true
761
+ }
762
+ },
763
+ "description": "Move an item to a different project",
764
+ "examples": [
765
+ "<%= config.bin %> move issue 1 --to /path/to/target/project",
766
+ "<%= config.bin %> move epic 1 --to ../other-project",
767
+ "<%= config.bin %> move bug abc123-uuid --to ~/projects/target",
768
+ "<%= config.bin %> move epic 1 --to /other --project centy-daemon"
769
+ ],
770
+ "flags": {
771
+ "to": {
772
+ "char": "t",
773
+ "description": "Target project path",
774
+ "name": "to",
775
+ "required": true,
776
+ "hasDynamicHelp": false,
777
+ "multiple": false,
778
+ "type": "option"
779
+ },
780
+ "new-id": {
781
+ "description": "New ID for the item in the target (for slug renames)",
782
+ "name": "new-id",
783
+ "hasDynamicHelp": false,
784
+ "multiple": false,
785
+ "type": "option"
786
+ },
787
+ "project": {
788
+ "description": "Project name or path (defaults to current directory)",
789
+ "name": "project",
790
+ "hasDynamicHelp": false,
791
+ "multiple": false,
792
+ "type": "option"
793
+ }
794
+ },
795
+ "hasDynamicHelp": false,
796
+ "hiddenAliases": [],
797
+ "id": "move",
798
+ "pluginAlias": "centy",
799
+ "pluginName": "centy",
800
+ "pluginType": "core",
801
+ "strict": true,
802
+ "enableJsonFlag": false,
803
+ "isESM": true,
804
+ "relativePath": [
805
+ "dist",
806
+ "commands",
807
+ "move.js"
808
+ ]
809
+ },
554
810
  "restart": {
555
811
  "aliases": [],
556
812
  "args": {},
@@ -754,283 +1010,66 @@
754
1010
  "unlink.js"
755
1011
  ]
756
1012
  },
757
- "version": {
1013
+ "update": {
758
1014
  "aliases": [],
759
- "args": {},
760
- "description": "Show CLI and daemon version information",
1015
+ "args": {
1016
+ "type": {
1017
+ "description": "Item type (e.g., issue, epic, or custom type)",
1018
+ "name": "type",
1019
+ "required": true
1020
+ },
1021
+ "id": {
1022
+ "description": "Item ID (UUID, display number, or slug)",
1023
+ "name": "id",
1024
+ "required": true
1025
+ }
1026
+ },
1027
+ "description": "Update an item by type and identifier",
761
1028
  "examples": [
762
- "<%= config.bin %> version",
763
- "<%= config.bin %> version --json"
1029
+ "<%= config.bin %> update issue 1 --status closed",
1030
+ "<%= config.bin %> update epic 1 --title \"New title\"",
1031
+ "<%= config.bin %> update bug abc123-uuid --status in-progress --priority 1",
1032
+ "<%= config.bin %> update epic 1 --project centy-daemon"
764
1033
  ],
765
1034
  "flags": {
766
- "json": {
767
- "description": "Output as JSON",
768
- "name": "json",
769
- "allowNo": false,
770
- "type": "boolean"
771
- }
772
- },
773
- "hasDynamicHelp": false,
774
- "hiddenAliases": [],
775
- "id": "version",
776
- "pluginAlias": "centy",
777
- "pluginName": "centy",
778
- "pluginType": "core",
779
- "strict": true,
780
- "enableJsonFlag": false,
781
- "isESM": true,
782
- "relativePath": [
783
- "dist",
784
- "commands",
785
- "version.js"
786
- ]
787
- },
788
- "add:asset": {
789
- "aliases": [],
790
- "args": {
791
- "file": {
792
- "description": "Path to the file to add",
793
- "name": "file",
794
- "required": true
795
- }
796
- },
797
- "description": "Add an asset to an issue, PR, or as a shared asset",
798
- "examples": [
799
- "<%= config.bin %> add asset screenshot.png --issue 1",
800
- "<%= config.bin %> add asset screenshot.png --pr 1",
801
- "<%= config.bin %> add asset diagram.svg --shared",
802
- "<%= config.bin %> add asset image.jpg --issue 1 --name my-image.jpg",
803
- "<%= config.bin %> add asset screenshot.png --issue 1 --project centy-daemon"
804
- ],
805
- "flags": {
806
- "issue": {
807
- "char": "i",
808
- "description": "Issue ID or display number to attach the asset to",
809
- "name": "issue",
1035
+ "title": {
1036
+ "char": "t",
1037
+ "description": "New title",
1038
+ "name": "title",
810
1039
  "hasDynamicHelp": false,
811
1040
  "multiple": false,
812
1041
  "type": "option"
813
1042
  },
814
- "pr": {
815
- "char": "p",
816
- "description": "PR ID or display number to attach the asset to",
817
- "name": "pr",
1043
+ "body": {
1044
+ "char": "b",
1045
+ "description": "New body (markdown content)",
1046
+ "name": "body",
818
1047
  "hasDynamicHelp": false,
819
1048
  "multiple": false,
820
1049
  "type": "option"
821
1050
  },
822
- "shared": {
1051
+ "status": {
823
1052
  "char": "s",
824
- "description": "Add as a shared asset (accessible by all issues/PRs)",
825
- "name": "shared",
826
- "allowNo": false,
827
- "type": "boolean"
828
- },
829
- "name": {
830
- "char": "n",
831
- "description": "Custom filename (defaults to original filename)",
832
- "name": "name",
833
- "hasDynamicHelp": false,
834
- "multiple": false,
835
- "type": "option"
836
- },
837
- "project": {
838
- "description": "Project name or path (defaults to current directory)",
839
- "name": "project",
840
- "hasDynamicHelp": false,
841
- "multiple": false,
842
- "type": "option"
843
- }
844
- },
845
- "hasDynamicHelp": false,
846
- "hiddenAliases": [],
847
- "id": "add:asset",
848
- "pluginAlias": "centy",
849
- "pluginName": "centy",
850
- "pluginType": "core",
851
- "strict": true,
852
- "enableJsonFlag": false,
853
- "isESM": true,
854
- "relativePath": [
855
- "dist",
856
- "commands",
857
- "add",
858
- "asset.js"
859
- ]
860
- },
861
- "close:issue": {
862
- "aliases": [],
863
- "args": {
864
- "id": {
865
- "description": "Issue ID (UUID) or display number",
866
- "name": "id",
867
- "required": true
868
- }
869
- },
870
- "description": "Close an issue",
871
- "examples": [
872
- "<%= config.bin %> close issue 1",
873
- "<%= config.bin %> close issue abc123-uuid",
874
- "<%= config.bin %> close issue 1 --project centy-daemon"
875
- ],
876
- "flags": {
877
- "project": {
878
- "description": "Project name or path (defaults to current directory)",
879
- "name": "project",
880
- "hasDynamicHelp": false,
881
- "multiple": false,
882
- "type": "option"
883
- }
884
- },
885
- "hasDynamicHelp": false,
886
- "hiddenAliases": [],
887
- "id": "close:issue",
888
- "pluginAlias": "centy",
889
- "pluginName": "centy",
890
- "pluginType": "core",
891
- "strict": true,
892
- "enableJsonFlag": false,
893
- "isESM": true,
894
- "relativePath": [
895
- "dist",
896
- "commands",
897
- "close",
898
- "issue.js"
899
- ]
900
- },
901
- "delete:asset": {
902
- "aliases": [],
903
- "args": {
904
- "filename": {
905
- "description": "Asset filename",
906
- "name": "filename",
907
- "required": true
908
- }
909
- },
910
- "description": "Delete an asset",
911
- "examples": [
912
- "<%= config.bin %> delete asset screenshot.png --issue 1",
913
- "<%= config.bin %> delete asset logo.svg --shared",
914
- "<%= config.bin %> delete asset old-image.png --issue 1 --force",
915
- "<%= config.bin %> delete asset screenshot.png --issue 1 --project centy-daemon"
916
- ],
917
- "flags": {
918
- "issue": {
919
- "char": "i",
920
- "description": "Issue ID or display number",
921
- "name": "issue",
1053
+ "description": "New status (e.g., open, in-progress, closed)",
1054
+ "name": "status",
922
1055
  "hasDynamicHelp": false,
923
1056
  "multiple": false,
924
1057
  "type": "option"
925
1058
  },
926
- "shared": {
927
- "char": "s",
928
- "description": "Delete a shared asset",
929
- "name": "shared",
930
- "allowNo": false,
931
- "type": "boolean"
932
- },
933
- "force": {
934
- "char": "f",
935
- "description": "Skip confirmation prompt",
936
- "name": "force",
937
- "allowNo": false,
938
- "type": "boolean"
939
- },
940
- "project": {
941
- "description": "Project name or path (defaults to current directory)",
942
- "name": "project",
1059
+ "priority": {
1060
+ "char": "p",
1061
+ "description": "New priority level (1 = highest)",
1062
+ "name": "priority",
943
1063
  "hasDynamicHelp": false,
944
1064
  "multiple": false,
945
1065
  "type": "option"
946
- }
947
- },
948
- "hasDynamicHelp": false,
949
- "hiddenAliases": [],
950
- "id": "delete:asset",
951
- "pluginAlias": "centy",
952
- "pluginName": "centy",
953
- "pluginType": "core",
954
- "strict": true,
955
- "enableJsonFlag": false,
956
- "isESM": true,
957
- "relativePath": [
958
- "dist",
959
- "commands",
960
- "delete",
961
- "asset.js"
962
- ]
963
- },
964
- "delete:doc": {
965
- "aliases": [],
966
- "args": {
967
- "slug": {
968
- "description": "Doc slug",
969
- "name": "slug",
970
- "required": true
971
- }
972
- },
973
- "description": "Delete a documentation file",
974
- "examples": [
975
- "<%= config.bin %> delete doc getting-started",
976
- "<%= config.bin %> delete doc api-reference --force",
977
- "<%= config.bin %> delete doc api-reference --project centy-daemon"
978
- ],
979
- "flags": {
980
- "force": {
981
- "char": "f",
982
- "description": "Skip confirmation prompt",
983
- "name": "force",
984
- "allowNo": false,
985
- "type": "boolean"
986
1066
  },
987
- "project": {
988
- "description": "Project name or path (defaults to current directory)",
989
- "name": "project",
1067
+ "custom-field": {
1068
+ "description": "Custom field in key=value format (repeatable)",
1069
+ "name": "custom-field",
990
1070
  "hasDynamicHelp": false,
991
- "multiple": false,
1071
+ "multiple": true,
992
1072
  "type": "option"
993
- }
994
- },
995
- "hasDynamicHelp": false,
996
- "hiddenAliases": [],
997
- "id": "delete:doc",
998
- "pluginAlias": "centy",
999
- "pluginName": "centy",
1000
- "pluginType": "core",
1001
- "strict": true,
1002
- "enableJsonFlag": false,
1003
- "isESM": true,
1004
- "relativePath": [
1005
- "dist",
1006
- "commands",
1007
- "delete",
1008
- "doc.js"
1009
- ]
1010
- },
1011
- "delete:issue": {
1012
- "aliases": [],
1013
- "args": {
1014
- "id": {
1015
- "description": "Issue ID (UUID) or display number",
1016
- "name": "id",
1017
- "required": true
1018
- }
1019
- },
1020
- "description": "Delete an issue",
1021
- "examples": [
1022
- "<%= config.bin %> delete issue 1",
1023
- "<%= config.bin %> delete issue abc123-uuid",
1024
- "<%= config.bin %> delete issue 1 --force",
1025
- "<%= config.bin %> delete issue 1 --project centy-daemon"
1026
- ],
1027
- "flags": {
1028
- "force": {
1029
- "char": "f",
1030
- "description": "Skip confirmation prompt",
1031
- "name": "force",
1032
- "allowNo": false,
1033
- "type": "boolean"
1034
1073
  },
1035
1074
  "project": {
1036
1075
  "description": "Project name or path (defaults to current directory)",
@@ -1042,48 +1081,7 @@
1042
1081
  },
1043
1082
  "hasDynamicHelp": false,
1044
1083
  "hiddenAliases": [],
1045
- "id": "delete:issue",
1046
- "pluginAlias": "centy",
1047
- "pluginName": "centy",
1048
- "pluginType": "core",
1049
- "strict": true,
1050
- "enableJsonFlag": false,
1051
- "isESM": true,
1052
- "relativePath": [
1053
- "dist",
1054
- "commands",
1055
- "delete",
1056
- "issue.js"
1057
- ]
1058
- },
1059
- "delete:org": {
1060
- "aliases": [
1061
- "delete:organization"
1062
- ],
1063
- "args": {
1064
- "slug": {
1065
- "description": "Organization slug",
1066
- "name": "slug",
1067
- "required": true
1068
- }
1069
- },
1070
- "description": "Delete an organization (must have no projects assigned)",
1071
- "examples": [
1072
- "<%= config.bin %> delete org my-org",
1073
- "<%= config.bin %> delete organization old-org"
1074
- ],
1075
- "flags": {
1076
- "force": {
1077
- "char": "f",
1078
- "description": "Skip confirmation prompt",
1079
- "name": "force",
1080
- "allowNo": false,
1081
- "type": "boolean"
1082
- }
1083
- },
1084
- "hasDynamicHelp": false,
1085
- "hiddenAliases": [],
1086
- "id": "delete:org",
1084
+ "id": "update",
1087
1085
  "pluginAlias": "centy",
1088
1086
  "pluginName": "centy",
1089
1087
  "pluginType": "core",
@@ -1093,44 +1091,28 @@
1093
1091
  "relativePath": [
1094
1092
  "dist",
1095
1093
  "commands",
1096
- "delete",
1097
- "org.js"
1094
+ "update.js"
1098
1095
  ]
1099
1096
  },
1100
- "delete:user": {
1097
+ "version": {
1101
1098
  "aliases": [],
1102
- "args": {
1103
- "id": {
1104
- "description": "User ID",
1105
- "name": "id",
1106
- "required": true
1107
- }
1108
- },
1109
- "description": "Delete a user",
1099
+ "args": {},
1100
+ "description": "Show CLI and daemon version information",
1110
1101
  "examples": [
1111
- "<%= config.bin %> delete user john-doe",
1112
- "<%= config.bin %> delete user john-doe --force",
1113
- "<%= config.bin %> delete user john-doe --project centy-daemon"
1102
+ "<%= config.bin %> version",
1103
+ "<%= config.bin %> version --json"
1114
1104
  ],
1115
1105
  "flags": {
1116
- "force": {
1117
- "char": "f",
1118
- "description": "Skip confirmation prompt",
1119
- "name": "force",
1106
+ "json": {
1107
+ "description": "Output as JSON",
1108
+ "name": "json",
1120
1109
  "allowNo": false,
1121
1110
  "type": "boolean"
1122
- },
1123
- "project": {
1124
- "description": "Project name or path (defaults to current directory)",
1125
- "name": "project",
1126
- "hasDynamicHelp": false,
1127
- "multiple": false,
1128
- "type": "option"
1129
1111
  }
1130
1112
  },
1131
1113
  "hasDynamicHelp": false,
1132
1114
  "hiddenAliases": [],
1133
- "id": "delete:user",
1115
+ "id": "version",
1134
1116
  "pluginAlias": "centy",
1135
1117
  "pluginName": "centy",
1136
1118
  "pluginType": "core",
@@ -1140,102 +1122,54 @@
1140
1122
  "relativePath": [
1141
1123
  "dist",
1142
1124
  "commands",
1143
- "delete",
1144
- "user.js"
1125
+ "version.js"
1145
1126
  ]
1146
1127
  },
1147
- "duplicate:doc": {
1128
+ "add:asset": {
1148
1129
  "aliases": [],
1149
1130
  "args": {
1150
- "slug": {
1151
- "description": "Doc slug",
1152
- "name": "slug",
1131
+ "file": {
1132
+ "description": "Path to the file to add",
1133
+ "name": "file",
1153
1134
  "required": true
1154
1135
  }
1155
1136
  },
1156
- "description": "Duplicate a doc (same project or different project)",
1137
+ "description": "Add an asset to an issue, PR, or as a shared asset",
1157
1138
  "examples": [
1158
- "<%= config.bin %> duplicate doc my-doc",
1159
- "<%= config.bin %> duplicate doc readme --new-slug readme-v2",
1160
- "<%= config.bin %> duplicate doc api-guide --to /path/to/other/project",
1161
- "<%= config.bin %> duplicate doc spec --to ../other --new-slug spec-copy --title \"Spec Copy\""
1139
+ "<%= config.bin %> add asset screenshot.png --issue 1",
1140
+ "<%= config.bin %> add asset screenshot.png --pr 1",
1141
+ "<%= config.bin %> add asset diagram.svg --shared",
1142
+ "<%= config.bin %> add asset image.jpg --issue 1 --name my-image.jpg",
1143
+ "<%= config.bin %> add asset screenshot.png --issue 1 --project centy-daemon"
1162
1144
  ],
1163
1145
  "flags": {
1164
- "to": {
1165
- "char": "t",
1166
- "description": "Target project path (defaults to same project if not specified)",
1167
- "name": "to",
1168
- "hasDynamicHelp": false,
1169
- "multiple": false,
1170
- "type": "option"
1171
- },
1172
- "new-slug": {
1173
- "char": "s",
1174
- "description": "Slug for the duplicate (defaults to \"{slug}-copy\")",
1175
- "name": "new-slug",
1146
+ "issue": {
1147
+ "char": "i",
1148
+ "description": "Issue ID or display number to attach the asset to",
1149
+ "name": "issue",
1176
1150
  "hasDynamicHelp": false,
1177
1151
  "multiple": false,
1178
1152
  "type": "option"
1179
1153
  },
1180
- "title": {
1181
- "description": "Title for the duplicate (defaults to \"Copy of {original}\")",
1182
- "name": "title",
1154
+ "pr": {
1155
+ "char": "p",
1156
+ "description": "PR ID or display number to attach the asset to",
1157
+ "name": "pr",
1183
1158
  "hasDynamicHelp": false,
1184
1159
  "multiple": false,
1185
1160
  "type": "option"
1186
1161
  },
1187
- "project": {
1188
- "description": "Project name or path (defaults to current directory)",
1189
- "name": "project",
1190
- "hasDynamicHelp": false,
1191
- "multiple": false,
1192
- "type": "option"
1193
- }
1194
- },
1195
- "hasDynamicHelp": false,
1196
- "hiddenAliases": [],
1197
- "id": "duplicate:doc",
1198
- "pluginAlias": "centy",
1199
- "pluginName": "centy",
1200
- "pluginType": "core",
1201
- "strict": true,
1202
- "enableJsonFlag": false,
1203
- "isESM": true,
1204
- "relativePath": [
1205
- "dist",
1206
- "commands",
1207
- "duplicate",
1208
- "doc.js"
1209
- ]
1210
- },
1211
- "duplicate:issue": {
1212
- "aliases": [],
1213
- "args": {
1214
- "id": {
1215
- "description": "Issue ID (UUID) or display number",
1216
- "name": "id",
1217
- "required": true
1218
- }
1219
- },
1220
- "description": "Duplicate an issue (same project or different project)",
1221
- "examples": [
1222
- "<%= config.bin %> duplicate issue 1",
1223
- "<%= config.bin %> duplicate issue 1 --title \"New feature branch\"",
1224
- "<%= config.bin %> duplicate issue abc123-uuid --to /path/to/other/project",
1225
- "<%= config.bin %> duplicate issue 5 --to ../other --title \"Copy for testing\""
1226
- ],
1227
- "flags": {
1228
- "to": {
1229
- "char": "t",
1230
- "description": "Target project path (defaults to same project if not specified)",
1231
- "name": "to",
1232
- "hasDynamicHelp": false,
1233
- "multiple": false,
1234
- "type": "option"
1162
+ "shared": {
1163
+ "char": "s",
1164
+ "description": "Add as a shared asset (accessible by all issues/PRs)",
1165
+ "name": "shared",
1166
+ "allowNo": false,
1167
+ "type": "boolean"
1235
1168
  },
1236
- "title": {
1237
- "description": "Title for the duplicate (defaults to \"Copy of {original}\")",
1238
- "name": "title",
1169
+ "name": {
1170
+ "char": "n",
1171
+ "description": "Custom filename (defaults to original filename)",
1172
+ "name": "name",
1239
1173
  "hasDynamicHelp": false,
1240
1174
  "multiple": false,
1241
1175
  "type": "option"
@@ -1250,7 +1184,7 @@
1250
1184
  },
1251
1185
  "hasDynamicHelp": false,
1252
1186
  "hiddenAliases": [],
1253
- "id": "duplicate:issue",
1187
+ "id": "add:asset",
1254
1188
  "pluginAlias": "centy",
1255
1189
  "pluginName": "centy",
1256
1190
  "pluginType": "core",
@@ -1260,8 +1194,8 @@
1260
1194
  "relativePath": [
1261
1195
  "dist",
1262
1196
  "commands",
1263
- "duplicate",
1264
- "issue.js"
1197
+ "add",
1198
+ "asset.js"
1265
1199
  ]
1266
1200
  },
1267
1201
  "daemon:autostart": {
@@ -1487,75 +1421,44 @@
1487
1421
  "project.js"
1488
1422
  ]
1489
1423
  },
1490
- "item-type:create": {
1424
+ "delete:asset": {
1491
1425
  "aliases": [],
1492
- "args": {},
1493
- "description": "Create a new custom item type",
1426
+ "args": {
1427
+ "filename": {
1428
+ "description": "Asset filename",
1429
+ "name": "filename",
1430
+ "required": true
1431
+ }
1432
+ },
1433
+ "description": "Delete an asset",
1494
1434
  "examples": [
1495
- "<%= config.bin %> item-type create --name \"Bug\" --plural \"bugs\" --identifier uuid --statuses open,in-progress,closed --default-status open --priority-levels 3 --features display-number,status,priority,move,duplicate",
1496
- "<%= config.bin %> item-type create --name \"Task\" --plural \"tasks\" --identifier slug --statuses todo,doing,done --default-status todo --features status,priority"
1435
+ "<%= config.bin %> delete asset screenshot.png --issue 1",
1436
+ "<%= config.bin %> delete asset logo.svg --shared",
1437
+ "<%= config.bin %> delete asset old-image.png --issue 1 --force",
1438
+ "<%= config.bin %> delete asset screenshot.png --issue 1 --project centy-daemon"
1497
1439
  ],
1498
1440
  "flags": {
1499
- "name": {
1500
- "char": "n",
1501
- "description": "Singular display name (e.g., \"Bug\", \"Task\", \"Epic\")",
1502
- "name": "name",
1503
- "required": true,
1504
- "hasDynamicHelp": false,
1505
- "multiple": false,
1506
- "type": "option"
1507
- },
1508
- "plural": {
1509
- "description": "Folder/type key, lowercase alphanumeric + hyphens (e.g., \"bugs\")",
1510
- "name": "plural",
1511
- "required": true,
1512
- "hasDynamicHelp": false,
1513
- "multiple": false,
1514
- "type": "option"
1515
- },
1516
- "identifier": {
1517
- "description": "Identifier type for items",
1518
- "name": "identifier",
1519
- "required": true,
1520
- "hasDynamicHelp": false,
1521
- "multiple": false,
1522
- "options": [
1523
- "uuid",
1524
- "slug"
1525
- ],
1526
- "type": "option"
1527
- },
1528
- "statuses": {
1529
- "description": "Comma-separated list of allowed statuses",
1530
- "name": "statuses",
1531
- "required": true,
1532
- "hasDynamicHelp": false,
1533
- "multiple": false,
1534
- "type": "option"
1535
- },
1536
- "default-status": {
1537
- "description": "Default status for new items (must be in statuses list)",
1538
- "name": "default-status",
1539
- "required": true,
1441
+ "issue": {
1442
+ "char": "i",
1443
+ "description": "Issue ID or display number",
1444
+ "name": "issue",
1540
1445
  "hasDynamicHelp": false,
1541
1446
  "multiple": false,
1542
1447
  "type": "option"
1543
1448
  },
1544
- "priority-levels": {
1545
- "description": "Number of priority levels (0 = none)",
1546
- "name": "priority-levels",
1547
- "default": 0,
1548
- "hasDynamicHelp": false,
1549
- "multiple": false,
1550
- "type": "option"
1449
+ "shared": {
1450
+ "char": "s",
1451
+ "description": "Delete a shared asset",
1452
+ "name": "shared",
1453
+ "allowNo": false,
1454
+ "type": "boolean"
1551
1455
  },
1552
- "features": {
1456
+ "force": {
1553
1457
  "char": "f",
1554
- "description": "Comma-separated features (display-number, status, priority, assets, org-sync, move, duplicate)",
1555
- "name": "features",
1556
- "hasDynamicHelp": false,
1557
- "multiple": false,
1558
- "type": "option"
1458
+ "description": "Skip confirmation prompt",
1459
+ "name": "force",
1460
+ "allowNo": false,
1461
+ "type": "boolean"
1559
1462
  },
1560
1463
  "project": {
1561
1464
  "description": "Project name or path (defaults to current directory)",
@@ -1567,7 +1470,7 @@
1567
1470
  },
1568
1471
  "hasDynamicHelp": false,
1569
1472
  "hiddenAliases": [],
1570
- "id": "item-type:create",
1473
+ "id": "delete:asset",
1571
1474
  "pluginAlias": "centy",
1572
1475
  "pluginName": "centy",
1573
1476
  "pluginType": "core",
@@ -1577,47 +1480,71 @@
1577
1480
  "relativePath": [
1578
1481
  "dist",
1579
1482
  "commands",
1580
- "item-type",
1581
- "create.js"
1483
+ "delete",
1484
+ "asset.js"
1582
1485
  ]
1583
1486
  },
1584
- "list:assets": {
1487
+ "delete:org": {
1585
1488
  "aliases": [
1586
- "asset:list"
1489
+ "delete:organization"
1587
1490
  ],
1588
- "args": {},
1589
- "description": "List assets for an issue or shared assets",
1491
+ "args": {
1492
+ "slug": {
1493
+ "description": "Organization slug",
1494
+ "name": "slug",
1495
+ "required": true
1496
+ }
1497
+ },
1498
+ "description": "Delete an organization (must have no projects assigned)",
1590
1499
  "examples": [
1591
- "<%= config.bin %> list assets --issue 1",
1592
- "<%= config.bin %> list assets --shared",
1593
- "<%= config.bin %> list assets --issue 1 --include-shared",
1594
- "<%= config.bin %> list assets --issue 1 --project centy-daemon"
1500
+ "<%= config.bin %> delete org my-org",
1501
+ "<%= config.bin %> delete organization old-org"
1595
1502
  ],
1596
1503
  "flags": {
1597
- "issue": {
1598
- "char": "i",
1599
- "description": "Issue ID or display number",
1600
- "name": "issue",
1601
- "hasDynamicHelp": false,
1602
- "multiple": false,
1603
- "type": "option"
1604
- },
1605
- "shared": {
1606
- "char": "s",
1607
- "description": "List only shared assets",
1608
- "name": "shared",
1609
- "allowNo": false,
1610
- "type": "boolean"
1611
- },
1612
- "include-shared": {
1613
- "description": "Include shared assets when listing issue assets",
1614
- "name": "include-shared",
1504
+ "force": {
1505
+ "char": "f",
1506
+ "description": "Skip confirmation prompt",
1507
+ "name": "force",
1615
1508
  "allowNo": false,
1616
1509
  "type": "boolean"
1617
- },
1618
- "json": {
1619
- "description": "Output as JSON",
1620
- "name": "json",
1510
+ }
1511
+ },
1512
+ "hasDynamicHelp": false,
1513
+ "hiddenAliases": [],
1514
+ "id": "delete:org",
1515
+ "pluginAlias": "centy",
1516
+ "pluginName": "centy",
1517
+ "pluginType": "core",
1518
+ "strict": true,
1519
+ "enableJsonFlag": false,
1520
+ "isESM": true,
1521
+ "relativePath": [
1522
+ "dist",
1523
+ "commands",
1524
+ "delete",
1525
+ "org.js"
1526
+ ]
1527
+ },
1528
+ "delete:user": {
1529
+ "aliases": [],
1530
+ "args": {
1531
+ "id": {
1532
+ "description": "User ID",
1533
+ "name": "id",
1534
+ "required": true
1535
+ }
1536
+ },
1537
+ "description": "Delete a user",
1538
+ "examples": [
1539
+ "<%= config.bin %> delete user john-doe",
1540
+ "<%= config.bin %> delete user john-doe --force",
1541
+ "<%= config.bin %> delete user john-doe --project centy-daemon"
1542
+ ],
1543
+ "flags": {
1544
+ "force": {
1545
+ "char": "f",
1546
+ "description": "Skip confirmation prompt",
1547
+ "name": "force",
1621
1548
  "allowNo": false,
1622
1549
  "type": "boolean"
1623
1550
  },
@@ -1631,7 +1558,7 @@
1631
1558
  },
1632
1559
  "hasDynamicHelp": false,
1633
1560
  "hiddenAliases": [],
1634
- "id": "list:assets",
1561
+ "id": "delete:user",
1635
1562
  "pluginAlias": "centy",
1636
1563
  "pluginName": "centy",
1637
1564
  "pluginType": "core",
@@ -1641,27 +1568,79 @@
1641
1568
  "relativePath": [
1642
1569
  "dist",
1643
1570
  "commands",
1644
- "list",
1645
- "assets.js"
1571
+ "delete",
1572
+ "user.js"
1646
1573
  ]
1647
1574
  },
1648
- "list:docs": {
1649
- "aliases": [
1650
- "doc:list"
1651
- ],
1575
+ "item-type:create": {
1576
+ "aliases": [],
1652
1577
  "args": {},
1653
- "description": "List all documentation files",
1578
+ "description": "Create a new custom item type",
1654
1579
  "examples": [
1655
- "<%= config.bin %> list docs",
1656
- "<%= config.bin %> list docs --json",
1657
- "<%= config.bin %> list docs --project centy-daemon"
1580
+ "<%= config.bin %> item-type create --name \"Bug\" --plural \"bugs\" --identifier uuid --statuses open,in-progress,closed --default-status open --priority-levels 3 --features display-number,status,priority,move,duplicate",
1581
+ "<%= config.bin %> item-type create --name \"Task\" --plural \"tasks\" --identifier slug --statuses todo,doing,done --default-status todo --features status,priority"
1658
1582
  ],
1659
1583
  "flags": {
1660
- "json": {
1661
- "description": "Output as JSON",
1662
- "name": "json",
1663
- "allowNo": false,
1664
- "type": "boolean"
1584
+ "name": {
1585
+ "char": "n",
1586
+ "description": "Singular display name (e.g., \"Bug\", \"Task\", \"Epic\")",
1587
+ "name": "name",
1588
+ "required": true,
1589
+ "hasDynamicHelp": false,
1590
+ "multiple": false,
1591
+ "type": "option"
1592
+ },
1593
+ "plural": {
1594
+ "description": "Folder/type key, lowercase alphanumeric + hyphens (e.g., \"bugs\")",
1595
+ "name": "plural",
1596
+ "required": true,
1597
+ "hasDynamicHelp": false,
1598
+ "multiple": false,
1599
+ "type": "option"
1600
+ },
1601
+ "identifier": {
1602
+ "description": "Identifier type for items",
1603
+ "name": "identifier",
1604
+ "required": true,
1605
+ "hasDynamicHelp": false,
1606
+ "multiple": false,
1607
+ "options": [
1608
+ "uuid",
1609
+ "slug"
1610
+ ],
1611
+ "type": "option"
1612
+ },
1613
+ "statuses": {
1614
+ "description": "Comma-separated list of allowed statuses",
1615
+ "name": "statuses",
1616
+ "required": true,
1617
+ "hasDynamicHelp": false,
1618
+ "multiple": false,
1619
+ "type": "option"
1620
+ },
1621
+ "default-status": {
1622
+ "description": "Default status for new items (must be in statuses list)",
1623
+ "name": "default-status",
1624
+ "required": true,
1625
+ "hasDynamicHelp": false,
1626
+ "multiple": false,
1627
+ "type": "option"
1628
+ },
1629
+ "priority-levels": {
1630
+ "description": "Number of priority levels (0 = none)",
1631
+ "name": "priority-levels",
1632
+ "default": 0,
1633
+ "hasDynamicHelp": false,
1634
+ "multiple": false,
1635
+ "type": "option"
1636
+ },
1637
+ "features": {
1638
+ "char": "f",
1639
+ "description": "Comma-separated features (display-number, status, priority, assets, org-sync, move, duplicate)",
1640
+ "name": "features",
1641
+ "hasDynamicHelp": false,
1642
+ "multiple": false,
1643
+ "type": "option"
1665
1644
  },
1666
1645
  "project": {
1667
1646
  "description": "Project name or path (defaults to current directory)",
@@ -1673,7 +1652,7 @@
1673
1652
  },
1674
1653
  "hasDynamicHelp": false,
1675
1654
  "hiddenAliases": [],
1676
- "id": "list:docs",
1655
+ "id": "item-type:create",
1677
1656
  "pluginAlias": "centy",
1678
1657
  "pluginName": "centy",
1679
1658
  "pluginType": "core",
@@ -1683,40 +1662,43 @@
1683
1662
  "relativePath": [
1684
1663
  "dist",
1685
1664
  "commands",
1686
- "list",
1687
- "docs.js"
1665
+ "item-type",
1666
+ "create.js"
1688
1667
  ]
1689
1668
  },
1690
- "list:issues": {
1669
+ "list:assets": {
1691
1670
  "aliases": [
1692
- "issue:list"
1671
+ "asset:list"
1693
1672
  ],
1694
1673
  "args": {},
1695
- "description": "List all issues",
1674
+ "description": "List assets for an issue or shared assets",
1696
1675
  "examples": [
1697
- "<%= config.bin %> list issues",
1698
- "<%= config.bin %> list issues --status open",
1699
- "<%= config.bin %> list issues --priority 1",
1700
- "<%= config.bin %> list issues --project centy-daemon",
1701
- "<%= config.bin %> list issues --draft",
1702
- "<%= config.bin %> list issues --no-draft"
1676
+ "<%= config.bin %> list assets --issue 1",
1677
+ "<%= config.bin %> list assets --shared",
1678
+ "<%= config.bin %> list assets --issue 1 --include-shared",
1679
+ "<%= config.bin %> list assets --issue 1 --project centy-daemon"
1703
1680
  ],
1704
1681
  "flags": {
1705
- "status": {
1706
- "char": "s",
1707
- "description": "Filter by status (e.g., open, in-progress, closed)",
1708
- "name": "status",
1682
+ "issue": {
1683
+ "char": "i",
1684
+ "description": "Issue ID or display number",
1685
+ "name": "issue",
1709
1686
  "hasDynamicHelp": false,
1710
1687
  "multiple": false,
1711
1688
  "type": "option"
1712
1689
  },
1713
- "priority": {
1714
- "char": "p",
1715
- "description": "Filter by priority level (1 = highest)",
1716
- "name": "priority",
1717
- "hasDynamicHelp": false,
1718
- "multiple": false,
1719
- "type": "option"
1690
+ "shared": {
1691
+ "char": "s",
1692
+ "description": "List only shared assets",
1693
+ "name": "shared",
1694
+ "allowNo": false,
1695
+ "type": "boolean"
1696
+ },
1697
+ "include-shared": {
1698
+ "description": "Include shared assets when listing issue assets",
1699
+ "name": "include-shared",
1700
+ "allowNo": false,
1701
+ "type": "boolean"
1720
1702
  },
1721
1703
  "json": {
1722
1704
  "description": "Output as JSON",
@@ -1724,12 +1706,6 @@
1724
1706
  "allowNo": false,
1725
1707
  "type": "boolean"
1726
1708
  },
1727
- "draft": {
1728
- "description": "Filter by draft status (--draft for drafts only, --no-draft for non-drafts)",
1729
- "name": "draft",
1730
- "allowNo": true,
1731
- "type": "boolean"
1732
- },
1733
1709
  "project": {
1734
1710
  "description": "Project name or path (defaults to current directory)",
1735
1711
  "name": "project",
@@ -1740,7 +1716,7 @@
1740
1716
  },
1741
1717
  "hasDynamicHelp": false,
1742
1718
  "hiddenAliases": [],
1743
- "id": "list:issues",
1719
+ "id": "list:assets",
1744
1720
  "pluginAlias": "centy",
1745
1721
  "pluginName": "centy",
1746
1722
  "pluginType": "core",
@@ -1751,7 +1727,7 @@
1751
1727
  "dist",
1752
1728
  "commands",
1753
1729
  "list",
1754
- "issues.js"
1730
+ "assets.js"
1755
1731
  ]
1756
1732
  },
1757
1733
  "list:link-types": {
@@ -1951,112 +1927,6 @@
1951
1927
  "users.js"
1952
1928
  ]
1953
1929
  },
1954
- "move:doc": {
1955
- "aliases": [],
1956
- "args": {
1957
- "slug": {
1958
- "description": "Doc slug",
1959
- "name": "slug",
1960
- "required": true
1961
- }
1962
- },
1963
- "description": "Move a doc to a different project",
1964
- "examples": [
1965
- "<%= config.bin %> move doc my-doc --to /path/to/target/project",
1966
- "<%= config.bin %> move doc readme --to ../other-project --new-slug new-readme",
1967
- "<%= config.bin %> move doc api-guide --to ~/projects/target --project ./source"
1968
- ],
1969
- "flags": {
1970
- "to": {
1971
- "char": "t",
1972
- "description": "Target project path",
1973
- "name": "to",
1974
- "required": true,
1975
- "hasDynamicHelp": false,
1976
- "multiple": false,
1977
- "type": "option"
1978
- },
1979
- "new-slug": {
1980
- "char": "s",
1981
- "description": "New slug for the doc (if slug already exists in target)",
1982
- "name": "new-slug",
1983
- "hasDynamicHelp": false,
1984
- "multiple": false,
1985
- "type": "option"
1986
- },
1987
- "project": {
1988
- "description": "Project name or path (defaults to current directory)",
1989
- "name": "project",
1990
- "hasDynamicHelp": false,
1991
- "multiple": false,
1992
- "type": "option"
1993
- }
1994
- },
1995
- "hasDynamicHelp": false,
1996
- "hiddenAliases": [],
1997
- "id": "move:doc",
1998
- "pluginAlias": "centy",
1999
- "pluginName": "centy",
2000
- "pluginType": "core",
2001
- "strict": true,
2002
- "enableJsonFlag": false,
2003
- "isESM": true,
2004
- "relativePath": [
2005
- "dist",
2006
- "commands",
2007
- "move",
2008
- "doc.js"
2009
- ]
2010
- },
2011
- "move:issue": {
2012
- "aliases": [],
2013
- "args": {
2014
- "id": {
2015
- "description": "Issue ID (UUID) or display number",
2016
- "name": "id",
2017
- "required": true
2018
- }
2019
- },
2020
- "description": "Move an issue to a different project",
2021
- "examples": [
2022
- "<%= config.bin %> move issue 1 --to /path/to/target/project",
2023
- "<%= config.bin %> move issue abc123-uuid --to ../other-project",
2024
- "<%= config.bin %> move issue 5 --to ~/projects/target --project ./source"
2025
- ],
2026
- "flags": {
2027
- "to": {
2028
- "char": "t",
2029
- "description": "Target project path",
2030
- "name": "to",
2031
- "required": true,
2032
- "hasDynamicHelp": false,
2033
- "multiple": false,
2034
- "type": "option"
2035
- },
2036
- "project": {
2037
- "description": "Project name or path (defaults to current directory)",
2038
- "name": "project",
2039
- "hasDynamicHelp": false,
2040
- "multiple": false,
2041
- "type": "option"
2042
- }
2043
- },
2044
- "hasDynamicHelp": false,
2045
- "hiddenAliases": [],
2046
- "id": "move:issue",
2047
- "pluginAlias": "centy",
2048
- "pluginName": "centy",
2049
- "pluginType": "core",
2050
- "strict": true,
2051
- "enableJsonFlag": false,
2052
- "isESM": true,
2053
- "relativePath": [
2054
- "dist",
2055
- "commands",
2056
- "move",
2057
- "issue.js"
2058
- ]
2059
- },
2060
1930
  "org:create": {
2061
1931
  "aliases": [],
2062
1932
  "args": {
@@ -2438,153 +2308,6 @@
2438
2308
  "project.js"
2439
2309
  ]
2440
2310
  },
2441
- "update:doc": {
2442
- "aliases": [
2443
- "edit:doc"
2444
- ],
2445
- "args": {
2446
- "slug": {
2447
- "description": "Doc slug",
2448
- "name": "slug",
2449
- "required": true
2450
- }
2451
- },
2452
- "description": "Update an existing documentation file",
2453
- "examples": [
2454
- "<%= config.bin %> update doc getting-started --title \"New Title\"",
2455
- "<%= config.bin %> update doc api-reference --content \"# New Content\"",
2456
- "<%= config.bin %> update doc old-slug --new-slug new-slug",
2457
- "<%= config.bin %> update doc api-reference --title \"New Title\" --project centy-daemon"
2458
- ],
2459
- "flags": {
2460
- "title": {
2461
- "char": "t",
2462
- "description": "New title",
2463
- "name": "title",
2464
- "hasDynamicHelp": false,
2465
- "multiple": false,
2466
- "type": "option"
2467
- },
2468
- "content": {
2469
- "char": "c",
2470
- "description": "New content (markdown)",
2471
- "name": "content",
2472
- "hasDynamicHelp": false,
2473
- "multiple": false,
2474
- "type": "option"
2475
- },
2476
- "new-slug": {
2477
- "description": "Rename the doc to a new slug",
2478
- "name": "new-slug",
2479
- "hasDynamicHelp": false,
2480
- "multiple": false,
2481
- "type": "option"
2482
- },
2483
- "project": {
2484
- "description": "Project name or path (defaults to current directory)",
2485
- "name": "project",
2486
- "hasDynamicHelp": false,
2487
- "multiple": false,
2488
- "type": "option"
2489
- }
2490
- },
2491
- "hasDynamicHelp": false,
2492
- "hiddenAliases": [],
2493
- "id": "update:doc",
2494
- "pluginAlias": "centy",
2495
- "pluginName": "centy",
2496
- "pluginType": "core",
2497
- "strict": true,
2498
- "enableJsonFlag": false,
2499
- "isESM": true,
2500
- "relativePath": [
2501
- "dist",
2502
- "commands",
2503
- "update",
2504
- "doc.js"
2505
- ]
2506
- },
2507
- "update:issue": {
2508
- "aliases": [
2509
- "edit:issue"
2510
- ],
2511
- "args": {
2512
- "id": {
2513
- "description": "Issue ID (UUID) or display number",
2514
- "name": "id",
2515
- "required": true
2516
- }
2517
- },
2518
- "description": "Update an existing issue",
2519
- "examples": [
2520
- "<%= config.bin %> update issue 1 --status closed",
2521
- "<%= config.bin %> update issue 1 --title \"New title\" --priority high",
2522
- "<%= config.bin %> update issue abc123 --status in-progress",
2523
- "<%= config.bin %> update issue 1 --status closed --project centy-daemon"
2524
- ],
2525
- "flags": {
2526
- "title": {
2527
- "char": "t",
2528
- "description": "New title",
2529
- "name": "title",
2530
- "hasDynamicHelp": false,
2531
- "multiple": false,
2532
- "type": "option"
2533
- },
2534
- "description": {
2535
- "char": "d",
2536
- "description": "New description",
2537
- "name": "description",
2538
- "hasDynamicHelp": false,
2539
- "multiple": false,
2540
- "type": "option"
2541
- },
2542
- "status": {
2543
- "char": "s",
2544
- "description": "New status (e.g., open, in-progress, closed)",
2545
- "name": "status",
2546
- "hasDynamicHelp": false,
2547
- "multiple": false,
2548
- "type": "option"
2549
- },
2550
- "priority": {
2551
- "char": "p",
2552
- "description": "New priority (low/medium/high or 1-3)",
2553
- "name": "priority",
2554
- "hasDynamicHelp": false,
2555
- "multiple": false,
2556
- "type": "option"
2557
- },
2558
- "draft": {
2559
- "description": "Mark as draft (use --no-draft to unmark)",
2560
- "name": "draft",
2561
- "allowNo": true,
2562
- "type": "boolean"
2563
- },
2564
- "project": {
2565
- "description": "Project name or path (defaults to current directory)",
2566
- "name": "project",
2567
- "hasDynamicHelp": false,
2568
- "multiple": false,
2569
- "type": "option"
2570
- }
2571
- },
2572
- "hasDynamicHelp": false,
2573
- "hiddenAliases": [],
2574
- "id": "update:issue",
2575
- "pluginAlias": "centy",
2576
- "pluginName": "centy",
2577
- "pluginType": "core",
2578
- "strict": true,
2579
- "enableJsonFlag": false,
2580
- "isESM": true,
2581
- "relativePath": [
2582
- "dist",
2583
- "commands",
2584
- "update",
2585
- "issue.js"
2586
- ]
2587
- },
2588
2311
  "update:org": {
2589
2312
  "aliases": [
2590
2313
  "update:organization",
@@ -2962,5 +2685,5 @@
2962
2685
  ]
2963
2686
  }
2964
2687
  },
2965
- "version": "0.7.1"
2688
+ "version": "0.7.3"
2966
2689
  }