centy 0.7.2 → 0.7.4
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/dist/commands/close.d.ts +3 -2
- package/dist/commands/close.d.ts.map +1 -1
- package/dist/commands/close.js +45 -38
- package/dist/commands/close.js.map +1 -1
- package/dist/commands/{delete/issue.d.ts → delete.d.ts} +4 -3
- package/dist/commands/delete.d.ts.map +1 -0
- package/dist/commands/{delete/issue.js → delete.js} +25 -17
- package/dist/commands/delete.js.map +1 -0
- package/dist/commands/{duplicate/issue.d.ts → duplicate.d.ts} +5 -3
- package/dist/commands/duplicate.d.ts.map +1 -0
- package/dist/commands/{duplicate/issue.js → duplicate.js} +38 -24
- package/dist/commands/duplicate.js.map +1 -0
- package/dist/commands/{list/issues.d.ts → list.d.ts} +7 -5
- package/dist/commands/list.d.ts.map +1 -0
- package/dist/commands/list.js +96 -0
- package/dist/commands/list.js.map +1 -0
- package/dist/commands/{move/issue.d.ts → move.d.ts} +5 -3
- package/dist/commands/move.d.ts.map +1 -0
- package/dist/commands/{move/issue.js → move.js} +34 -17
- package/dist/commands/move.js.map +1 -0
- package/dist/commands/{close/issue.d.ts → restore.d.ts} +4 -3
- package/dist/commands/restore.d.ts.map +1 -0
- package/dist/commands/restore.js +67 -0
- package/dist/commands/restore.js.map +1 -0
- package/dist/commands/{update/issue.d.ts → update.d.ts} +7 -8
- package/dist/commands/update.d.ts.map +1 -0
- package/dist/commands/update.js +101 -0
- package/dist/commands/update.js.map +1 -0
- package/dist/daemon/daemon-duplicate-item.d.ts +6 -0
- package/dist/daemon/daemon-duplicate-item.d.ts.map +1 -0
- package/dist/daemon/daemon-duplicate-item.js +9 -0
- package/dist/daemon/daemon-duplicate-item.js.map +1 -0
- package/dist/daemon/daemon-list-items.d.ts +6 -0
- package/dist/daemon/daemon-list-items.d.ts.map +1 -0
- package/dist/daemon/daemon-list-items.js +9 -0
- package/dist/daemon/daemon-list-items.js.map +1 -0
- package/dist/daemon/daemon-move-item.d.ts +6 -0
- package/dist/daemon/daemon-move-item.d.ts.map +1 -0
- package/dist/daemon/daemon-move-item.js +9 -0
- package/dist/daemon/daemon-move-item.js.map +1 -0
- package/dist/daemon/daemon-restore-item.d.ts +6 -0
- package/dist/daemon/daemon-restore-item.d.ts.map +1 -0
- package/dist/daemon/daemon-restore-item.js +9 -0
- package/dist/daemon/daemon-restore-item.js.map +1 -0
- package/dist/daemon/daemon-update-item.d.ts +6 -0
- package/dist/daemon/daemon-update-item.d.ts.map +1 -0
- package/dist/daemon/daemon-update-item.js +9 -0
- package/dist/daemon/daemon-update-item.js.map +1 -0
- package/dist/daemon/generated/centy/v1/generic_item.d.ts +36 -0
- package/dist/daemon/generated/centy/v1/generic_item.d.ts.map +1 -1
- package/dist/daemon/grpc-client-items.d.ts +3 -1
- package/dist/daemon/grpc-client-items.d.ts.map +1 -1
- package/dist/lib/resolve-item-id/resolve-item-id.d.ts +7 -0
- package/dist/lib/resolve-item-id/resolve-item-id.d.ts.map +1 -0
- package/dist/lib/resolve-item-id/resolve-item-id.js +23 -0
- package/dist/lib/resolve-item-id/resolve-item-id.js.map +1 -0
- package/oclif.manifest.json +574 -807
- package/package.json +1 -1
- package/proto/centy/v1/centy.proto +6 -0
- package/proto/centy/v1/generic_item.proto +31 -0
- package/dist/commands/close/issue.d.ts.map +0 -1
- package/dist/commands/close/issue.js +0 -58
- package/dist/commands/close/issue.js.map +0 -1
- package/dist/commands/delete/doc.d.ts +0 -17
- package/dist/commands/delete/doc.d.ts.map +0 -1
- package/dist/commands/delete/doc.js +0 -75
- package/dist/commands/delete/doc.js.map +0 -1
- package/dist/commands/delete/issue.d.ts.map +0 -1
- package/dist/commands/delete/issue.js.map +0 -1
- package/dist/commands/duplicate/doc.d.ts +0 -19
- package/dist/commands/duplicate/doc.d.ts.map +0 -1
- package/dist/commands/duplicate/doc.js +0 -87
- package/dist/commands/duplicate/doc.js.map +0 -1
- package/dist/commands/duplicate/issue.d.ts.map +0 -1
- package/dist/commands/duplicate/issue.js.map +0 -1
- package/dist/commands/list/docs.d.ts +0 -15
- package/dist/commands/list/docs.d.ts.map +0 -1
- package/dist/commands/list/docs.js +0 -60
- package/dist/commands/list/docs.js.map +0 -1
- package/dist/commands/list/issues.d.ts.map +0 -1
- package/dist/commands/list/issues.js +0 -86
- package/dist/commands/list/issues.js.map +0 -1
- package/dist/commands/move/doc.d.ts +0 -18
- package/dist/commands/move/doc.d.ts.map +0 -1
- package/dist/commands/move/doc.js +0 -82
- package/dist/commands/move/doc.js.map +0 -1
- package/dist/commands/move/issue.d.ts.map +0 -1
- package/dist/commands/move/issue.js.map +0 -1
- package/dist/commands/update/doc.d.ts +0 -20
- package/dist/commands/update/doc.d.ts.map +0 -1
- package/dist/commands/update/doc.js +0 -73
- package/dist/commands/update/doc.js.map +0 -1
- package/dist/commands/update/issue.d.ts.map +0 -1
- package/dist/commands/update/issue.js +0 -107
- package/dist/commands/update/issue.js.map +0 -1
package/oclif.manifest.json
CHANGED
|
@@ -3,17 +3,23 @@
|
|
|
3
3
|
"close": {
|
|
4
4
|
"aliases": [],
|
|
5
5
|
"args": {
|
|
6
|
-
"
|
|
7
|
-
"description": "
|
|
8
|
-
"name": "
|
|
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
|
|
17
|
+
"description": "Close an item by setting its status to closed",
|
|
13
18
|
"examples": [
|
|
14
|
-
"<%= config.bin %> close 1",
|
|
15
|
-
"<%= config.bin %> close
|
|
16
|
-
"<%= config.bin %> close
|
|
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": {},
|
|
@@ -585,6 +841,50 @@
|
|
|
585
841
|
"restart.js"
|
|
586
842
|
]
|
|
587
843
|
},
|
|
844
|
+
"restore": {
|
|
845
|
+
"aliases": [],
|
|
846
|
+
"args": {
|
|
847
|
+
"type": {
|
|
848
|
+
"description": "Item type (e.g., issue, epic, or custom type)",
|
|
849
|
+
"name": "type",
|
|
850
|
+
"required": true
|
|
851
|
+
},
|
|
852
|
+
"id": {
|
|
853
|
+
"description": "Item ID (UUID, display number, or slug)",
|
|
854
|
+
"name": "id",
|
|
855
|
+
"required": true
|
|
856
|
+
}
|
|
857
|
+
},
|
|
858
|
+
"description": "Restore a soft-deleted item",
|
|
859
|
+
"examples": [
|
|
860
|
+
"<%= config.bin %> restore issue 1",
|
|
861
|
+
"<%= config.bin %> restore epic abc123-uuid",
|
|
862
|
+
"<%= config.bin %> restore bug 1 --project centy-daemon"
|
|
863
|
+
],
|
|
864
|
+
"flags": {
|
|
865
|
+
"project": {
|
|
866
|
+
"description": "Project name or path (defaults to current directory)",
|
|
867
|
+
"name": "project",
|
|
868
|
+
"hasDynamicHelp": false,
|
|
869
|
+
"multiple": false,
|
|
870
|
+
"type": "option"
|
|
871
|
+
}
|
|
872
|
+
},
|
|
873
|
+
"hasDynamicHelp": false,
|
|
874
|
+
"hiddenAliases": [],
|
|
875
|
+
"id": "restore",
|
|
876
|
+
"pluginAlias": "centy",
|
|
877
|
+
"pluginName": "centy",
|
|
878
|
+
"pluginType": "core",
|
|
879
|
+
"strict": true,
|
|
880
|
+
"enableJsonFlag": false,
|
|
881
|
+
"isESM": true,
|
|
882
|
+
"relativePath": [
|
|
883
|
+
"dist",
|
|
884
|
+
"commands",
|
|
885
|
+
"restore.js"
|
|
886
|
+
]
|
|
887
|
+
},
|
|
588
888
|
"show": {
|
|
589
889
|
"aliases": [],
|
|
590
890
|
"args": {
|
|
@@ -754,9 +1054,93 @@
|
|
|
754
1054
|
"unlink.js"
|
|
755
1055
|
]
|
|
756
1056
|
},
|
|
757
|
-
"
|
|
1057
|
+
"update": {
|
|
758
1058
|
"aliases": [],
|
|
759
|
-
"args": {
|
|
1059
|
+
"args": {
|
|
1060
|
+
"type": {
|
|
1061
|
+
"description": "Item type (e.g., issue, epic, or custom type)",
|
|
1062
|
+
"name": "type",
|
|
1063
|
+
"required": true
|
|
1064
|
+
},
|
|
1065
|
+
"id": {
|
|
1066
|
+
"description": "Item ID (UUID, display number, or slug)",
|
|
1067
|
+
"name": "id",
|
|
1068
|
+
"required": true
|
|
1069
|
+
}
|
|
1070
|
+
},
|
|
1071
|
+
"description": "Update an item by type and identifier",
|
|
1072
|
+
"examples": [
|
|
1073
|
+
"<%= config.bin %> update issue 1 --status closed",
|
|
1074
|
+
"<%= config.bin %> update epic 1 --title \"New title\"",
|
|
1075
|
+
"<%= config.bin %> update bug abc123-uuid --status in-progress --priority 1",
|
|
1076
|
+
"<%= config.bin %> update epic 1 --project centy-daemon"
|
|
1077
|
+
],
|
|
1078
|
+
"flags": {
|
|
1079
|
+
"title": {
|
|
1080
|
+
"char": "t",
|
|
1081
|
+
"description": "New title",
|
|
1082
|
+
"name": "title",
|
|
1083
|
+
"hasDynamicHelp": false,
|
|
1084
|
+
"multiple": false,
|
|
1085
|
+
"type": "option"
|
|
1086
|
+
},
|
|
1087
|
+
"body": {
|
|
1088
|
+
"char": "b",
|
|
1089
|
+
"description": "New body (markdown content)",
|
|
1090
|
+
"name": "body",
|
|
1091
|
+
"hasDynamicHelp": false,
|
|
1092
|
+
"multiple": false,
|
|
1093
|
+
"type": "option"
|
|
1094
|
+
},
|
|
1095
|
+
"status": {
|
|
1096
|
+
"char": "s",
|
|
1097
|
+
"description": "New status (e.g., open, in-progress, closed)",
|
|
1098
|
+
"name": "status",
|
|
1099
|
+
"hasDynamicHelp": false,
|
|
1100
|
+
"multiple": false,
|
|
1101
|
+
"type": "option"
|
|
1102
|
+
},
|
|
1103
|
+
"priority": {
|
|
1104
|
+
"char": "p",
|
|
1105
|
+
"description": "New priority level (1 = highest)",
|
|
1106
|
+
"name": "priority",
|
|
1107
|
+
"hasDynamicHelp": false,
|
|
1108
|
+
"multiple": false,
|
|
1109
|
+
"type": "option"
|
|
1110
|
+
},
|
|
1111
|
+
"custom-field": {
|
|
1112
|
+
"description": "Custom field in key=value format (repeatable)",
|
|
1113
|
+
"name": "custom-field",
|
|
1114
|
+
"hasDynamicHelp": false,
|
|
1115
|
+
"multiple": true,
|
|
1116
|
+
"type": "option"
|
|
1117
|
+
},
|
|
1118
|
+
"project": {
|
|
1119
|
+
"description": "Project name or path (defaults to current directory)",
|
|
1120
|
+
"name": "project",
|
|
1121
|
+
"hasDynamicHelp": false,
|
|
1122
|
+
"multiple": false,
|
|
1123
|
+
"type": "option"
|
|
1124
|
+
}
|
|
1125
|
+
},
|
|
1126
|
+
"hasDynamicHelp": false,
|
|
1127
|
+
"hiddenAliases": [],
|
|
1128
|
+
"id": "update",
|
|
1129
|
+
"pluginAlias": "centy",
|
|
1130
|
+
"pluginName": "centy",
|
|
1131
|
+
"pluginType": "core",
|
|
1132
|
+
"strict": true,
|
|
1133
|
+
"enableJsonFlag": false,
|
|
1134
|
+
"isESM": true,
|
|
1135
|
+
"relativePath": [
|
|
1136
|
+
"dist",
|
|
1137
|
+
"commands",
|
|
1138
|
+
"update.js"
|
|
1139
|
+
]
|
|
1140
|
+
},
|
|
1141
|
+
"version": {
|
|
1142
|
+
"aliases": [],
|
|
1143
|
+
"args": {},
|
|
760
1144
|
"description": "Show CLI and daemon version information",
|
|
761
1145
|
"examples": [
|
|
762
1146
|
"<%= config.bin %> version",
|
|
@@ -858,46 +1242,6 @@
|
|
|
858
1242
|
"asset.js"
|
|
859
1243
|
]
|
|
860
1244
|
},
|
|
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
1245
|
"daemon:autostart": {
|
|
902
1246
|
"aliases": [],
|
|
903
1247
|
"args": {},
|
|
@@ -975,42 +1319,43 @@
|
|
|
975
1319
|
"status.js"
|
|
976
1320
|
]
|
|
977
1321
|
},
|
|
978
|
-
"
|
|
979
|
-
"aliases": [
|
|
1322
|
+
"get:asset": {
|
|
1323
|
+
"aliases": [
|
|
1324
|
+
"show:asset"
|
|
1325
|
+
],
|
|
980
1326
|
"args": {
|
|
981
|
-
"
|
|
982
|
-
"description": "
|
|
983
|
-
"name": "
|
|
1327
|
+
"filename": {
|
|
1328
|
+
"description": "Asset filename",
|
|
1329
|
+
"name": "filename",
|
|
984
1330
|
"required": true
|
|
985
1331
|
}
|
|
986
1332
|
},
|
|
987
|
-
"description": "
|
|
1333
|
+
"description": "Get an asset and save it to a file",
|
|
988
1334
|
"examples": [
|
|
989
|
-
"<%= config.bin %>
|
|
990
|
-
"<%= config.bin %>
|
|
991
|
-
"<%= config.bin %>
|
|
992
|
-
"<%= config.bin %> duplicate doc spec --to ../other --new-slug spec-copy --title \"Spec Copy\""
|
|
1335
|
+
"<%= config.bin %> get asset screenshot.png --issue 1 --output ./screenshot.png",
|
|
1336
|
+
"<%= config.bin %> get asset logo.svg --shared --output ./logo.svg",
|
|
1337
|
+
"<%= config.bin %> get asset screenshot.png --issue 1 --project centy-daemon"
|
|
993
1338
|
],
|
|
994
1339
|
"flags": {
|
|
995
|
-
"
|
|
996
|
-
"char": "
|
|
997
|
-
"description": "
|
|
998
|
-
"name": "
|
|
1340
|
+
"issue": {
|
|
1341
|
+
"char": "i",
|
|
1342
|
+
"description": "Issue ID or display number",
|
|
1343
|
+
"name": "issue",
|
|
999
1344
|
"hasDynamicHelp": false,
|
|
1000
1345
|
"multiple": false,
|
|
1001
1346
|
"type": "option"
|
|
1002
1347
|
},
|
|
1003
|
-
"
|
|
1348
|
+
"shared": {
|
|
1004
1349
|
"char": "s",
|
|
1005
|
-
"description": "
|
|
1006
|
-
"name": "
|
|
1007
|
-
"
|
|
1008
|
-
"
|
|
1009
|
-
"type": "option"
|
|
1350
|
+
"description": "Get a shared asset",
|
|
1351
|
+
"name": "shared",
|
|
1352
|
+
"allowNo": false,
|
|
1353
|
+
"type": "boolean"
|
|
1010
1354
|
},
|
|
1011
|
-
"
|
|
1012
|
-
"
|
|
1013
|
-
"
|
|
1355
|
+
"output": {
|
|
1356
|
+
"char": "o",
|
|
1357
|
+
"description": "Output file path (defaults to asset filename)",
|
|
1358
|
+
"name": "output",
|
|
1014
1359
|
"hasDynamicHelp": false,
|
|
1015
1360
|
"multiple": false,
|
|
1016
1361
|
"type": "option"
|
|
@@ -1025,7 +1370,7 @@
|
|
|
1025
1370
|
},
|
|
1026
1371
|
"hasDynamicHelp": false,
|
|
1027
1372
|
"hiddenAliases": [],
|
|
1028
|
-
"id": "
|
|
1373
|
+
"id": "get:asset",
|
|
1029
1374
|
"pluginAlias": "centy",
|
|
1030
1375
|
"pluginName": "centy",
|
|
1031
1376
|
"pluginType": "core",
|
|
@@ -1035,53 +1380,78 @@
|
|
|
1035
1380
|
"relativePath": [
|
|
1036
1381
|
"dist",
|
|
1037
1382
|
"commands",
|
|
1038
|
-
"
|
|
1039
|
-
"
|
|
1383
|
+
"get",
|
|
1384
|
+
"asset.js"
|
|
1040
1385
|
]
|
|
1041
1386
|
},
|
|
1042
|
-
"
|
|
1043
|
-
"aliases": [
|
|
1387
|
+
"get:org": {
|
|
1388
|
+
"aliases": [
|
|
1389
|
+
"get:organization"
|
|
1390
|
+
],
|
|
1044
1391
|
"args": {
|
|
1045
|
-
"
|
|
1046
|
-
"description": "
|
|
1047
|
-
"name": "
|
|
1392
|
+
"slug": {
|
|
1393
|
+
"description": "Organization slug",
|
|
1394
|
+
"name": "slug",
|
|
1048
1395
|
"required": true
|
|
1049
1396
|
}
|
|
1050
1397
|
},
|
|
1051
|
-
"description": "
|
|
1398
|
+
"description": "Get organization details by slug",
|
|
1052
1399
|
"examples": [
|
|
1053
|
-
"<%= config.bin %>
|
|
1054
|
-
"<%= config.bin %>
|
|
1055
|
-
"<%= config.bin %> duplicate issue abc123-uuid --to /path/to/other/project",
|
|
1056
|
-
"<%= config.bin %> duplicate issue 5 --to ../other --title \"Copy for testing\""
|
|
1400
|
+
"<%= config.bin %> get org centy-io",
|
|
1401
|
+
"<%= config.bin %> get organization my-org --json"
|
|
1057
1402
|
],
|
|
1058
1403
|
"flags": {
|
|
1059
|
-
"
|
|
1060
|
-
"
|
|
1061
|
-
"
|
|
1062
|
-
"
|
|
1063
|
-
"
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1404
|
+
"json": {
|
|
1405
|
+
"description": "Output as JSON",
|
|
1406
|
+
"name": "json",
|
|
1407
|
+
"allowNo": false,
|
|
1408
|
+
"type": "boolean"
|
|
1409
|
+
}
|
|
1410
|
+
},
|
|
1411
|
+
"hasDynamicHelp": false,
|
|
1412
|
+
"hiddenAliases": [],
|
|
1413
|
+
"id": "get:org",
|
|
1414
|
+
"pluginAlias": "centy",
|
|
1415
|
+
"pluginName": "centy",
|
|
1416
|
+
"pluginType": "core",
|
|
1417
|
+
"strict": true,
|
|
1418
|
+
"enableJsonFlag": false,
|
|
1419
|
+
"isESM": true,
|
|
1420
|
+
"relativePath": [
|
|
1421
|
+
"dist",
|
|
1422
|
+
"commands",
|
|
1423
|
+
"get",
|
|
1424
|
+
"org.js"
|
|
1425
|
+
]
|
|
1426
|
+
},
|
|
1427
|
+
"get:project": {
|
|
1428
|
+
"aliases": [
|
|
1429
|
+
"show:project"
|
|
1430
|
+
],
|
|
1431
|
+
"args": {
|
|
1432
|
+
"path": {
|
|
1433
|
+
"description": "Path to the project (defaults to current directory)",
|
|
1434
|
+
"name": "path",
|
|
1435
|
+
"required": false
|
|
1436
|
+
}
|
|
1437
|
+
},
|
|
1438
|
+
"description": "Get info about a specific project",
|
|
1439
|
+
"examples": [
|
|
1440
|
+
"<%= config.bin %> get project",
|
|
1441
|
+
"<%= config.bin %> get project /path/to/project",
|
|
1442
|
+
"<%= config.bin %> get project --json"
|
|
1443
|
+
],
|
|
1444
|
+
"flags": {
|
|
1445
|
+
"json": {
|
|
1446
|
+
"description": "Output as JSON",
|
|
1447
|
+
"name": "json",
|
|
1448
|
+
"allowNo": false,
|
|
1449
|
+
"type": "boolean"
|
|
1080
1450
|
}
|
|
1081
1451
|
},
|
|
1082
1452
|
"hasDynamicHelp": false,
|
|
1083
1453
|
"hiddenAliases": [],
|
|
1084
|
-
"id": "
|
|
1454
|
+
"id": "get:project",
|
|
1085
1455
|
"pluginAlias": "centy",
|
|
1086
1456
|
"pluginName": "centy",
|
|
1087
1457
|
"pluginType": "core",
|
|
@@ -1091,8 +1461,8 @@
|
|
|
1091
1461
|
"relativePath": [
|
|
1092
1462
|
"dist",
|
|
1093
1463
|
"commands",
|
|
1094
|
-
"
|
|
1095
|
-
"
|
|
1464
|
+
"get",
|
|
1465
|
+
"project.js"
|
|
1096
1466
|
]
|
|
1097
1467
|
},
|
|
1098
1468
|
"delete:asset": {
|
|
@@ -1158,20 +1528,21 @@
|
|
|
1158
1528
|
"asset.js"
|
|
1159
1529
|
]
|
|
1160
1530
|
},
|
|
1161
|
-
"delete:
|
|
1162
|
-
"aliases": [
|
|
1531
|
+
"delete:org": {
|
|
1532
|
+
"aliases": [
|
|
1533
|
+
"delete:organization"
|
|
1534
|
+
],
|
|
1163
1535
|
"args": {
|
|
1164
1536
|
"slug": {
|
|
1165
|
-
"description": "
|
|
1537
|
+
"description": "Organization slug",
|
|
1166
1538
|
"name": "slug",
|
|
1167
1539
|
"required": true
|
|
1168
1540
|
}
|
|
1169
1541
|
},
|
|
1170
|
-
"description": "Delete
|
|
1542
|
+
"description": "Delete an organization (must have no projects assigned)",
|
|
1171
1543
|
"examples": [
|
|
1172
|
-
"<%= config.bin %> delete
|
|
1173
|
-
"<%= config.bin %> delete
|
|
1174
|
-
"<%= config.bin %> delete doc api-reference --project centy-daemon"
|
|
1544
|
+
"<%= config.bin %> delete org my-org",
|
|
1545
|
+
"<%= config.bin %> delete organization old-org"
|
|
1175
1546
|
],
|
|
1176
1547
|
"flags": {
|
|
1177
1548
|
"force": {
|
|
@@ -1180,18 +1551,11 @@
|
|
|
1180
1551
|
"name": "force",
|
|
1181
1552
|
"allowNo": false,
|
|
1182
1553
|
"type": "boolean"
|
|
1183
|
-
},
|
|
1184
|
-
"project": {
|
|
1185
|
-
"description": "Project name or path (defaults to current directory)",
|
|
1186
|
-
"name": "project",
|
|
1187
|
-
"hasDynamicHelp": false,
|
|
1188
|
-
"multiple": false,
|
|
1189
|
-
"type": "option"
|
|
1190
1554
|
}
|
|
1191
1555
|
},
|
|
1192
1556
|
"hasDynamicHelp": false,
|
|
1193
1557
|
"hiddenAliases": [],
|
|
1194
|
-
"id": "delete:
|
|
1558
|
+
"id": "delete:org",
|
|
1195
1559
|
"pluginAlias": "centy",
|
|
1196
1560
|
"pluginName": "centy",
|
|
1197
1561
|
"pluginType": "core",
|
|
@@ -1202,108 +1566,19 @@
|
|
|
1202
1566
|
"dist",
|
|
1203
1567
|
"commands",
|
|
1204
1568
|
"delete",
|
|
1205
|
-
"
|
|
1569
|
+
"org.js"
|
|
1206
1570
|
]
|
|
1207
1571
|
},
|
|
1208
|
-
"delete:
|
|
1572
|
+
"delete:user": {
|
|
1209
1573
|
"aliases": [],
|
|
1210
1574
|
"args": {
|
|
1211
1575
|
"id": {
|
|
1212
|
-
"description": "
|
|
1576
|
+
"description": "User ID",
|
|
1213
1577
|
"name": "id",
|
|
1214
1578
|
"required": true
|
|
1215
1579
|
}
|
|
1216
1580
|
},
|
|
1217
|
-
"description": "Delete
|
|
1218
|
-
"examples": [
|
|
1219
|
-
"<%= config.bin %> delete issue 1",
|
|
1220
|
-
"<%= config.bin %> delete issue abc123-uuid",
|
|
1221
|
-
"<%= config.bin %> delete issue 1 --force",
|
|
1222
|
-
"<%= config.bin %> delete issue 1 --project centy-daemon"
|
|
1223
|
-
],
|
|
1224
|
-
"flags": {
|
|
1225
|
-
"force": {
|
|
1226
|
-
"char": "f",
|
|
1227
|
-
"description": "Skip confirmation prompt",
|
|
1228
|
-
"name": "force",
|
|
1229
|
-
"allowNo": false,
|
|
1230
|
-
"type": "boolean"
|
|
1231
|
-
},
|
|
1232
|
-
"project": {
|
|
1233
|
-
"description": "Project name or path (defaults to current directory)",
|
|
1234
|
-
"name": "project",
|
|
1235
|
-
"hasDynamicHelp": false,
|
|
1236
|
-
"multiple": false,
|
|
1237
|
-
"type": "option"
|
|
1238
|
-
}
|
|
1239
|
-
},
|
|
1240
|
-
"hasDynamicHelp": false,
|
|
1241
|
-
"hiddenAliases": [],
|
|
1242
|
-
"id": "delete:issue",
|
|
1243
|
-
"pluginAlias": "centy",
|
|
1244
|
-
"pluginName": "centy",
|
|
1245
|
-
"pluginType": "core",
|
|
1246
|
-
"strict": true,
|
|
1247
|
-
"enableJsonFlag": false,
|
|
1248
|
-
"isESM": true,
|
|
1249
|
-
"relativePath": [
|
|
1250
|
-
"dist",
|
|
1251
|
-
"commands",
|
|
1252
|
-
"delete",
|
|
1253
|
-
"issue.js"
|
|
1254
|
-
]
|
|
1255
|
-
},
|
|
1256
|
-
"delete:org": {
|
|
1257
|
-
"aliases": [
|
|
1258
|
-
"delete:organization"
|
|
1259
|
-
],
|
|
1260
|
-
"args": {
|
|
1261
|
-
"slug": {
|
|
1262
|
-
"description": "Organization slug",
|
|
1263
|
-
"name": "slug",
|
|
1264
|
-
"required": true
|
|
1265
|
-
}
|
|
1266
|
-
},
|
|
1267
|
-
"description": "Delete an organization (must have no projects assigned)",
|
|
1268
|
-
"examples": [
|
|
1269
|
-
"<%= config.bin %> delete org my-org",
|
|
1270
|
-
"<%= config.bin %> delete organization old-org"
|
|
1271
|
-
],
|
|
1272
|
-
"flags": {
|
|
1273
|
-
"force": {
|
|
1274
|
-
"char": "f",
|
|
1275
|
-
"description": "Skip confirmation prompt",
|
|
1276
|
-
"name": "force",
|
|
1277
|
-
"allowNo": false,
|
|
1278
|
-
"type": "boolean"
|
|
1279
|
-
}
|
|
1280
|
-
},
|
|
1281
|
-
"hasDynamicHelp": false,
|
|
1282
|
-
"hiddenAliases": [],
|
|
1283
|
-
"id": "delete:org",
|
|
1284
|
-
"pluginAlias": "centy",
|
|
1285
|
-
"pluginName": "centy",
|
|
1286
|
-
"pluginType": "core",
|
|
1287
|
-
"strict": true,
|
|
1288
|
-
"enableJsonFlag": false,
|
|
1289
|
-
"isESM": true,
|
|
1290
|
-
"relativePath": [
|
|
1291
|
-
"dist",
|
|
1292
|
-
"commands",
|
|
1293
|
-
"delete",
|
|
1294
|
-
"org.js"
|
|
1295
|
-
]
|
|
1296
|
-
},
|
|
1297
|
-
"delete:user": {
|
|
1298
|
-
"aliases": [],
|
|
1299
|
-
"args": {
|
|
1300
|
-
"id": {
|
|
1301
|
-
"description": "User ID",
|
|
1302
|
-
"name": "id",
|
|
1303
|
-
"required": true
|
|
1304
|
-
}
|
|
1305
|
-
},
|
|
1306
|
-
"description": "Delete a user",
|
|
1581
|
+
"description": "Delete a user",
|
|
1307
1582
|
"examples": [
|
|
1308
1583
|
"<%= config.bin %> delete user john-doe",
|
|
1309
1584
|
"<%= config.bin %> delete user john-doe --force",
|
|
@@ -1341,152 +1616,6 @@
|
|
|
1341
1616
|
"user.js"
|
|
1342
1617
|
]
|
|
1343
1618
|
},
|
|
1344
|
-
"get:asset": {
|
|
1345
|
-
"aliases": [
|
|
1346
|
-
"show:asset"
|
|
1347
|
-
],
|
|
1348
|
-
"args": {
|
|
1349
|
-
"filename": {
|
|
1350
|
-
"description": "Asset filename",
|
|
1351
|
-
"name": "filename",
|
|
1352
|
-
"required": true
|
|
1353
|
-
}
|
|
1354
|
-
},
|
|
1355
|
-
"description": "Get an asset and save it to a file",
|
|
1356
|
-
"examples": [
|
|
1357
|
-
"<%= config.bin %> get asset screenshot.png --issue 1 --output ./screenshot.png",
|
|
1358
|
-
"<%= config.bin %> get asset logo.svg --shared --output ./logo.svg",
|
|
1359
|
-
"<%= config.bin %> get asset screenshot.png --issue 1 --project centy-daemon"
|
|
1360
|
-
],
|
|
1361
|
-
"flags": {
|
|
1362
|
-
"issue": {
|
|
1363
|
-
"char": "i",
|
|
1364
|
-
"description": "Issue ID or display number",
|
|
1365
|
-
"name": "issue",
|
|
1366
|
-
"hasDynamicHelp": false,
|
|
1367
|
-
"multiple": false,
|
|
1368
|
-
"type": "option"
|
|
1369
|
-
},
|
|
1370
|
-
"shared": {
|
|
1371
|
-
"char": "s",
|
|
1372
|
-
"description": "Get a shared asset",
|
|
1373
|
-
"name": "shared",
|
|
1374
|
-
"allowNo": false,
|
|
1375
|
-
"type": "boolean"
|
|
1376
|
-
},
|
|
1377
|
-
"output": {
|
|
1378
|
-
"char": "o",
|
|
1379
|
-
"description": "Output file path (defaults to asset filename)",
|
|
1380
|
-
"name": "output",
|
|
1381
|
-
"hasDynamicHelp": false,
|
|
1382
|
-
"multiple": false,
|
|
1383
|
-
"type": "option"
|
|
1384
|
-
},
|
|
1385
|
-
"project": {
|
|
1386
|
-
"description": "Project name or path (defaults to current directory)",
|
|
1387
|
-
"name": "project",
|
|
1388
|
-
"hasDynamicHelp": false,
|
|
1389
|
-
"multiple": false,
|
|
1390
|
-
"type": "option"
|
|
1391
|
-
}
|
|
1392
|
-
},
|
|
1393
|
-
"hasDynamicHelp": false,
|
|
1394
|
-
"hiddenAliases": [],
|
|
1395
|
-
"id": "get:asset",
|
|
1396
|
-
"pluginAlias": "centy",
|
|
1397
|
-
"pluginName": "centy",
|
|
1398
|
-
"pluginType": "core",
|
|
1399
|
-
"strict": true,
|
|
1400
|
-
"enableJsonFlag": false,
|
|
1401
|
-
"isESM": true,
|
|
1402
|
-
"relativePath": [
|
|
1403
|
-
"dist",
|
|
1404
|
-
"commands",
|
|
1405
|
-
"get",
|
|
1406
|
-
"asset.js"
|
|
1407
|
-
]
|
|
1408
|
-
},
|
|
1409
|
-
"get:org": {
|
|
1410
|
-
"aliases": [
|
|
1411
|
-
"get:organization"
|
|
1412
|
-
],
|
|
1413
|
-
"args": {
|
|
1414
|
-
"slug": {
|
|
1415
|
-
"description": "Organization slug",
|
|
1416
|
-
"name": "slug",
|
|
1417
|
-
"required": true
|
|
1418
|
-
}
|
|
1419
|
-
},
|
|
1420
|
-
"description": "Get organization details by slug",
|
|
1421
|
-
"examples": [
|
|
1422
|
-
"<%= config.bin %> get org centy-io",
|
|
1423
|
-
"<%= config.bin %> get organization my-org --json"
|
|
1424
|
-
],
|
|
1425
|
-
"flags": {
|
|
1426
|
-
"json": {
|
|
1427
|
-
"description": "Output as JSON",
|
|
1428
|
-
"name": "json",
|
|
1429
|
-
"allowNo": false,
|
|
1430
|
-
"type": "boolean"
|
|
1431
|
-
}
|
|
1432
|
-
},
|
|
1433
|
-
"hasDynamicHelp": false,
|
|
1434
|
-
"hiddenAliases": [],
|
|
1435
|
-
"id": "get:org",
|
|
1436
|
-
"pluginAlias": "centy",
|
|
1437
|
-
"pluginName": "centy",
|
|
1438
|
-
"pluginType": "core",
|
|
1439
|
-
"strict": true,
|
|
1440
|
-
"enableJsonFlag": false,
|
|
1441
|
-
"isESM": true,
|
|
1442
|
-
"relativePath": [
|
|
1443
|
-
"dist",
|
|
1444
|
-
"commands",
|
|
1445
|
-
"get",
|
|
1446
|
-
"org.js"
|
|
1447
|
-
]
|
|
1448
|
-
},
|
|
1449
|
-
"get:project": {
|
|
1450
|
-
"aliases": [
|
|
1451
|
-
"show:project"
|
|
1452
|
-
],
|
|
1453
|
-
"args": {
|
|
1454
|
-
"path": {
|
|
1455
|
-
"description": "Path to the project (defaults to current directory)",
|
|
1456
|
-
"name": "path",
|
|
1457
|
-
"required": false
|
|
1458
|
-
}
|
|
1459
|
-
},
|
|
1460
|
-
"description": "Get info about a specific project",
|
|
1461
|
-
"examples": [
|
|
1462
|
-
"<%= config.bin %> get project",
|
|
1463
|
-
"<%= config.bin %> get project /path/to/project",
|
|
1464
|
-
"<%= config.bin %> get project --json"
|
|
1465
|
-
],
|
|
1466
|
-
"flags": {
|
|
1467
|
-
"json": {
|
|
1468
|
-
"description": "Output as JSON",
|
|
1469
|
-
"name": "json",
|
|
1470
|
-
"allowNo": false,
|
|
1471
|
-
"type": "boolean"
|
|
1472
|
-
}
|
|
1473
|
-
},
|
|
1474
|
-
"hasDynamicHelp": false,
|
|
1475
|
-
"hiddenAliases": [],
|
|
1476
|
-
"id": "get:project",
|
|
1477
|
-
"pluginAlias": "centy",
|
|
1478
|
-
"pluginName": "centy",
|
|
1479
|
-
"pluginType": "core",
|
|
1480
|
-
"strict": true,
|
|
1481
|
-
"enableJsonFlag": false,
|
|
1482
|
-
"isESM": true,
|
|
1483
|
-
"relativePath": [
|
|
1484
|
-
"dist",
|
|
1485
|
-
"commands",
|
|
1486
|
-
"get",
|
|
1487
|
-
"project.js"
|
|
1488
|
-
]
|
|
1489
|
-
},
|
|
1490
1619
|
"item-type:create": {
|
|
1491
1620
|
"aliases": [],
|
|
1492
1621
|
"args": {},
|
|
@@ -1645,115 +1774,6 @@
|
|
|
1645
1774
|
"assets.js"
|
|
1646
1775
|
]
|
|
1647
1776
|
},
|
|
1648
|
-
"list:docs": {
|
|
1649
|
-
"aliases": [
|
|
1650
|
-
"doc:list"
|
|
1651
|
-
],
|
|
1652
|
-
"args": {},
|
|
1653
|
-
"description": "List all documentation files",
|
|
1654
|
-
"examples": [
|
|
1655
|
-
"<%= config.bin %> list docs",
|
|
1656
|
-
"<%= config.bin %> list docs --json",
|
|
1657
|
-
"<%= config.bin %> list docs --project centy-daemon"
|
|
1658
|
-
],
|
|
1659
|
-
"flags": {
|
|
1660
|
-
"json": {
|
|
1661
|
-
"description": "Output as JSON",
|
|
1662
|
-
"name": "json",
|
|
1663
|
-
"allowNo": false,
|
|
1664
|
-
"type": "boolean"
|
|
1665
|
-
},
|
|
1666
|
-
"project": {
|
|
1667
|
-
"description": "Project name or path (defaults to current directory)",
|
|
1668
|
-
"name": "project",
|
|
1669
|
-
"hasDynamicHelp": false,
|
|
1670
|
-
"multiple": false,
|
|
1671
|
-
"type": "option"
|
|
1672
|
-
}
|
|
1673
|
-
},
|
|
1674
|
-
"hasDynamicHelp": false,
|
|
1675
|
-
"hiddenAliases": [],
|
|
1676
|
-
"id": "list:docs",
|
|
1677
|
-
"pluginAlias": "centy",
|
|
1678
|
-
"pluginName": "centy",
|
|
1679
|
-
"pluginType": "core",
|
|
1680
|
-
"strict": true,
|
|
1681
|
-
"enableJsonFlag": false,
|
|
1682
|
-
"isESM": true,
|
|
1683
|
-
"relativePath": [
|
|
1684
|
-
"dist",
|
|
1685
|
-
"commands",
|
|
1686
|
-
"list",
|
|
1687
|
-
"docs.js"
|
|
1688
|
-
]
|
|
1689
|
-
},
|
|
1690
|
-
"list:issues": {
|
|
1691
|
-
"aliases": [
|
|
1692
|
-
"issue:list"
|
|
1693
|
-
],
|
|
1694
|
-
"args": {},
|
|
1695
|
-
"description": "List all issues",
|
|
1696
|
-
"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"
|
|
1703
|
-
],
|
|
1704
|
-
"flags": {
|
|
1705
|
-
"status": {
|
|
1706
|
-
"char": "s",
|
|
1707
|
-
"description": "Filter by status (e.g., open, in-progress, closed)",
|
|
1708
|
-
"name": "status",
|
|
1709
|
-
"hasDynamicHelp": false,
|
|
1710
|
-
"multiple": false,
|
|
1711
|
-
"type": "option"
|
|
1712
|
-
},
|
|
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"
|
|
1720
|
-
},
|
|
1721
|
-
"json": {
|
|
1722
|
-
"description": "Output as JSON",
|
|
1723
|
-
"name": "json",
|
|
1724
|
-
"allowNo": false,
|
|
1725
|
-
"type": "boolean"
|
|
1726
|
-
},
|
|
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
|
-
"project": {
|
|
1734
|
-
"description": "Project name or path (defaults to current directory)",
|
|
1735
|
-
"name": "project",
|
|
1736
|
-
"hasDynamicHelp": false,
|
|
1737
|
-
"multiple": false,
|
|
1738
|
-
"type": "option"
|
|
1739
|
-
}
|
|
1740
|
-
},
|
|
1741
|
-
"hasDynamicHelp": false,
|
|
1742
|
-
"hiddenAliases": [],
|
|
1743
|
-
"id": "list:issues",
|
|
1744
|
-
"pluginAlias": "centy",
|
|
1745
|
-
"pluginName": "centy",
|
|
1746
|
-
"pluginType": "core",
|
|
1747
|
-
"strict": true,
|
|
1748
|
-
"enableJsonFlag": false,
|
|
1749
|
-
"isESM": true,
|
|
1750
|
-
"relativePath": [
|
|
1751
|
-
"dist",
|
|
1752
|
-
"commands",
|
|
1753
|
-
"list",
|
|
1754
|
-
"issues.js"
|
|
1755
|
-
]
|
|
1756
|
-
},
|
|
1757
1777
|
"list:link-types": {
|
|
1758
1778
|
"aliases": [],
|
|
1759
1779
|
"args": {},
|
|
@@ -1864,137 +1884,29 @@
|
|
|
1864
1884
|
"allowNo": false,
|
|
1865
1885
|
"type": "boolean"
|
|
1866
1886
|
},
|
|
1867
|
-
"org": {
|
|
1868
|
-
"description": "Filter by organization slug",
|
|
1869
|
-
"name": "org",
|
|
1870
|
-
"hasDynamicHelp": false,
|
|
1871
|
-
"multiple": false,
|
|
1872
|
-
"type": "option"
|
|
1873
|
-
},
|
|
1874
|
-
"ungrouped": {
|
|
1875
|
-
"description": "Only show projects without an organization",
|
|
1876
|
-
"name": "ungrouped",
|
|
1877
|
-
"allowNo": false,
|
|
1878
|
-
"type": "boolean"
|
|
1879
|
-
},
|
|
1880
|
-
"json": {
|
|
1881
|
-
"description": "Output as JSON",
|
|
1882
|
-
"name": "json",
|
|
1883
|
-
"allowNo": false,
|
|
1884
|
-
"type": "boolean"
|
|
1885
|
-
}
|
|
1886
|
-
},
|
|
1887
|
-
"hasDynamicHelp": false,
|
|
1888
|
-
"hiddenAliases": [],
|
|
1889
|
-
"id": "list:projects",
|
|
1890
|
-
"pluginAlias": "centy",
|
|
1891
|
-
"pluginName": "centy",
|
|
1892
|
-
"pluginType": "core",
|
|
1893
|
-
"strict": true,
|
|
1894
|
-
"enableJsonFlag": false,
|
|
1895
|
-
"isESM": true,
|
|
1896
|
-
"relativePath": [
|
|
1897
|
-
"dist",
|
|
1898
|
-
"commands",
|
|
1899
|
-
"list",
|
|
1900
|
-
"projects.js"
|
|
1901
|
-
]
|
|
1902
|
-
},
|
|
1903
|
-
"list:users": {
|
|
1904
|
-
"aliases": [
|
|
1905
|
-
"user:list"
|
|
1906
|
-
],
|
|
1907
|
-
"args": {},
|
|
1908
|
-
"description": "List all users in the project",
|
|
1909
|
-
"examples": [
|
|
1910
|
-
"<%= config.bin %> list users",
|
|
1911
|
-
"<%= config.bin %> list users --json",
|
|
1912
|
-
"<%= config.bin %> list users --git-username johndoe",
|
|
1913
|
-
"<%= config.bin %> list users --project centy-daemon"
|
|
1914
|
-
],
|
|
1915
|
-
"flags": {
|
|
1916
|
-
"git-username": {
|
|
1917
|
-
"char": "g",
|
|
1918
|
-
"description": "Filter by git username",
|
|
1919
|
-
"name": "git-username",
|
|
1920
|
-
"hasDynamicHelp": false,
|
|
1921
|
-
"multiple": false,
|
|
1922
|
-
"type": "option"
|
|
1923
|
-
},
|
|
1924
|
-
"json": {
|
|
1925
|
-
"description": "Output as JSON",
|
|
1926
|
-
"name": "json",
|
|
1927
|
-
"allowNo": false,
|
|
1928
|
-
"type": "boolean"
|
|
1929
|
-
},
|
|
1930
|
-
"project": {
|
|
1931
|
-
"description": "Project name or path (defaults to current directory)",
|
|
1932
|
-
"name": "project",
|
|
1933
|
-
"hasDynamicHelp": false,
|
|
1934
|
-
"multiple": false,
|
|
1935
|
-
"type": "option"
|
|
1936
|
-
}
|
|
1937
|
-
},
|
|
1938
|
-
"hasDynamicHelp": false,
|
|
1939
|
-
"hiddenAliases": [],
|
|
1940
|
-
"id": "list:users",
|
|
1941
|
-
"pluginAlias": "centy",
|
|
1942
|
-
"pluginName": "centy",
|
|
1943
|
-
"pluginType": "core",
|
|
1944
|
-
"strict": true,
|
|
1945
|
-
"enableJsonFlag": false,
|
|
1946
|
-
"isESM": true,
|
|
1947
|
-
"relativePath": [
|
|
1948
|
-
"dist",
|
|
1949
|
-
"commands",
|
|
1950
|
-
"list",
|
|
1951
|
-
"users.js"
|
|
1952
|
-
]
|
|
1953
|
-
},
|
|
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",
|
|
1887
|
+
"org": {
|
|
1888
|
+
"description": "Filter by organization slug",
|
|
1889
|
+
"name": "org",
|
|
1990
1890
|
"hasDynamicHelp": false,
|
|
1991
1891
|
"multiple": false,
|
|
1992
1892
|
"type": "option"
|
|
1893
|
+
},
|
|
1894
|
+
"ungrouped": {
|
|
1895
|
+
"description": "Only show projects without an organization",
|
|
1896
|
+
"name": "ungrouped",
|
|
1897
|
+
"allowNo": false,
|
|
1898
|
+
"type": "boolean"
|
|
1899
|
+
},
|
|
1900
|
+
"json": {
|
|
1901
|
+
"description": "Output as JSON",
|
|
1902
|
+
"name": "json",
|
|
1903
|
+
"allowNo": false,
|
|
1904
|
+
"type": "boolean"
|
|
1993
1905
|
}
|
|
1994
1906
|
},
|
|
1995
1907
|
"hasDynamicHelp": false,
|
|
1996
1908
|
"hiddenAliases": [],
|
|
1997
|
-
"id": "
|
|
1909
|
+
"id": "list:projects",
|
|
1998
1910
|
"pluginAlias": "centy",
|
|
1999
1911
|
"pluginName": "centy",
|
|
2000
1912
|
"pluginType": "core",
|
|
@@ -2004,35 +1916,37 @@
|
|
|
2004
1916
|
"relativePath": [
|
|
2005
1917
|
"dist",
|
|
2006
1918
|
"commands",
|
|
2007
|
-
"
|
|
2008
|
-
"
|
|
1919
|
+
"list",
|
|
1920
|
+
"projects.js"
|
|
2009
1921
|
]
|
|
2010
1922
|
},
|
|
2011
|
-
"
|
|
2012
|
-
"aliases": [
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
"required": true
|
|
2018
|
-
}
|
|
2019
|
-
},
|
|
2020
|
-
"description": "Move an issue to a different project",
|
|
1923
|
+
"list:users": {
|
|
1924
|
+
"aliases": [
|
|
1925
|
+
"user:list"
|
|
1926
|
+
],
|
|
1927
|
+
"args": {},
|
|
1928
|
+
"description": "List all users in the project",
|
|
2021
1929
|
"examples": [
|
|
2022
|
-
"<%= config.bin %>
|
|
2023
|
-
"<%= config.bin %>
|
|
2024
|
-
"<%= config.bin %>
|
|
1930
|
+
"<%= config.bin %> list users",
|
|
1931
|
+
"<%= config.bin %> list users --json",
|
|
1932
|
+
"<%= config.bin %> list users --git-username johndoe",
|
|
1933
|
+
"<%= config.bin %> list users --project centy-daemon"
|
|
2025
1934
|
],
|
|
2026
1935
|
"flags": {
|
|
2027
|
-
"
|
|
2028
|
-
"char": "
|
|
2029
|
-
"description": "
|
|
2030
|
-
"name": "
|
|
2031
|
-
"required": true,
|
|
1936
|
+
"git-username": {
|
|
1937
|
+
"char": "g",
|
|
1938
|
+
"description": "Filter by git username",
|
|
1939
|
+
"name": "git-username",
|
|
2032
1940
|
"hasDynamicHelp": false,
|
|
2033
1941
|
"multiple": false,
|
|
2034
1942
|
"type": "option"
|
|
2035
1943
|
},
|
|
1944
|
+
"json": {
|
|
1945
|
+
"description": "Output as JSON",
|
|
1946
|
+
"name": "json",
|
|
1947
|
+
"allowNo": false,
|
|
1948
|
+
"type": "boolean"
|
|
1949
|
+
},
|
|
2036
1950
|
"project": {
|
|
2037
1951
|
"description": "Project name or path (defaults to current directory)",
|
|
2038
1952
|
"name": "project",
|
|
@@ -2043,7 +1957,7 @@
|
|
|
2043
1957
|
},
|
|
2044
1958
|
"hasDynamicHelp": false,
|
|
2045
1959
|
"hiddenAliases": [],
|
|
2046
|
-
"id": "
|
|
1960
|
+
"id": "list:users",
|
|
2047
1961
|
"pluginAlias": "centy",
|
|
2048
1962
|
"pluginName": "centy",
|
|
2049
1963
|
"pluginType": "core",
|
|
@@ -2053,8 +1967,8 @@
|
|
|
2053
1967
|
"relativePath": [
|
|
2054
1968
|
"dist",
|
|
2055
1969
|
"commands",
|
|
2056
|
-
"
|
|
2057
|
-
"
|
|
1970
|
+
"list",
|
|
1971
|
+
"users.js"
|
|
2058
1972
|
]
|
|
2059
1973
|
},
|
|
2060
1974
|
"org:create": {
|
|
@@ -2398,193 +2312,6 @@
|
|
|
2398
2312
|
"users.js"
|
|
2399
2313
|
]
|
|
2400
2314
|
},
|
|
2401
|
-
"untrack:project": {
|
|
2402
|
-
"aliases": [],
|
|
2403
|
-
"args": {
|
|
2404
|
-
"path": {
|
|
2405
|
-
"description": "Path to the project (defaults to current directory)",
|
|
2406
|
-
"name": "path",
|
|
2407
|
-
"required": false
|
|
2408
|
-
}
|
|
2409
|
-
},
|
|
2410
|
-
"description": "Remove a project from tracking",
|
|
2411
|
-
"examples": [
|
|
2412
|
-
"<%= config.bin %> untrack project",
|
|
2413
|
-
"<%= config.bin %> untrack project /path/to/project",
|
|
2414
|
-
"<%= config.bin %> untrack project --force"
|
|
2415
|
-
],
|
|
2416
|
-
"flags": {
|
|
2417
|
-
"force": {
|
|
2418
|
-
"char": "f",
|
|
2419
|
-
"description": "Skip confirmation prompt",
|
|
2420
|
-
"name": "force",
|
|
2421
|
-
"allowNo": false,
|
|
2422
|
-
"type": "boolean"
|
|
2423
|
-
}
|
|
2424
|
-
},
|
|
2425
|
-
"hasDynamicHelp": false,
|
|
2426
|
-
"hiddenAliases": [],
|
|
2427
|
-
"id": "untrack:project",
|
|
2428
|
-
"pluginAlias": "centy",
|
|
2429
|
-
"pluginName": "centy",
|
|
2430
|
-
"pluginType": "core",
|
|
2431
|
-
"strict": true,
|
|
2432
|
-
"enableJsonFlag": false,
|
|
2433
|
-
"isESM": true,
|
|
2434
|
-
"relativePath": [
|
|
2435
|
-
"dist",
|
|
2436
|
-
"commands",
|
|
2437
|
-
"untrack",
|
|
2438
|
-
"project.js"
|
|
2439
|
-
]
|
|
2440
|
-
},
|
|
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
2315
|
"update:org": {
|
|
2589
2316
|
"aliases": [
|
|
2590
2317
|
"update:organization",
|
|
@@ -2725,6 +2452,46 @@
|
|
|
2725
2452
|
"user.js"
|
|
2726
2453
|
]
|
|
2727
2454
|
},
|
|
2455
|
+
"untrack:project": {
|
|
2456
|
+
"aliases": [],
|
|
2457
|
+
"args": {
|
|
2458
|
+
"path": {
|
|
2459
|
+
"description": "Path to the project (defaults to current directory)",
|
|
2460
|
+
"name": "path",
|
|
2461
|
+
"required": false
|
|
2462
|
+
}
|
|
2463
|
+
},
|
|
2464
|
+
"description": "Remove a project from tracking",
|
|
2465
|
+
"examples": [
|
|
2466
|
+
"<%= config.bin %> untrack project",
|
|
2467
|
+
"<%= config.bin %> untrack project /path/to/project",
|
|
2468
|
+
"<%= config.bin %> untrack project --force"
|
|
2469
|
+
],
|
|
2470
|
+
"flags": {
|
|
2471
|
+
"force": {
|
|
2472
|
+
"char": "f",
|
|
2473
|
+
"description": "Skip confirmation prompt",
|
|
2474
|
+
"name": "force",
|
|
2475
|
+
"allowNo": false,
|
|
2476
|
+
"type": "boolean"
|
|
2477
|
+
}
|
|
2478
|
+
},
|
|
2479
|
+
"hasDynamicHelp": false,
|
|
2480
|
+
"hiddenAliases": [],
|
|
2481
|
+
"id": "untrack:project",
|
|
2482
|
+
"pluginAlias": "centy",
|
|
2483
|
+
"pluginName": "centy",
|
|
2484
|
+
"pluginType": "core",
|
|
2485
|
+
"strict": true,
|
|
2486
|
+
"enableJsonFlag": false,
|
|
2487
|
+
"isESM": true,
|
|
2488
|
+
"relativePath": [
|
|
2489
|
+
"dist",
|
|
2490
|
+
"commands",
|
|
2491
|
+
"untrack",
|
|
2492
|
+
"project.js"
|
|
2493
|
+
]
|
|
2494
|
+
},
|
|
2728
2495
|
"user:create": {
|
|
2729
2496
|
"aliases": [],
|
|
2730
2497
|
"args": {},
|
|
@@ -2962,5 +2729,5 @@
|
|
|
2962
2729
|
]
|
|
2963
2730
|
}
|
|
2964
2731
|
},
|
|
2965
|
-
"version": "0.7.
|
|
2732
|
+
"version": "0.7.4"
|
|
2966
2733
|
}
|