mdkg 0.5.1 → 0.5.2
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/CHANGELOG.md +22 -0
- package/CLI_COMMAND_MATRIX.md +10 -2
- package/README.md +11 -4
- package/dist/cli.js +54 -2
- package/dist/command-contract.json +2007 -111
- package/dist/commands/git_materialize.js +1100 -0
- package/dist/init/init-manifest.json +1 -1
- package/dist/util/argparse.js +1 -0
- package/package.json +4 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema_version": 1,
|
|
3
3
|
"tool": "mdkg",
|
|
4
|
-
"package_version": "0.5.
|
|
4
|
+
"package_version": "0.5.2",
|
|
5
5
|
"source": {
|
|
6
6
|
"help_targets": "scripts/cli_help_targets.js",
|
|
7
7
|
"command_matrix": "CLI_COMMAND_MATRIX.md"
|
|
@@ -51,6 +51,24 @@
|
|
|
51
51
|
"required": false,
|
|
52
52
|
"description": "--help, -h Show help"
|
|
53
53
|
},
|
|
54
|
+
{
|
|
55
|
+
"name": "--id",
|
|
56
|
+
"value": "<archive.id>",
|
|
57
|
+
"required": false,
|
|
58
|
+
"description": "mdkg archive add <file> [--id <archive.id>] [--kind source|artifact] [--visibility private|internal|public] [--json]"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "--json",
|
|
62
|
+
"value": null,
|
|
63
|
+
"required": false,
|
|
64
|
+
"description": "mdkg archive add <file> [--id <archive.id>] [--kind source|artifact] [--visibility private|internal|public] [--json]"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "--kind",
|
|
68
|
+
"value": "source|artifact",
|
|
69
|
+
"required": false,
|
|
70
|
+
"description": "mdkg archive add <file> [--id <archive.id>] [--kind source|artifact] [--visibility private|internal|public] [--json]"
|
|
71
|
+
},
|
|
54
72
|
{
|
|
55
73
|
"name": "--root",
|
|
56
74
|
"value": null,
|
|
@@ -62,6 +80,18 @@
|
|
|
62
80
|
"value": null,
|
|
63
81
|
"required": false,
|
|
64
82
|
"description": "--version, -V Show version"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"name": "--visibility",
|
|
86
|
+
"value": "private|internal|public",
|
|
87
|
+
"required": false,
|
|
88
|
+
"description": "mdkg archive add <file> [--id <archive.id>] [--kind source|artifact] [--visibility private|internal|public] [--json]"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "--ws",
|
|
92
|
+
"value": "<local-alias>",
|
|
93
|
+
"required": false,
|
|
94
|
+
"description": "mdkg archive compress <id-or-archive-uri-or-qid|--all> [--ws <local-alias>] [--json]"
|
|
65
95
|
}
|
|
66
96
|
],
|
|
67
97
|
"output_formats": [
|
|
@@ -136,17 +166,59 @@
|
|
|
136
166
|
"required": false,
|
|
137
167
|
"description": "--help, -h Show help"
|
|
138
168
|
},
|
|
169
|
+
{
|
|
170
|
+
"name": "--id",
|
|
171
|
+
"value": "<archive.id>",
|
|
172
|
+
"required": false,
|
|
173
|
+
"description": "mdkg archive add <file> [--id <archive.id>] [--kind source|artifact] [--visibility private|internal|public] [--title <title>] [--refs <...>] [--relates <...>] [--json]"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"name": "--json",
|
|
177
|
+
"value": null,
|
|
178
|
+
"required": false,
|
|
179
|
+
"description": "mdkg archive add <file> [--id <archive.id>] [--kind source|artifact] [--visibility private|internal|public] [--title <title>] [--refs <...>] [--relates <...>] [--json]"
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"name": "--kind",
|
|
183
|
+
"value": "source|artifact",
|
|
184
|
+
"required": false,
|
|
185
|
+
"description": "mdkg archive add <file> [--id <archive.id>] [--kind source|artifact] [--visibility private|internal|public] [--title <title>] [--refs <...>] [--relates <...>] [--json]"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"name": "--refs",
|
|
189
|
+
"value": "<...>",
|
|
190
|
+
"required": false,
|
|
191
|
+
"description": "mdkg archive add <file> [--id <archive.id>] [--kind source|artifact] [--visibility private|internal|public] [--title <title>] [--refs <...>] [--relates <...>] [--json]"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"name": "--relates",
|
|
195
|
+
"value": "<...>",
|
|
196
|
+
"required": false,
|
|
197
|
+
"description": "mdkg archive add <file> [--id <archive.id>] [--kind source|artifact] [--visibility private|internal|public] [--title <title>] [--refs <...>] [--relates <...>] [--json]"
|
|
198
|
+
},
|
|
139
199
|
{
|
|
140
200
|
"name": "--root",
|
|
141
201
|
"value": null,
|
|
142
202
|
"required": false,
|
|
143
203
|
"description": "--root, -r <path> Run against a specific repo root"
|
|
144
204
|
},
|
|
205
|
+
{
|
|
206
|
+
"name": "--title",
|
|
207
|
+
"value": "<title>",
|
|
208
|
+
"required": false,
|
|
209
|
+
"description": "mdkg archive add <file> [--id <archive.id>] [--kind source|artifact] [--visibility private|internal|public] [--title <title>] [--refs <...>] [--relates <...>] [--json]"
|
|
210
|
+
},
|
|
145
211
|
{
|
|
146
212
|
"name": "--version",
|
|
147
213
|
"value": null,
|
|
148
214
|
"required": false,
|
|
149
215
|
"description": "--version, -V Show version"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"name": "--visibility",
|
|
219
|
+
"value": "private|internal|public",
|
|
220
|
+
"required": false,
|
|
221
|
+
"description": "mdkg archive add <file> [--id <archive.id>] [--kind source|artifact] [--visibility private|internal|public] [--title <title>] [--refs <...>] [--relates <...>] [--json]"
|
|
150
222
|
}
|
|
151
223
|
],
|
|
152
224
|
"output_formats": [
|
|
@@ -226,6 +298,12 @@
|
|
|
226
298
|
"required": false,
|
|
227
299
|
"description": "--help, -h Show help"
|
|
228
300
|
},
|
|
301
|
+
{
|
|
302
|
+
"name": "--json",
|
|
303
|
+
"value": null,
|
|
304
|
+
"required": false,
|
|
305
|
+
"description": "mdkg archive compress <id-or-archive-uri-or-qid> [--ws <local-alias>] [--json]"
|
|
306
|
+
},
|
|
229
307
|
{
|
|
230
308
|
"name": "--root",
|
|
231
309
|
"value": null,
|
|
@@ -240,9 +318,9 @@
|
|
|
240
318
|
},
|
|
241
319
|
{
|
|
242
320
|
"name": "--ws",
|
|
243
|
-
"value": "<
|
|
321
|
+
"value": "<local-alias>",
|
|
244
322
|
"required": false,
|
|
245
|
-
"description": "
|
|
323
|
+
"description": "mdkg archive compress <id-or-archive-uri-or-qid> [--ws <local-alias>] [--json]"
|
|
246
324
|
}
|
|
247
325
|
],
|
|
248
326
|
"output_formats": [
|
|
@@ -312,6 +390,18 @@
|
|
|
312
390
|
"required": false,
|
|
313
391
|
"description": "--help, -h Show help"
|
|
314
392
|
},
|
|
393
|
+
{
|
|
394
|
+
"name": "--json",
|
|
395
|
+
"value": null,
|
|
396
|
+
"required": false,
|
|
397
|
+
"description": "mdkg archive list [--kind source|artifact] [--visibility private|internal|public] [--ws <alias>] [--json]"
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"name": "--kind",
|
|
401
|
+
"value": "source|artifact",
|
|
402
|
+
"required": false,
|
|
403
|
+
"description": "mdkg archive list [--kind source|artifact] [--visibility private|internal|public] [--ws <alias>] [--json]"
|
|
404
|
+
},
|
|
315
405
|
{
|
|
316
406
|
"name": "--root",
|
|
317
407
|
"value": null,
|
|
@@ -323,6 +413,18 @@
|
|
|
323
413
|
"value": null,
|
|
324
414
|
"required": false,
|
|
325
415
|
"description": "--version, -V Show version"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"name": "--visibility",
|
|
419
|
+
"value": "private|internal|public",
|
|
420
|
+
"required": false,
|
|
421
|
+
"description": "mdkg archive list [--kind source|artifact] [--visibility private|internal|public] [--ws <alias>] [--json]"
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"name": "--ws",
|
|
425
|
+
"value": "<alias>",
|
|
426
|
+
"required": false,
|
|
427
|
+
"description": "mdkg archive list [--kind source|artifact] [--visibility private|internal|public] [--ws <alias>] [--json]"
|
|
326
428
|
}
|
|
327
429
|
],
|
|
328
430
|
"output_formats": [
|
|
@@ -390,6 +492,12 @@
|
|
|
390
492
|
"required": false,
|
|
391
493
|
"description": "--help, -h Show help"
|
|
392
494
|
},
|
|
495
|
+
{
|
|
496
|
+
"name": "--json",
|
|
497
|
+
"value": null,
|
|
498
|
+
"required": false,
|
|
499
|
+
"description": "mdkg archive show <id-or-archive-uri> [--ws <alias>] [--json]"
|
|
500
|
+
},
|
|
393
501
|
{
|
|
394
502
|
"name": "--root",
|
|
395
503
|
"value": null,
|
|
@@ -401,6 +509,12 @@
|
|
|
401
509
|
"value": null,
|
|
402
510
|
"required": false,
|
|
403
511
|
"description": "--version, -V Show version"
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"name": "--ws",
|
|
515
|
+
"value": "<alias>",
|
|
516
|
+
"required": false,
|
|
517
|
+
"description": "mdkg archive show <id-or-archive-uri> [--ws <alias>] [--json]"
|
|
404
518
|
}
|
|
405
519
|
],
|
|
406
520
|
"output_formats": [
|
|
@@ -468,6 +582,12 @@
|
|
|
468
582
|
"required": false,
|
|
469
583
|
"description": "--help, -h Show help"
|
|
470
584
|
},
|
|
585
|
+
{
|
|
586
|
+
"name": "--json",
|
|
587
|
+
"value": null,
|
|
588
|
+
"required": false,
|
|
589
|
+
"description": "mdkg archive verify [id-or-archive-uri] [--ws <alias>] [--json]"
|
|
590
|
+
},
|
|
471
591
|
{
|
|
472
592
|
"name": "--root",
|
|
473
593
|
"value": null,
|
|
@@ -479,6 +599,12 @@
|
|
|
479
599
|
"value": null,
|
|
480
600
|
"required": false,
|
|
481
601
|
"description": "--version, -V Show version"
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"name": "--ws",
|
|
605
|
+
"value": "<alias>",
|
|
606
|
+
"required": false,
|
|
607
|
+
"description": "mdkg archive verify [id-or-archive-uri] [--ws <alias>] [--json]"
|
|
482
608
|
}
|
|
483
609
|
],
|
|
484
610
|
"output_formats": [
|
|
@@ -548,6 +674,24 @@
|
|
|
548
674
|
"required": false,
|
|
549
675
|
"description": "--help, -h Show help"
|
|
550
676
|
},
|
|
677
|
+
{
|
|
678
|
+
"name": "--json",
|
|
679
|
+
"value": null,
|
|
680
|
+
"required": false,
|
|
681
|
+
"description": "mdkg bundle create [--profile private|public] [--ws <alias|all>] [--output <path>] [--json]"
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"name": "--output",
|
|
685
|
+
"value": "<path>",
|
|
686
|
+
"required": false,
|
|
687
|
+
"description": "mdkg bundle create [--profile private|public] [--ws <alias|all>] [--output <path>] [--json]"
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"name": "--profile",
|
|
691
|
+
"value": "private|public",
|
|
692
|
+
"required": false,
|
|
693
|
+
"description": "mdkg bundle create [--profile private|public] [--ws <alias|all>] [--output <path>] [--json]"
|
|
694
|
+
},
|
|
551
695
|
{
|
|
552
696
|
"name": "--root",
|
|
553
697
|
"value": null,
|
|
@@ -559,6 +703,12 @@
|
|
|
559
703
|
"value": null,
|
|
560
704
|
"required": false,
|
|
561
705
|
"description": "--version, -V Show version"
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
"name": "--ws",
|
|
709
|
+
"value": "<alias|all>",
|
|
710
|
+
"required": false,
|
|
711
|
+
"description": "mdkg bundle create [--profile private|public] [--ws <alias|all>] [--output <path>] [--json]"
|
|
562
712
|
}
|
|
563
713
|
],
|
|
564
714
|
"output_formats": [
|
|
@@ -627,6 +777,24 @@
|
|
|
627
777
|
"required": false,
|
|
628
778
|
"description": "--help, -h Show help"
|
|
629
779
|
},
|
|
780
|
+
{
|
|
781
|
+
"name": "--json",
|
|
782
|
+
"value": null,
|
|
783
|
+
"required": false,
|
|
784
|
+
"description": "mdkg bundle create [--profile private|public] [--ws <alias|all>] [--output <path>] [--json]"
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"name": "--output",
|
|
788
|
+
"value": "<path>",
|
|
789
|
+
"required": false,
|
|
790
|
+
"description": "mdkg bundle create [--profile private|public] [--ws <alias|all>] [--output <path>] [--json]"
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"name": "--profile",
|
|
794
|
+
"value": "private|public",
|
|
795
|
+
"required": false,
|
|
796
|
+
"description": "mdkg bundle create [--profile private|public] [--ws <alias|all>] [--output <path>] [--json]"
|
|
797
|
+
},
|
|
630
798
|
{
|
|
631
799
|
"name": "--root",
|
|
632
800
|
"value": null,
|
|
@@ -638,6 +806,12 @@
|
|
|
638
806
|
"value": null,
|
|
639
807
|
"required": false,
|
|
640
808
|
"description": "--version, -V Show version"
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
"name": "--ws",
|
|
812
|
+
"value": "<alias|all>",
|
|
813
|
+
"required": false,
|
|
814
|
+
"description": "mdkg bundle create [--profile private|public] [--ws <alias|all>] [--output <path>] [--json]"
|
|
641
815
|
}
|
|
642
816
|
],
|
|
643
817
|
"output_formats": [
|
|
@@ -781,6 +955,12 @@
|
|
|
781
955
|
"required": false,
|
|
782
956
|
"description": "--help, -h Show help"
|
|
783
957
|
},
|
|
958
|
+
{
|
|
959
|
+
"name": "--json",
|
|
960
|
+
"value": null,
|
|
961
|
+
"required": false,
|
|
962
|
+
"description": "mdkg bundle list [--json]"
|
|
963
|
+
},
|
|
784
964
|
{
|
|
785
965
|
"name": "--root",
|
|
786
966
|
"value": null,
|
|
@@ -859,6 +1039,12 @@
|
|
|
859
1039
|
"required": false,
|
|
860
1040
|
"description": "--help, -h Show help"
|
|
861
1041
|
},
|
|
1042
|
+
{
|
|
1043
|
+
"name": "--json",
|
|
1044
|
+
"value": null,
|
|
1045
|
+
"required": false,
|
|
1046
|
+
"description": "mdkg bundle show <bundle-path> [--json]"
|
|
1047
|
+
},
|
|
862
1048
|
{
|
|
863
1049
|
"name": "--root",
|
|
864
1050
|
"value": null,
|
|
@@ -937,6 +1123,12 @@
|
|
|
937
1123
|
"required": false,
|
|
938
1124
|
"description": "--help, -h Show help"
|
|
939
1125
|
},
|
|
1126
|
+
{
|
|
1127
|
+
"name": "--json",
|
|
1128
|
+
"value": null,
|
|
1129
|
+
"required": false,
|
|
1130
|
+
"description": "mdkg bundle verify [bundle-path] [--json]"
|
|
1131
|
+
},
|
|
940
1132
|
{
|
|
941
1133
|
"name": "--root",
|
|
942
1134
|
"value": null,
|
|
@@ -1016,12 +1208,36 @@
|
|
|
1016
1208
|
}
|
|
1017
1209
|
],
|
|
1018
1210
|
"flags": [
|
|
1211
|
+
{
|
|
1212
|
+
"name": "--fresh-only",
|
|
1213
|
+
"value": null,
|
|
1214
|
+
"required": false,
|
|
1215
|
+
"description": "mdkg capability resolve [query] [--requires <capability>] [--fresh-only] [--json]"
|
|
1216
|
+
},
|
|
1019
1217
|
{
|
|
1020
1218
|
"name": "--help",
|
|
1021
1219
|
"value": null,
|
|
1022
1220
|
"required": false,
|
|
1023
1221
|
"description": "--help, -h Show help"
|
|
1024
1222
|
},
|
|
1223
|
+
{
|
|
1224
|
+
"name": "--json",
|
|
1225
|
+
"value": null,
|
|
1226
|
+
"required": false,
|
|
1227
|
+
"description": "mdkg capability list [--kind <kind>] [--visibility <level>] [--json]"
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
"name": "--kind",
|
|
1231
|
+
"value": "<kind>",
|
|
1232
|
+
"required": false,
|
|
1233
|
+
"description": "mdkg capability list [--kind <kind>] [--visibility <level>] [--json]"
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
"name": "--requires",
|
|
1237
|
+
"value": "<capability>",
|
|
1238
|
+
"required": false,
|
|
1239
|
+
"description": "mdkg capability resolve [query] [--requires <capability>] [--fresh-only] [--json]"
|
|
1240
|
+
},
|
|
1025
1241
|
{
|
|
1026
1242
|
"name": "--root",
|
|
1027
1243
|
"value": null,
|
|
@@ -1033,6 +1249,12 @@
|
|
|
1033
1249
|
"value": null,
|
|
1034
1250
|
"required": false,
|
|
1035
1251
|
"description": "--version, -V Show version"
|
|
1252
|
+
},
|
|
1253
|
+
{
|
|
1254
|
+
"name": "--visibility",
|
|
1255
|
+
"value": "<level>",
|
|
1256
|
+
"required": false,
|
|
1257
|
+
"description": "mdkg capability list [--kind <kind>] [--visibility <level>] [--json]"
|
|
1036
1258
|
}
|
|
1037
1259
|
],
|
|
1038
1260
|
"output_formats": [
|
|
@@ -1096,6 +1318,18 @@
|
|
|
1096
1318
|
"required": false,
|
|
1097
1319
|
"description": "--help, -h Show help"
|
|
1098
1320
|
},
|
|
1321
|
+
{
|
|
1322
|
+
"name": "--json",
|
|
1323
|
+
"value": null,
|
|
1324
|
+
"required": false,
|
|
1325
|
+
"description": "mdkg capability list [--kind <kind>] [--visibility <level>] [--json]"
|
|
1326
|
+
},
|
|
1327
|
+
{
|
|
1328
|
+
"name": "--kind",
|
|
1329
|
+
"value": "<kind>",
|
|
1330
|
+
"required": false,
|
|
1331
|
+
"description": "mdkg capability list [--kind <kind>] [--visibility <level>] [--json]"
|
|
1332
|
+
},
|
|
1099
1333
|
{
|
|
1100
1334
|
"name": "--root",
|
|
1101
1335
|
"value": null,
|
|
@@ -1107,6 +1341,12 @@
|
|
|
1107
1341
|
"value": null,
|
|
1108
1342
|
"required": false,
|
|
1109
1343
|
"description": "--version, -V Show version"
|
|
1344
|
+
},
|
|
1345
|
+
{
|
|
1346
|
+
"name": "--visibility",
|
|
1347
|
+
"value": "<level>",
|
|
1348
|
+
"required": false,
|
|
1349
|
+
"description": "mdkg capability list [--kind <kind>] [--visibility <level>] [--json]"
|
|
1110
1350
|
}
|
|
1111
1351
|
],
|
|
1112
1352
|
"output_formats": [
|
|
@@ -1174,6 +1414,18 @@
|
|
|
1174
1414
|
"required": false,
|
|
1175
1415
|
"description": "--help, -h Show help"
|
|
1176
1416
|
},
|
|
1417
|
+
{
|
|
1418
|
+
"name": "--json",
|
|
1419
|
+
"value": null,
|
|
1420
|
+
"required": false,
|
|
1421
|
+
"description": "mdkg capability search \"<query>\" [--kind <kind>] [--visibility <level>] [--json]"
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
"name": "--kind",
|
|
1425
|
+
"value": "<kind>",
|
|
1426
|
+
"required": false,
|
|
1427
|
+
"description": "mdkg capability search \"<query>\" [--kind <kind>] [--visibility <level>] [--json]"
|
|
1428
|
+
},
|
|
1177
1429
|
{
|
|
1178
1430
|
"name": "--root",
|
|
1179
1431
|
"value": null,
|
|
@@ -1185,6 +1437,12 @@
|
|
|
1185
1437
|
"value": null,
|
|
1186
1438
|
"required": false,
|
|
1187
1439
|
"description": "--version, -V Show version"
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
"name": "--visibility",
|
|
1443
|
+
"value": "<level>",
|
|
1444
|
+
"required": false,
|
|
1445
|
+
"description": "mdkg capability search \"<query>\" [--kind <kind>] [--visibility <level>] [--json]"
|
|
1188
1446
|
}
|
|
1189
1447
|
],
|
|
1190
1448
|
"output_formats": [
|
|
@@ -1252,6 +1510,12 @@
|
|
|
1252
1510
|
"required": false,
|
|
1253
1511
|
"description": "--help, -h Show help"
|
|
1254
1512
|
},
|
|
1513
|
+
{
|
|
1514
|
+
"name": "--json",
|
|
1515
|
+
"value": null,
|
|
1516
|
+
"required": false,
|
|
1517
|
+
"description": "mdkg capability show <id-or-qid-or-slug> [--json]"
|
|
1518
|
+
},
|
|
1255
1519
|
{
|
|
1256
1520
|
"name": "--root",
|
|
1257
1521
|
"value": null,
|
|
@@ -1329,17 +1593,59 @@
|
|
|
1329
1593
|
"required": false,
|
|
1330
1594
|
"description": "--help, -h Show help"
|
|
1331
1595
|
},
|
|
1596
|
+
{
|
|
1597
|
+
"name": "--json",
|
|
1598
|
+
"value": null,
|
|
1599
|
+
"required": false,
|
|
1600
|
+
"description": "mdkg checkpoint new <title> [--kind implementation|test-proof|goal-closeout|audit|handoff] [--ws <alias>] [--json]"
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
"name": "--kind",
|
|
1604
|
+
"value": "implementation|test-proof|goal-closeout|audit|handoff",
|
|
1605
|
+
"required": false,
|
|
1606
|
+
"description": "mdkg checkpoint new <title> [--kind implementation|test-proof|goal-closeout|audit|handoff] [--ws <alias>] [--json]"
|
|
1607
|
+
},
|
|
1608
|
+
{
|
|
1609
|
+
"name": "--note",
|
|
1610
|
+
"value": "\"<text>\"",
|
|
1611
|
+
"required": false,
|
|
1612
|
+
"description": "[--relates <id,id,...>] [--scope <id,id,...>] [--run-id <id>] [--note \"<text>\"]"
|
|
1613
|
+
},
|
|
1614
|
+
{
|
|
1615
|
+
"name": "--relates",
|
|
1616
|
+
"value": "<id,id,...>",
|
|
1617
|
+
"required": false,
|
|
1618
|
+
"description": "[--relates <id,id,...>] [--scope <id,id,...>] [--run-id <id>] [--note \"<text>\"]"
|
|
1619
|
+
},
|
|
1332
1620
|
{
|
|
1333
1621
|
"name": "--root",
|
|
1334
1622
|
"value": null,
|
|
1335
1623
|
"required": false,
|
|
1336
1624
|
"description": "--root, -r <path> Run against a specific repo root"
|
|
1337
1625
|
},
|
|
1626
|
+
{
|
|
1627
|
+
"name": "--run-id",
|
|
1628
|
+
"value": "<id>",
|
|
1629
|
+
"required": false,
|
|
1630
|
+
"description": "[--relates <id,id,...>] [--scope <id,id,...>] [--run-id <id>] [--note \"<text>\"]"
|
|
1631
|
+
},
|
|
1632
|
+
{
|
|
1633
|
+
"name": "--scope",
|
|
1634
|
+
"value": "<id,id,...>",
|
|
1635
|
+
"required": false,
|
|
1636
|
+
"description": "[--relates <id,id,...>] [--scope <id,id,...>] [--run-id <id>] [--note \"<text>\"]"
|
|
1637
|
+
},
|
|
1338
1638
|
{
|
|
1339
1639
|
"name": "--version",
|
|
1340
1640
|
"value": null,
|
|
1341
1641
|
"required": false,
|
|
1342
1642
|
"description": "--version, -V Show version"
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
"name": "--ws",
|
|
1646
|
+
"value": "<alias>",
|
|
1647
|
+
"required": false,
|
|
1648
|
+
"description": "mdkg checkpoint new <title> [--kind implementation|test-proof|goal-closeout|audit|handoff] [--ws <alias>] [--json]"
|
|
1343
1649
|
}
|
|
1344
1650
|
],
|
|
1345
1651
|
"output_formats": [
|
|
@@ -1444,6 +1750,12 @@
|
|
|
1444
1750
|
"required": false,
|
|
1445
1751
|
"description": "--help, -h Show help"
|
|
1446
1752
|
},
|
|
1753
|
+
{
|
|
1754
|
+
"name": "--json",
|
|
1755
|
+
"value": null,
|
|
1756
|
+
"required": false,
|
|
1757
|
+
"description": "mdkg db index rebuild [--tolerant] [--json]"
|
|
1758
|
+
},
|
|
1447
1759
|
{
|
|
1448
1760
|
"name": "--lease-ms",
|
|
1449
1761
|
"value": "<ms>",
|
|
@@ -1456,12 +1768,36 @@
|
|
|
1456
1768
|
"required": false,
|
|
1457
1769
|
"description": "mdkg db queue claim <queue> --lease-owner <owner> --lease-ms <ms> [--json]"
|
|
1458
1770
|
},
|
|
1771
|
+
{
|
|
1772
|
+
"name": "--output",
|
|
1773
|
+
"value": "<path>",
|
|
1774
|
+
"required": false,
|
|
1775
|
+
"description": "mdkg db snapshot dump [--snapshot <path>] [--output <path>] [--json]"
|
|
1776
|
+
},
|
|
1777
|
+
{
|
|
1778
|
+
"name": "--paused",
|
|
1779
|
+
"value": null,
|
|
1780
|
+
"required": false,
|
|
1781
|
+
"description": "mdkg db queue create <queue> [--paused] [--reason <text>] [--json]"
|
|
1782
|
+
},
|
|
1459
1783
|
{
|
|
1460
1784
|
"name": "--payload-json",
|
|
1461
1785
|
"value": "<json>",
|
|
1462
1786
|
"required": false,
|
|
1463
1787
|
"description": "mdkg db queue enqueue <queue> <message-id> --payload-json <json>|--payload-file <path> [--json]"
|
|
1464
1788
|
},
|
|
1789
|
+
{
|
|
1790
|
+
"name": "--queue-policy",
|
|
1791
|
+
"value": "drain|paused",
|
|
1792
|
+
"required": false,
|
|
1793
|
+
"description": "mdkg db snapshot seal [--queue-policy drain|paused] [--json]"
|
|
1794
|
+
},
|
|
1795
|
+
{
|
|
1796
|
+
"name": "--reason",
|
|
1797
|
+
"value": "<text>",
|
|
1798
|
+
"required": false,
|
|
1799
|
+
"description": "mdkg db queue create <queue> [--paused] [--reason <text>] [--json]"
|
|
1800
|
+
},
|
|
1465
1801
|
{
|
|
1466
1802
|
"name": "--root",
|
|
1467
1803
|
"value": null,
|
|
@@ -1469,10 +1805,22 @@
|
|
|
1469
1805
|
"description": "--root, -r <path> Run against a specific repo root"
|
|
1470
1806
|
},
|
|
1471
1807
|
{
|
|
1472
|
-
"name": "--
|
|
1808
|
+
"name": "--snapshot",
|
|
1809
|
+
"value": "<path>",
|
|
1810
|
+
"required": false,
|
|
1811
|
+
"description": "mdkg db snapshot dump [--snapshot <path>] [--output <path>] [--json]"
|
|
1812
|
+
},
|
|
1813
|
+
{
|
|
1814
|
+
"name": "--tolerant",
|
|
1473
1815
|
"value": null,
|
|
1474
1816
|
"required": false,
|
|
1475
|
-
"description": "--
|
|
1817
|
+
"description": "mdkg db index rebuild [--tolerant] [--json]"
|
|
1818
|
+
},
|
|
1819
|
+
{
|
|
1820
|
+
"name": "--version",
|
|
1821
|
+
"value": null,
|
|
1822
|
+
"required": false,
|
|
1823
|
+
"description": "--version, -V Show version"
|
|
1476
1824
|
}
|
|
1477
1825
|
],
|
|
1478
1826
|
"output_formats": [
|
|
@@ -1545,12 +1893,24 @@
|
|
|
1545
1893
|
"required": false,
|
|
1546
1894
|
"description": "--help, -h Show help"
|
|
1547
1895
|
},
|
|
1896
|
+
{
|
|
1897
|
+
"name": "--json",
|
|
1898
|
+
"value": null,
|
|
1899
|
+
"required": false,
|
|
1900
|
+
"description": "mdkg db index rebuild [--tolerant] [--json]"
|
|
1901
|
+
},
|
|
1548
1902
|
{
|
|
1549
1903
|
"name": "--root",
|
|
1550
1904
|
"value": null,
|
|
1551
1905
|
"required": false,
|
|
1552
1906
|
"description": "--root, -r <path> Run against a specific repo root"
|
|
1553
1907
|
},
|
|
1908
|
+
{
|
|
1909
|
+
"name": "--tolerant",
|
|
1910
|
+
"value": null,
|
|
1911
|
+
"required": false,
|
|
1912
|
+
"description": "mdkg db index rebuild [--tolerant] [--json]"
|
|
1913
|
+
},
|
|
1554
1914
|
{
|
|
1555
1915
|
"name": "--version",
|
|
1556
1916
|
"value": null,
|
|
@@ -1640,6 +2000,18 @@
|
|
|
1640
2000
|
}
|
|
1641
2001
|
],
|
|
1642
2002
|
"flags": [
|
|
2003
|
+
{
|
|
2004
|
+
"name": "--available-at-ms",
|
|
2005
|
+
"value": "<ms>",
|
|
2006
|
+
"required": false,
|
|
2007
|
+
"description": "mdkg db queue enqueue <queue> <message-id> --payload-json <json>|--payload-file <path> [--dedupe-key <key>] [--available-at-ms <ms>] [--max-attempts <n>] [--json]"
|
|
2008
|
+
},
|
|
2009
|
+
{
|
|
2010
|
+
"name": "--dedupe-key",
|
|
2011
|
+
"value": "<key>",
|
|
2012
|
+
"required": false,
|
|
2013
|
+
"description": "mdkg db queue enqueue <queue> <message-id> --payload-json <json>|--payload-file <path> [--dedupe-key <key>] [--available-at-ms <ms>] [--max-attempts <n>] [--json]"
|
|
2014
|
+
},
|
|
1643
2015
|
{
|
|
1644
2016
|
"name": "--error",
|
|
1645
2017
|
"value": "<text>",
|
|
@@ -1652,6 +2024,12 @@
|
|
|
1652
2024
|
"required": false,
|
|
1653
2025
|
"description": "--help, -h Show help"
|
|
1654
2026
|
},
|
|
2027
|
+
{
|
|
2028
|
+
"name": "--json",
|
|
2029
|
+
"value": null,
|
|
2030
|
+
"required": false,
|
|
2031
|
+
"description": "mdkg db queue create <queue> [--paused] [--reason <text>] [--json]"
|
|
2032
|
+
},
|
|
1655
2033
|
{
|
|
1656
2034
|
"name": "--lease-ms",
|
|
1657
2035
|
"value": "<ms>",
|
|
@@ -1664,18 +2042,54 @@
|
|
|
1664
2042
|
"required": false,
|
|
1665
2043
|
"description": "mdkg db queue claim <queue> --lease-owner <owner> --lease-ms <ms> [--json]"
|
|
1666
2044
|
},
|
|
2045
|
+
{
|
|
2046
|
+
"name": "--limit",
|
|
2047
|
+
"value": "<n>",
|
|
2048
|
+
"required": false,
|
|
2049
|
+
"description": "mdkg db queue list <queue> [--status ready|leased|acked|dead_letter|all] [--limit <n>] [--json]"
|
|
2050
|
+
},
|
|
2051
|
+
{
|
|
2052
|
+
"name": "--max-attempts",
|
|
2053
|
+
"value": "<n>",
|
|
2054
|
+
"required": false,
|
|
2055
|
+
"description": "mdkg db queue enqueue <queue> <message-id> --payload-json <json>|--payload-file <path> [--dedupe-key <key>] [--available-at-ms <ms>] [--max-attempts <n>] [--json]"
|
|
2056
|
+
},
|
|
2057
|
+
{
|
|
2058
|
+
"name": "--paused",
|
|
2059
|
+
"value": null,
|
|
2060
|
+
"required": false,
|
|
2061
|
+
"description": "mdkg db queue create <queue> [--paused] [--reason <text>] [--json]"
|
|
2062
|
+
},
|
|
1667
2063
|
{
|
|
1668
2064
|
"name": "--payload-json",
|
|
1669
2065
|
"value": "<json>",
|
|
1670
2066
|
"required": false,
|
|
1671
2067
|
"description": "mdkg db queue enqueue <queue> <message-id> --payload-json <json>|--payload-file <path> [--dedupe-key <key>] [--available-at-ms <ms>] [--max-attempts <n>] [--json]"
|
|
1672
2068
|
},
|
|
2069
|
+
{
|
|
2070
|
+
"name": "--reason",
|
|
2071
|
+
"value": "<text>",
|
|
2072
|
+
"required": false,
|
|
2073
|
+
"description": "mdkg db queue create <queue> [--paused] [--reason <text>] [--json]"
|
|
2074
|
+
},
|
|
2075
|
+
{
|
|
2076
|
+
"name": "--retry-after-ms",
|
|
2077
|
+
"value": "<ms>",
|
|
2078
|
+
"required": false,
|
|
2079
|
+
"description": "mdkg db queue fail <queue> <message-id> --lease-owner <owner> --error <text> [--retry-after-ms <ms>] [--json]"
|
|
2080
|
+
},
|
|
1673
2081
|
{
|
|
1674
2082
|
"name": "--root",
|
|
1675
2083
|
"value": null,
|
|
1676
2084
|
"required": false,
|
|
1677
2085
|
"description": "--root, -r <path> Run against a specific repo root"
|
|
1678
2086
|
},
|
|
2087
|
+
{
|
|
2088
|
+
"name": "--status",
|
|
2089
|
+
"value": "ready|leased|acked|dead_letter|all",
|
|
2090
|
+
"required": false,
|
|
2091
|
+
"description": "mdkg db queue list <queue> [--status ready|leased|acked|dead_letter|all] [--limit <n>] [--json]"
|
|
2092
|
+
},
|
|
1679
2093
|
{
|
|
1680
2094
|
"name": "--version",
|
|
1681
2095
|
"value": null,
|
|
@@ -1765,12 +2179,36 @@
|
|
|
1765
2179
|
"required": false,
|
|
1766
2180
|
"description": "--help, -h Show help"
|
|
1767
2181
|
},
|
|
2182
|
+
{
|
|
2183
|
+
"name": "--json",
|
|
2184
|
+
"value": null,
|
|
2185
|
+
"required": false,
|
|
2186
|
+
"description": "mdkg db snapshot seal [--queue-policy drain|paused] [--json]"
|
|
2187
|
+
},
|
|
2188
|
+
{
|
|
2189
|
+
"name": "--output",
|
|
2190
|
+
"value": "<path>",
|
|
2191
|
+
"required": false,
|
|
2192
|
+
"description": "mdkg db snapshot dump [--snapshot <path>] [--output <path>] [--json]"
|
|
2193
|
+
},
|
|
2194
|
+
{
|
|
2195
|
+
"name": "--queue-policy",
|
|
2196
|
+
"value": "drain|paused",
|
|
2197
|
+
"required": false,
|
|
2198
|
+
"description": "mdkg db snapshot seal [--queue-policy drain|paused] [--json]"
|
|
2199
|
+
},
|
|
1768
2200
|
{
|
|
1769
2201
|
"name": "--root",
|
|
1770
2202
|
"value": null,
|
|
1771
2203
|
"required": false,
|
|
1772
2204
|
"description": "--root, -r <path> Run against a specific repo root"
|
|
1773
2205
|
},
|
|
2206
|
+
{
|
|
2207
|
+
"name": "--snapshot",
|
|
2208
|
+
"value": "<path>",
|
|
2209
|
+
"required": false,
|
|
2210
|
+
"description": "mdkg db snapshot dump [--snapshot <path>] [--output <path>] [--json]"
|
|
2211
|
+
},
|
|
1774
2212
|
{
|
|
1775
2213
|
"name": "--version",
|
|
1776
2214
|
"value": null,
|
|
@@ -1846,7 +2284,7 @@
|
|
|
1846
2284
|
"name": "--json",
|
|
1847
2285
|
"value": null,
|
|
1848
2286
|
"required": false,
|
|
1849
|
-
"description": "
|
|
2287
|
+
"description": "mdkg doctor [--strict] [--json]"
|
|
1850
2288
|
},
|
|
1851
2289
|
{
|
|
1852
2290
|
"name": "--root",
|
|
@@ -1858,7 +2296,7 @@
|
|
|
1858
2296
|
"name": "--strict",
|
|
1859
2297
|
"value": null,
|
|
1860
2298
|
"required": false,
|
|
1861
|
-
"description": "--strict
|
|
2299
|
+
"description": "mdkg doctor [--strict] [--json]"
|
|
1862
2300
|
},
|
|
1863
2301
|
{
|
|
1864
2302
|
"name": "--version",
|
|
@@ -1932,6 +2370,12 @@
|
|
|
1932
2370
|
"required": false,
|
|
1933
2371
|
"description": "--help, -h Show help"
|
|
1934
2372
|
},
|
|
2373
|
+
{
|
|
2374
|
+
"name": "--json",
|
|
2375
|
+
"value": null,
|
|
2376
|
+
"required": false,
|
|
2377
|
+
"description": "mdkg event enable [--ws <alias>] [--json]"
|
|
2378
|
+
},
|
|
1935
2379
|
{
|
|
1936
2380
|
"name": "--kind",
|
|
1937
2381
|
"value": "<kind>",
|
|
@@ -1961,6 +2405,12 @@
|
|
|
1961
2405
|
"value": null,
|
|
1962
2406
|
"required": false,
|
|
1963
2407
|
"description": "--version, -V Show version"
|
|
2408
|
+
},
|
|
2409
|
+
{
|
|
2410
|
+
"name": "--ws",
|
|
2411
|
+
"value": "<alias>",
|
|
2412
|
+
"required": false,
|
|
2413
|
+
"description": "mdkg event enable [--ws <alias>] [--json]"
|
|
1964
2414
|
}
|
|
1965
2415
|
],
|
|
1966
2416
|
"output_formats": [
|
|
@@ -2021,22 +2471,46 @@
|
|
|
2021
2471
|
],
|
|
2022
2472
|
"args": [],
|
|
2023
2473
|
"flags": [
|
|
2474
|
+
{
|
|
2475
|
+
"name": "--agent",
|
|
2476
|
+
"value": "<name>",
|
|
2477
|
+
"required": false,
|
|
2478
|
+
"description": "[--agent <name>] [--skill <slug>] [--tool <id>]"
|
|
2479
|
+
},
|
|
2480
|
+
{
|
|
2481
|
+
"name": "--artifacts",
|
|
2482
|
+
"value": "<a,...>",
|
|
2483
|
+
"required": false,
|
|
2484
|
+
"description": "[--ws <alias>] [--artifacts <a,...>] [--notes \"<text>\"] [--run-id <id>] [--json]"
|
|
2485
|
+
},
|
|
2024
2486
|
{
|
|
2025
2487
|
"name": "--help",
|
|
2026
2488
|
"value": null,
|
|
2027
2489
|
"required": false,
|
|
2028
2490
|
"description": "--help, -h Show help"
|
|
2029
2491
|
},
|
|
2492
|
+
{
|
|
2493
|
+
"name": "--json",
|
|
2494
|
+
"value": null,
|
|
2495
|
+
"required": false,
|
|
2496
|
+
"description": "[--ws <alias>] [--artifacts <a,...>] [--notes \"<text>\"] [--run-id <id>] [--json]"
|
|
2497
|
+
},
|
|
2030
2498
|
{
|
|
2031
2499
|
"name": "--kind",
|
|
2032
2500
|
"value": "<kind>",
|
|
2033
|
-
"required":
|
|
2501
|
+
"required": true,
|
|
2034
2502
|
"description": "mdkg event append --kind <kind> --status <ok|error|retry|skipped> --refs <id,...>"
|
|
2035
2503
|
},
|
|
2504
|
+
{
|
|
2505
|
+
"name": "--notes",
|
|
2506
|
+
"value": "\"<text>\"",
|
|
2507
|
+
"required": false,
|
|
2508
|
+
"description": "[--ws <alias>] [--artifacts <a,...>] [--notes \"<text>\"] [--run-id <id>] [--json]"
|
|
2509
|
+
},
|
|
2036
2510
|
{
|
|
2037
2511
|
"name": "--refs",
|
|
2038
2512
|
"value": "<id,...>",
|
|
2039
|
-
"required":
|
|
2513
|
+
"required": true,
|
|
2040
2514
|
"description": "mdkg event append --kind <kind> --status <ok|error|retry|skipped> --refs <id,...>"
|
|
2041
2515
|
},
|
|
2042
2516
|
{
|
|
@@ -2045,17 +2519,41 @@
|
|
|
2045
2519
|
"required": false,
|
|
2046
2520
|
"description": "--root, -r <path> Run against a specific repo root"
|
|
2047
2521
|
},
|
|
2522
|
+
{
|
|
2523
|
+
"name": "--run-id",
|
|
2524
|
+
"value": "<id>",
|
|
2525
|
+
"required": false,
|
|
2526
|
+
"description": "[--ws <alias>] [--artifacts <a,...>] [--notes \"<text>\"] [--run-id <id>] [--json]"
|
|
2527
|
+
},
|
|
2528
|
+
{
|
|
2529
|
+
"name": "--skill",
|
|
2530
|
+
"value": "<slug>",
|
|
2531
|
+
"required": false,
|
|
2532
|
+
"description": "[--agent <name>] [--skill <slug>] [--tool <id>]"
|
|
2533
|
+
},
|
|
2048
2534
|
{
|
|
2049
2535
|
"name": "--status",
|
|
2050
2536
|
"value": "<ok|error|retry|skipped>",
|
|
2051
|
-
"required":
|
|
2537
|
+
"required": true,
|
|
2052
2538
|
"description": "mdkg event append --kind <kind> --status <ok|error|retry|skipped> --refs <id,...>"
|
|
2053
2539
|
},
|
|
2540
|
+
{
|
|
2541
|
+
"name": "--tool",
|
|
2542
|
+
"value": "<id>",
|
|
2543
|
+
"required": false,
|
|
2544
|
+
"description": "[--agent <name>] [--skill <slug>] [--tool <id>]"
|
|
2545
|
+
},
|
|
2054
2546
|
{
|
|
2055
2547
|
"name": "--version",
|
|
2056
2548
|
"value": null,
|
|
2057
2549
|
"required": false,
|
|
2058
2550
|
"description": "--version, -V Show version"
|
|
2551
|
+
},
|
|
2552
|
+
{
|
|
2553
|
+
"name": "--ws",
|
|
2554
|
+
"value": "<alias>",
|
|
2555
|
+
"required": false,
|
|
2556
|
+
"description": "[--ws <alias>] [--artifacts <a,...>] [--notes \"<text>\"] [--run-id <id>] [--json]"
|
|
2059
2557
|
}
|
|
2060
2558
|
],
|
|
2061
2559
|
"output_formats": [
|
|
@@ -2121,6 +2619,12 @@
|
|
|
2121
2619
|
"required": false,
|
|
2122
2620
|
"description": "--help, -h Show help"
|
|
2123
2621
|
},
|
|
2622
|
+
{
|
|
2623
|
+
"name": "--json",
|
|
2624
|
+
"value": null,
|
|
2625
|
+
"required": false,
|
|
2626
|
+
"description": "mdkg event enable [--ws <alias>] [--json]"
|
|
2627
|
+
},
|
|
2124
2628
|
{
|
|
2125
2629
|
"name": "--root",
|
|
2126
2630
|
"value": null,
|
|
@@ -2132,6 +2636,12 @@
|
|
|
2132
2636
|
"value": null,
|
|
2133
2637
|
"required": false,
|
|
2134
2638
|
"description": "--version, -V Show version"
|
|
2639
|
+
},
|
|
2640
|
+
{
|
|
2641
|
+
"name": "--ws",
|
|
2642
|
+
"value": "<alias>",
|
|
2643
|
+
"required": false,
|
|
2644
|
+
"description": "mdkg event enable [--ws <alias>] [--json]"
|
|
2135
2645
|
}
|
|
2136
2646
|
],
|
|
2137
2647
|
"output_formats": [
|
|
@@ -2192,18 +2702,48 @@
|
|
|
2192
2702
|
],
|
|
2193
2703
|
"args": [],
|
|
2194
2704
|
"flags": [
|
|
2705
|
+
{
|
|
2706
|
+
"name": "--apply",
|
|
2707
|
+
"value": null,
|
|
2708
|
+
"required": false,
|
|
2709
|
+
"description": "mdkg fix ids [--target <id-or-qid>] [--base-ref <ref>] [--apply] [--json]"
|
|
2710
|
+
},
|
|
2711
|
+
{
|
|
2712
|
+
"name": "--base-ref",
|
|
2713
|
+
"value": "<ref>",
|
|
2714
|
+
"required": false,
|
|
2715
|
+
"description": "mdkg fix plan [--family index|refs|ids|all] [--target <id-or-qid>] [--base-ref <ref>] [--json]"
|
|
2716
|
+
},
|
|
2717
|
+
{
|
|
2718
|
+
"name": "--family",
|
|
2719
|
+
"value": "index|refs|ids|all",
|
|
2720
|
+
"required": false,
|
|
2721
|
+
"description": "mdkg fix plan [--family index|refs|ids|all] [--target <id-or-qid>] [--base-ref <ref>] [--json]"
|
|
2722
|
+
},
|
|
2195
2723
|
{
|
|
2196
2724
|
"name": "--help",
|
|
2197
2725
|
"value": null,
|
|
2198
2726
|
"required": false,
|
|
2199
2727
|
"description": "--help, -h Show help"
|
|
2200
2728
|
},
|
|
2729
|
+
{
|
|
2730
|
+
"name": "--json",
|
|
2731
|
+
"value": null,
|
|
2732
|
+
"required": false,
|
|
2733
|
+
"description": "mdkg fix plan [--family index|refs|ids|all] [--target <id-or-qid>] [--base-ref <ref>] [--json]"
|
|
2734
|
+
},
|
|
2201
2735
|
{
|
|
2202
2736
|
"name": "--root",
|
|
2203
2737
|
"value": null,
|
|
2204
2738
|
"required": false,
|
|
2205
2739
|
"description": "--root, -r <path> Run against a specific repo root"
|
|
2206
2740
|
},
|
|
2741
|
+
{
|
|
2742
|
+
"name": "--target",
|
|
2743
|
+
"value": "<id-or-qid>",
|
|
2744
|
+
"required": false,
|
|
2745
|
+
"description": "mdkg fix plan [--family index|refs|ids|all] [--target <id-or-qid>] [--base-ref <ref>] [--json]"
|
|
2746
|
+
},
|
|
2207
2747
|
{
|
|
2208
2748
|
"name": "--version",
|
|
2209
2749
|
"value": null,
|
|
@@ -2270,13 +2810,13 @@
|
|
|
2270
2810
|
"name": "--base-ref",
|
|
2271
2811
|
"value": "<ref>",
|
|
2272
2812
|
"required": false,
|
|
2273
|
-
"description": "
|
|
2813
|
+
"description": "mdkg fix apply [--family ids] [--target <id-or-qid>] [--base-ref <ref>] [--json]"
|
|
2274
2814
|
},
|
|
2275
2815
|
{
|
|
2276
2816
|
"name": "--family",
|
|
2277
2817
|
"value": "ids",
|
|
2278
2818
|
"required": false,
|
|
2279
|
-
"description": "
|
|
2819
|
+
"description": "mdkg fix apply [--family ids] [--target <id-or-qid>] [--base-ref <ref>] [--json]"
|
|
2280
2820
|
},
|
|
2281
2821
|
{
|
|
2282
2822
|
"name": "--help",
|
|
@@ -2288,7 +2828,7 @@
|
|
|
2288
2828
|
"name": "--json",
|
|
2289
2829
|
"value": null,
|
|
2290
2830
|
"required": false,
|
|
2291
|
-
"description": "--
|
|
2831
|
+
"description": "mdkg fix apply [--family ids] [--target <id-or-qid>] [--base-ref <ref>] [--json]"
|
|
2292
2832
|
},
|
|
2293
2833
|
{
|
|
2294
2834
|
"name": "--root",
|
|
@@ -2300,7 +2840,7 @@
|
|
|
2300
2840
|
"name": "--target",
|
|
2301
2841
|
"value": "<id-or-qid>",
|
|
2302
2842
|
"required": false,
|
|
2303
|
-
"description": "--target <id-or-qid>
|
|
2843
|
+
"description": "mdkg fix apply [--family ids] [--target <id-or-qid>] [--base-ref <ref>] [--json]"
|
|
2304
2844
|
},
|
|
2305
2845
|
{
|
|
2306
2846
|
"name": "--version",
|
|
@@ -2372,15 +2912,15 @@
|
|
|
2372
2912
|
"flags": [
|
|
2373
2913
|
{
|
|
2374
2914
|
"name": "--apply",
|
|
2375
|
-
"value":
|
|
2915
|
+
"value": null,
|
|
2376
2916
|
"required": false,
|
|
2377
|
-
"description": "
|
|
2917
|
+
"description": "mdkg fix ids [--target <id-or-qid>] [--base-ref <ref>] [--apply] [--json]"
|
|
2378
2918
|
},
|
|
2379
2919
|
{
|
|
2380
2920
|
"name": "--base-ref",
|
|
2381
2921
|
"value": "<ref>",
|
|
2382
2922
|
"required": false,
|
|
2383
|
-
"description": "--base-ref <ref>
|
|
2923
|
+
"description": "mdkg fix ids [--target <id-or-qid>] [--base-ref <ref>] [--apply] [--json]"
|
|
2384
2924
|
},
|
|
2385
2925
|
{
|
|
2386
2926
|
"name": "--family",
|
|
@@ -2398,7 +2938,7 @@
|
|
|
2398
2938
|
"name": "--json",
|
|
2399
2939
|
"value": null,
|
|
2400
2940
|
"required": false,
|
|
2401
|
-
"description": "--
|
|
2941
|
+
"description": "mdkg fix ids [--target <id-or-qid>] [--base-ref <ref>] [--apply] [--json]"
|
|
2402
2942
|
},
|
|
2403
2943
|
{
|
|
2404
2944
|
"name": "--root",
|
|
@@ -2410,7 +2950,7 @@
|
|
|
2410
2950
|
"name": "--target",
|
|
2411
2951
|
"value": "<id-or-qid>",
|
|
2412
2952
|
"required": false,
|
|
2413
|
-
"description": "--target <id-or-qid>
|
|
2953
|
+
"description": "mdkg fix ids [--target <id-or-qid>] [--base-ref <ref>] [--apply] [--json]"
|
|
2414
2954
|
},
|
|
2415
2955
|
{
|
|
2416
2956
|
"name": "--version",
|
|
@@ -2487,13 +3027,13 @@
|
|
|
2487
3027
|
"name": "--base-ref",
|
|
2488
3028
|
"value": "<ref>",
|
|
2489
3029
|
"required": false,
|
|
2490
|
-
"description": "
|
|
3030
|
+
"description": "mdkg fix plan [--family index|refs|ids|all] [--target <id-or-qid>] [--base-ref <ref>] [--json]"
|
|
2491
3031
|
},
|
|
2492
3032
|
{
|
|
2493
3033
|
"name": "--family",
|
|
2494
|
-
"value": "ids
|
|
3034
|
+
"value": "index|refs|ids|all",
|
|
2495
3035
|
"required": false,
|
|
2496
|
-
"description": "
|
|
3036
|
+
"description": "mdkg fix plan [--family index|refs|ids|all] [--target <id-or-qid>] [--base-ref <ref>] [--json]"
|
|
2497
3037
|
},
|
|
2498
3038
|
{
|
|
2499
3039
|
"name": "--help",
|
|
@@ -2505,7 +3045,7 @@
|
|
|
2505
3045
|
"name": "--json",
|
|
2506
3046
|
"value": null,
|
|
2507
3047
|
"required": false,
|
|
2508
|
-
"description": "--
|
|
3048
|
+
"description": "mdkg fix plan [--family index|refs|ids|all] [--target <id-or-qid>] [--base-ref <ref>] [--json]"
|
|
2509
3049
|
},
|
|
2510
3050
|
{
|
|
2511
3051
|
"name": "--root",
|
|
@@ -2517,7 +3057,7 @@
|
|
|
2517
3057
|
"name": "--target",
|
|
2518
3058
|
"value": "<id-or-qid>",
|
|
2519
3059
|
"required": false,
|
|
2520
|
-
"description": "--target <id-or-qid>
|
|
3060
|
+
"description": "mdkg fix plan [--family index|refs|ids|all] [--target <id-or-qid>] [--base-ref <ref>] [--json]"
|
|
2521
3061
|
},
|
|
2522
3062
|
{
|
|
2523
3063
|
"name": "--version",
|
|
@@ -2602,11 +3142,17 @@
|
|
|
2602
3142
|
"required": false,
|
|
2603
3143
|
"description": "--help, -h Show help"
|
|
2604
3144
|
},
|
|
3145
|
+
{
|
|
3146
|
+
"name": "--json",
|
|
3147
|
+
"value": null,
|
|
3148
|
+
"required": false,
|
|
3149
|
+
"description": "mdkg format --headings [--dry-run|--apply] [--summary] [--limit <n>] [--json]"
|
|
3150
|
+
},
|
|
2605
3151
|
{
|
|
2606
3152
|
"name": "--limit",
|
|
2607
|
-
"value": "
|
|
3153
|
+
"value": "<n>",
|
|
2608
3154
|
"required": false,
|
|
2609
|
-
"description": "
|
|
3155
|
+
"description": "mdkg format --headings [--dry-run|--apply] [--summary] [--limit <n>] [--json]"
|
|
2610
3156
|
},
|
|
2611
3157
|
{
|
|
2612
3158
|
"name": "--root",
|
|
@@ -2616,9 +3162,9 @@
|
|
|
2616
3162
|
},
|
|
2617
3163
|
{
|
|
2618
3164
|
"name": "--summary",
|
|
2619
|
-
"value":
|
|
3165
|
+
"value": null,
|
|
2620
3166
|
"required": false,
|
|
2621
|
-
"description": "
|
|
3167
|
+
"description": "mdkg format --headings [--dry-run|--apply] [--summary] [--limit <n>] [--json]"
|
|
2622
3168
|
},
|
|
2623
3169
|
{
|
|
2624
3170
|
"name": "--version",
|
|
@@ -2684,6 +3230,7 @@
|
|
|
2684
3230
|
"summary": "mdkg git command",
|
|
2685
3231
|
"usage": [
|
|
2686
3232
|
" mdkg git inspect [--json]",
|
|
3233
|
+
" mdkg git materialize --request <file|-> [--json]",
|
|
2687
3234
|
" mdkg git clone <repository-ref> --target <path> [--branch <name>] [--json]",
|
|
2688
3235
|
" mdkg git fetch [--remote <name>] [--branch <name>] [--json]",
|
|
2689
3236
|
" mdkg git closeout [--queue-policy drain|paused] [--output <path>] [--json]",
|
|
@@ -2702,7 +3249,7 @@
|
|
|
2702
3249
|
"name": "--branch",
|
|
2703
3250
|
"value": "<name>",
|
|
2704
3251
|
"required": false,
|
|
2705
|
-
"description": "mdkg git
|
|
3252
|
+
"description": "mdkg git clone <repository-ref> --target <path> [--branch <name>] [--json]"
|
|
2706
3253
|
},
|
|
2707
3254
|
{
|
|
2708
3255
|
"name": "--help",
|
|
@@ -2711,16 +3258,34 @@
|
|
|
2711
3258
|
"description": "--help, -h Show help"
|
|
2712
3259
|
},
|
|
2713
3260
|
{
|
|
2714
|
-
"name": "--
|
|
2715
|
-
"value":
|
|
3261
|
+
"name": "--json",
|
|
3262
|
+
"value": null,
|
|
2716
3263
|
"required": false,
|
|
2717
|
-
"description": "mdkg git
|
|
3264
|
+
"description": "mdkg git inspect [--json]"
|
|
3265
|
+
},
|
|
3266
|
+
{
|
|
3267
|
+
"name": "--output",
|
|
3268
|
+
"value": "<path>",
|
|
3269
|
+
"required": false,
|
|
3270
|
+
"description": "mdkg git closeout [--queue-policy drain|paused] [--output <path>] [--json]"
|
|
3271
|
+
},
|
|
3272
|
+
{
|
|
3273
|
+
"name": "--queue-policy",
|
|
3274
|
+
"value": "drain|paused",
|
|
3275
|
+
"required": false,
|
|
3276
|
+
"description": "mdkg git closeout [--queue-policy drain|paused] [--output <path>] [--json]"
|
|
2718
3277
|
},
|
|
2719
3278
|
{
|
|
2720
3279
|
"name": "--remote",
|
|
2721
3280
|
"value": "<name>",
|
|
2722
3281
|
"required": false,
|
|
2723
|
-
"description": "mdkg git
|
|
3282
|
+
"description": "mdkg git fetch [--remote <name>] [--branch <name>] [--json]"
|
|
3283
|
+
},
|
|
3284
|
+
{
|
|
3285
|
+
"name": "--request",
|
|
3286
|
+
"value": "<file|->",
|
|
3287
|
+
"required": false,
|
|
3288
|
+
"description": "mdkg git materialize --request <file|-> [--json]"
|
|
2724
3289
|
},
|
|
2725
3290
|
{
|
|
2726
3291
|
"name": "--root",
|
|
@@ -2728,6 +3293,12 @@
|
|
|
2728
3293
|
"required": false,
|
|
2729
3294
|
"description": "--root, -r <path> Run against a specific repo root"
|
|
2730
3295
|
},
|
|
3296
|
+
{
|
|
3297
|
+
"name": "--stage-all",
|
|
3298
|
+
"value": null,
|
|
3299
|
+
"required": false,
|
|
3300
|
+
"description": "mdkg git push --remote <name> --branch <name> [--stage-all --message <text>] [--json]"
|
|
3301
|
+
},
|
|
2731
3302
|
{
|
|
2732
3303
|
"name": "--target",
|
|
2733
3304
|
"value": "<path>",
|
|
@@ -2782,8 +3353,8 @@
|
|
|
2782
3353
|
],
|
|
2783
3354
|
"examples": [
|
|
2784
3355
|
" mdkg git clone <repository-ref> --target <path> [--branch <name>] [--json]",
|
|
2785
|
-
" mdkg git
|
|
2786
|
-
" mdkg git
|
|
3356
|
+
" mdkg git inspect [--json]",
|
|
3357
|
+
" mdkg git materialize --request <file|-> [--json]"
|
|
2787
3358
|
],
|
|
2788
3359
|
"docs": {
|
|
2789
3360
|
"help_target": "mdkg help git",
|
|
@@ -2811,12 +3382,24 @@
|
|
|
2811
3382
|
}
|
|
2812
3383
|
],
|
|
2813
3384
|
"flags": [
|
|
3385
|
+
{
|
|
3386
|
+
"name": "--branch",
|
|
3387
|
+
"value": "<name>",
|
|
3388
|
+
"required": false,
|
|
3389
|
+
"description": "mdkg git clone <repository-ref> --target <path> [--branch <name>] [--json]"
|
|
3390
|
+
},
|
|
2814
3391
|
{
|
|
2815
3392
|
"name": "--help",
|
|
2816
3393
|
"value": null,
|
|
2817
3394
|
"required": false,
|
|
2818
3395
|
"description": "--help, -h Show help"
|
|
2819
3396
|
},
|
|
3397
|
+
{
|
|
3398
|
+
"name": "--json",
|
|
3399
|
+
"value": null,
|
|
3400
|
+
"required": false,
|
|
3401
|
+
"description": "mdkg git clone <repository-ref> --target <path> [--branch <name>] [--json]"
|
|
3402
|
+
},
|
|
2820
3403
|
{
|
|
2821
3404
|
"name": "--root",
|
|
2822
3405
|
"value": null,
|
|
@@ -2826,7 +3409,7 @@
|
|
|
2826
3409
|
{
|
|
2827
3410
|
"name": "--target",
|
|
2828
3411
|
"value": "<path>",
|
|
2829
|
-
"required":
|
|
3412
|
+
"required": true,
|
|
2830
3413
|
"description": "mdkg git clone <repository-ref> --target <path> [--branch <name>] [--json]"
|
|
2831
3414
|
},
|
|
2832
3415
|
{
|
|
@@ -2899,6 +3482,24 @@
|
|
|
2899
3482
|
"required": false,
|
|
2900
3483
|
"description": "--help, -h Show help"
|
|
2901
3484
|
},
|
|
3485
|
+
{
|
|
3486
|
+
"name": "--json",
|
|
3487
|
+
"value": null,
|
|
3488
|
+
"required": false,
|
|
3489
|
+
"description": "mdkg git closeout [--queue-policy drain|paused] [--output <path>] [--json]"
|
|
3490
|
+
},
|
|
3491
|
+
{
|
|
3492
|
+
"name": "--output",
|
|
3493
|
+
"value": "<path>",
|
|
3494
|
+
"required": false,
|
|
3495
|
+
"description": "mdkg git closeout [--queue-policy drain|paused] [--output <path>] [--json]"
|
|
3496
|
+
},
|
|
3497
|
+
{
|
|
3498
|
+
"name": "--queue-policy",
|
|
3499
|
+
"value": "drain|paused",
|
|
3500
|
+
"required": false,
|
|
3501
|
+
"description": "mdkg git closeout [--queue-policy drain|paused] [--output <path>] [--json]"
|
|
3502
|
+
},
|
|
2902
3503
|
{
|
|
2903
3504
|
"name": "--root",
|
|
2904
3505
|
"value": null,
|
|
@@ -2971,12 +3572,30 @@
|
|
|
2971
3572
|
],
|
|
2972
3573
|
"args": [],
|
|
2973
3574
|
"flags": [
|
|
3575
|
+
{
|
|
3576
|
+
"name": "--branch",
|
|
3577
|
+
"value": "<name>",
|
|
3578
|
+
"required": false,
|
|
3579
|
+
"description": "mdkg git fetch [--remote <name>] [--branch <name>] [--json]"
|
|
3580
|
+
},
|
|
2974
3581
|
{
|
|
2975
3582
|
"name": "--help",
|
|
2976
3583
|
"value": null,
|
|
2977
3584
|
"required": false,
|
|
2978
3585
|
"description": "--help, -h Show help"
|
|
2979
3586
|
},
|
|
3587
|
+
{
|
|
3588
|
+
"name": "--json",
|
|
3589
|
+
"value": null,
|
|
3590
|
+
"required": false,
|
|
3591
|
+
"description": "mdkg git fetch [--remote <name>] [--branch <name>] [--json]"
|
|
3592
|
+
},
|
|
3593
|
+
{
|
|
3594
|
+
"name": "--remote",
|
|
3595
|
+
"value": "<name>",
|
|
3596
|
+
"required": false,
|
|
3597
|
+
"description": "mdkg git fetch [--remote <name>] [--branch <name>] [--json]"
|
|
3598
|
+
},
|
|
2980
3599
|
{
|
|
2981
3600
|
"name": "--root",
|
|
2982
3601
|
"value": null,
|
|
@@ -3053,6 +3672,12 @@
|
|
|
3053
3672
|
"required": false,
|
|
3054
3673
|
"description": "--help, -h Show help"
|
|
3055
3674
|
},
|
|
3675
|
+
{
|
|
3676
|
+
"name": "--json",
|
|
3677
|
+
"value": null,
|
|
3678
|
+
"required": false,
|
|
3679
|
+
"description": "mdkg git inspect [--json]"
|
|
3680
|
+
},
|
|
3056
3681
|
{
|
|
3057
3682
|
"name": "--root",
|
|
3058
3683
|
"value": null,
|
|
@@ -3107,27 +3732,20 @@
|
|
|
3107
3732
|
}
|
|
3108
3733
|
},
|
|
3109
3734
|
{
|
|
3110
|
-
"key": "git
|
|
3735
|
+
"key": "git materialize",
|
|
3111
3736
|
"path": [
|
|
3112
3737
|
"git",
|
|
3113
|
-
"
|
|
3738
|
+
"materialize"
|
|
3114
3739
|
],
|
|
3115
3740
|
"category": "git",
|
|
3116
3741
|
"status": "stable",
|
|
3117
3742
|
"visibility": "public",
|
|
3118
|
-
"summary": "mdkg git
|
|
3743
|
+
"summary": "mdkg git materialize command",
|
|
3119
3744
|
"usage": [
|
|
3120
|
-
" mdkg git
|
|
3121
|
-
" mdkg git push --remote <name> --branch <name> --stage-all --message <text> [--queue-policy drain|paused] [--json]"
|
|
3745
|
+
" mdkg git materialize --request <file|-> [--json]"
|
|
3122
3746
|
],
|
|
3123
3747
|
"args": [],
|
|
3124
3748
|
"flags": [
|
|
3125
|
-
{
|
|
3126
|
-
"name": "--branch",
|
|
3127
|
-
"value": "<name>",
|
|
3128
|
-
"required": false,
|
|
3129
|
-
"description": "mdkg git push --remote <name> --branch <name> [--json]"
|
|
3130
|
-
},
|
|
3131
3749
|
{
|
|
3132
3750
|
"name": "--help",
|
|
3133
3751
|
"value": null,
|
|
@@ -3135,15 +3753,123 @@
|
|
|
3135
3753
|
"description": "--help, -h Show help"
|
|
3136
3754
|
},
|
|
3137
3755
|
{
|
|
3138
|
-
"name": "--
|
|
3756
|
+
"name": "--json",
|
|
3139
3757
|
"value": null,
|
|
3140
3758
|
"required": false,
|
|
3141
|
-
"description": "
|
|
3759
|
+
"description": "mdkg git materialize --request <file|-> [--json]"
|
|
3142
3760
|
},
|
|
3143
3761
|
{
|
|
3144
|
-
"name": "--
|
|
3145
|
-
"value": "<
|
|
3146
|
-
"required":
|
|
3762
|
+
"name": "--request",
|
|
3763
|
+
"value": "<file|->",
|
|
3764
|
+
"required": true,
|
|
3765
|
+
"description": "mdkg git materialize --request <file|-> [--json]"
|
|
3766
|
+
},
|
|
3767
|
+
{
|
|
3768
|
+
"name": "--root",
|
|
3769
|
+
"value": null,
|
|
3770
|
+
"required": false,
|
|
3771
|
+
"description": "--root, -r <path> Run against a specific repo root"
|
|
3772
|
+
},
|
|
3773
|
+
{
|
|
3774
|
+
"name": "--version",
|
|
3775
|
+
"value": null,
|
|
3776
|
+
"required": false,
|
|
3777
|
+
"description": "--version, -V Show version"
|
|
3778
|
+
}
|
|
3779
|
+
],
|
|
3780
|
+
"output_formats": [
|
|
3781
|
+
"text",
|
|
3782
|
+
"json"
|
|
3783
|
+
],
|
|
3784
|
+
"json_schema_ref": "mdkg.git.materialize.receipt.v1",
|
|
3785
|
+
"side_effects": [
|
|
3786
|
+
"materialize-verified-git-source-into-contained-destination"
|
|
3787
|
+
],
|
|
3788
|
+
"read_paths": [
|
|
3789
|
+
"<remote-git-objects>",
|
|
3790
|
+
"<request-file-or-stdin>"
|
|
3791
|
+
],
|
|
3792
|
+
"write_paths": [
|
|
3793
|
+
"<destination>/**"
|
|
3794
|
+
],
|
|
3795
|
+
"dry_run": {
|
|
3796
|
+
"supported": false
|
|
3797
|
+
},
|
|
3798
|
+
"lock_policy": "not-required-for-contained-destination",
|
|
3799
|
+
"atomic_write_policy": "same-parent-temporary-tree-rename-after-verification",
|
|
3800
|
+
"receipts": [
|
|
3801
|
+
"mdkg.git.materialize.receipt.v1"
|
|
3802
|
+
],
|
|
3803
|
+
"danger_level": "moderate",
|
|
3804
|
+
"aliases": [],
|
|
3805
|
+
"exit_codes": [
|
|
3806
|
+
{
|
|
3807
|
+
"code": 0,
|
|
3808
|
+
"meaning": "success"
|
|
3809
|
+
},
|
|
3810
|
+
{
|
|
3811
|
+
"code": 1,
|
|
3812
|
+
"meaning": "validation-or-runtime-error"
|
|
3813
|
+
}
|
|
3814
|
+
],
|
|
3815
|
+
"examples": [
|
|
3816
|
+
" mdkg git materialize --request <file|-> [--json]"
|
|
3817
|
+
],
|
|
3818
|
+
"docs": {
|
|
3819
|
+
"help_target": "mdkg help git materialize",
|
|
3820
|
+
"command_matrix": "CLI_COMMAND_MATRIX.md"
|
|
3821
|
+
}
|
|
3822
|
+
},
|
|
3823
|
+
{
|
|
3824
|
+
"key": "git push",
|
|
3825
|
+
"path": [
|
|
3826
|
+
"git",
|
|
3827
|
+
"push"
|
|
3828
|
+
],
|
|
3829
|
+
"category": "git",
|
|
3830
|
+
"status": "stable",
|
|
3831
|
+
"visibility": "public",
|
|
3832
|
+
"summary": "mdkg git push command",
|
|
3833
|
+
"usage": [
|
|
3834
|
+
" mdkg git push --remote <name> --branch <name> [--json]",
|
|
3835
|
+
" mdkg git push --remote <name> --branch <name> --stage-all --message <text> [--queue-policy drain|paused] [--json]"
|
|
3836
|
+
],
|
|
3837
|
+
"args": [],
|
|
3838
|
+
"flags": [
|
|
3839
|
+
{
|
|
3840
|
+
"name": "--branch",
|
|
3841
|
+
"value": "<name>",
|
|
3842
|
+
"required": true,
|
|
3843
|
+
"description": "mdkg git push --remote <name> --branch <name> [--json]"
|
|
3844
|
+
},
|
|
3845
|
+
{
|
|
3846
|
+
"name": "--help",
|
|
3847
|
+
"value": null,
|
|
3848
|
+
"required": false,
|
|
3849
|
+
"description": "--help, -h Show help"
|
|
3850
|
+
},
|
|
3851
|
+
{
|
|
3852
|
+
"name": "--json",
|
|
3853
|
+
"value": null,
|
|
3854
|
+
"required": false,
|
|
3855
|
+
"description": "mdkg git push --remote <name> --branch <name> [--json]"
|
|
3856
|
+
},
|
|
3857
|
+
{
|
|
3858
|
+
"name": "--message",
|
|
3859
|
+
"value": null,
|
|
3860
|
+
"required": false,
|
|
3861
|
+
"description": "- --stage-all writes closeout evidence, stages all changes, commits with --message, then runs push-ready before pushing"
|
|
3862
|
+
},
|
|
3863
|
+
{
|
|
3864
|
+
"name": "--queue-policy",
|
|
3865
|
+
"value": "drain|paused",
|
|
3866
|
+
"required": false,
|
|
3867
|
+
"description": "mdkg git push --remote <name> --branch <name> --stage-all --message <text> [--queue-policy drain|paused] [--json]"
|
|
3868
|
+
},
|
|
3869
|
+
{
|
|
3870
|
+
"name": "--remote",
|
|
3871
|
+
"value": "<name>",
|
|
3872
|
+
"required": true,
|
|
3147
3873
|
"description": "mdkg git push --remote <name> --branch <name> [--json]"
|
|
3148
3874
|
},
|
|
3149
3875
|
{
|
|
@@ -3229,7 +3955,7 @@
|
|
|
3229
3955
|
{
|
|
3230
3956
|
"name": "--branch",
|
|
3231
3957
|
"value": "<name>",
|
|
3232
|
-
"required":
|
|
3958
|
+
"required": true,
|
|
3233
3959
|
"description": "mdkg git push-ready --remote <name> --branch <name> [--json]"
|
|
3234
3960
|
},
|
|
3235
3961
|
{
|
|
@@ -3238,10 +3964,16 @@
|
|
|
3238
3964
|
"required": false,
|
|
3239
3965
|
"description": "--help, -h Show help"
|
|
3240
3966
|
},
|
|
3967
|
+
{
|
|
3968
|
+
"name": "--json",
|
|
3969
|
+
"value": null,
|
|
3970
|
+
"required": false,
|
|
3971
|
+
"description": "mdkg git push-ready --remote <name> --branch <name> [--json]"
|
|
3972
|
+
},
|
|
3241
3973
|
{
|
|
3242
3974
|
"name": "--remote",
|
|
3243
3975
|
"value": "<name>",
|
|
3244
|
-
"required":
|
|
3976
|
+
"required": true,
|
|
3245
3977
|
"description": "mdkg git push-ready --remote <name> --branch <name> [--json]"
|
|
3246
3978
|
},
|
|
3247
3979
|
{
|
|
@@ -3472,6 +4204,12 @@
|
|
|
3472
4204
|
"required": false,
|
|
3473
4205
|
"description": "--help, -h Show help"
|
|
3474
4206
|
},
|
|
4207
|
+
{
|
|
4208
|
+
"name": "--json",
|
|
4209
|
+
"value": null,
|
|
4210
|
+
"required": false,
|
|
4211
|
+
"description": "mdkg goal show <goal-id-or-qid> [--json]"
|
|
4212
|
+
},
|
|
3475
4213
|
{
|
|
3476
4214
|
"name": "--root",
|
|
3477
4215
|
"value": null,
|
|
@@ -3557,6 +4295,12 @@
|
|
|
3557
4295
|
"required": false,
|
|
3558
4296
|
"description": "--help, -h Show help"
|
|
3559
4297
|
},
|
|
4298
|
+
{
|
|
4299
|
+
"name": "--json",
|
|
4300
|
+
"value": null,
|
|
4301
|
+
"required": false,
|
|
4302
|
+
"description": "mdkg goal activate <goal-id-or-qid> [--ws <alias>] [--json]"
|
|
4303
|
+
},
|
|
3560
4304
|
{
|
|
3561
4305
|
"name": "--root",
|
|
3562
4306
|
"value": null,
|
|
@@ -3568,6 +4312,12 @@
|
|
|
3568
4312
|
"value": null,
|
|
3569
4313
|
"required": false,
|
|
3570
4314
|
"description": "--version, -V Show version"
|
|
4315
|
+
},
|
|
4316
|
+
{
|
|
4317
|
+
"name": "--ws",
|
|
4318
|
+
"value": "<alias>",
|
|
4319
|
+
"required": false,
|
|
4320
|
+
"description": "mdkg goal activate <goal-id-or-qid> [--ws <alias>] [--json]"
|
|
3571
4321
|
}
|
|
3572
4322
|
],
|
|
3573
4323
|
"output_formats": [
|
|
@@ -3640,6 +4390,12 @@
|
|
|
3640
4390
|
"required": false,
|
|
3641
4391
|
"description": "--help, -h Show help"
|
|
3642
4392
|
},
|
|
4393
|
+
{
|
|
4394
|
+
"name": "--json",
|
|
4395
|
+
"value": null,
|
|
4396
|
+
"required": false,
|
|
4397
|
+
"description": "mdkg goal archive <goal-id-or-qid> [--ws <alias>] [--json]"
|
|
4398
|
+
},
|
|
3643
4399
|
{
|
|
3644
4400
|
"name": "--root",
|
|
3645
4401
|
"value": null,
|
|
@@ -3651,6 +4407,12 @@
|
|
|
3651
4407
|
"value": null,
|
|
3652
4408
|
"required": false,
|
|
3653
4409
|
"description": "--version, -V Show version"
|
|
4410
|
+
},
|
|
4411
|
+
{
|
|
4412
|
+
"name": "--ws",
|
|
4413
|
+
"value": "<alias>",
|
|
4414
|
+
"required": false,
|
|
4415
|
+
"description": "mdkg goal archive <goal-id-or-qid> [--ws <alias>] [--json]"
|
|
3654
4416
|
}
|
|
3655
4417
|
],
|
|
3656
4418
|
"output_formats": [
|
|
@@ -3729,6 +4491,12 @@
|
|
|
3729
4491
|
"required": false,
|
|
3730
4492
|
"description": "--help, -h Show help"
|
|
3731
4493
|
},
|
|
4494
|
+
{
|
|
4495
|
+
"name": "--json",
|
|
4496
|
+
"value": null,
|
|
4497
|
+
"required": false,
|
|
4498
|
+
"description": "mdkg goal claim <work-id-or-qid> [--ws <alias>] [--json]"
|
|
4499
|
+
},
|
|
3732
4500
|
{
|
|
3733
4501
|
"name": "--root",
|
|
3734
4502
|
"value": null,
|
|
@@ -3740,6 +4508,12 @@
|
|
|
3740
4508
|
"value": null,
|
|
3741
4509
|
"required": false,
|
|
3742
4510
|
"description": "--version, -V Show version"
|
|
4511
|
+
},
|
|
4512
|
+
{
|
|
4513
|
+
"name": "--ws",
|
|
4514
|
+
"value": "<alias>",
|
|
4515
|
+
"required": false,
|
|
4516
|
+
"description": "mdkg goal claim <work-id-or-qid> [--ws <alias>] [--json]"
|
|
3743
4517
|
}
|
|
3744
4518
|
],
|
|
3745
4519
|
"output_formats": [
|
|
@@ -3807,6 +4581,12 @@
|
|
|
3807
4581
|
"required": false,
|
|
3808
4582
|
"description": "--help, -h Show help"
|
|
3809
4583
|
},
|
|
4584
|
+
{
|
|
4585
|
+
"name": "--json",
|
|
4586
|
+
"value": null,
|
|
4587
|
+
"required": false,
|
|
4588
|
+
"description": "mdkg goal clear [--json]"
|
|
4589
|
+
},
|
|
3810
4590
|
{
|
|
3811
4591
|
"name": "--root",
|
|
3812
4592
|
"value": null,
|
|
@@ -3884,6 +4664,12 @@
|
|
|
3884
4664
|
"required": false,
|
|
3885
4665
|
"description": "--help, -h Show help"
|
|
3886
4666
|
},
|
|
4667
|
+
{
|
|
4668
|
+
"name": "--json",
|
|
4669
|
+
"value": null,
|
|
4670
|
+
"required": false,
|
|
4671
|
+
"description": "mdkg goal current [--ws <alias>] [--json]"
|
|
4672
|
+
},
|
|
3887
4673
|
{
|
|
3888
4674
|
"name": "--root",
|
|
3889
4675
|
"value": null,
|
|
@@ -3895,6 +4681,12 @@
|
|
|
3895
4681
|
"value": null,
|
|
3896
4682
|
"required": false,
|
|
3897
4683
|
"description": "--version, -V Show version"
|
|
4684
|
+
},
|
|
4685
|
+
{
|
|
4686
|
+
"name": "--ws",
|
|
4687
|
+
"value": "<alias>",
|
|
4688
|
+
"required": false,
|
|
4689
|
+
"description": "mdkg goal current [--ws <alias>] [--json]"
|
|
3898
4690
|
}
|
|
3899
4691
|
],
|
|
3900
4692
|
"output_formats": [
|
|
@@ -3962,6 +4754,12 @@
|
|
|
3962
4754
|
"required": false,
|
|
3963
4755
|
"description": "--help, -h Show help"
|
|
3964
4756
|
},
|
|
4757
|
+
{
|
|
4758
|
+
"name": "--json",
|
|
4759
|
+
"value": null,
|
|
4760
|
+
"required": false,
|
|
4761
|
+
"description": "mdkg goal done <goal-id-or-qid> [--ws <alias>] [--json]"
|
|
4762
|
+
},
|
|
3965
4763
|
{
|
|
3966
4764
|
"name": "--root",
|
|
3967
4765
|
"value": null,
|
|
@@ -3973,6 +4771,12 @@
|
|
|
3973
4771
|
"value": null,
|
|
3974
4772
|
"required": false,
|
|
3975
4773
|
"description": "--version, -V Show version"
|
|
4774
|
+
},
|
|
4775
|
+
{
|
|
4776
|
+
"name": "--ws",
|
|
4777
|
+
"value": "<alias>",
|
|
4778
|
+
"required": false,
|
|
4779
|
+
"description": "mdkg goal done <goal-id-or-qid> [--ws <alias>] [--json]"
|
|
3976
4780
|
}
|
|
3977
4781
|
],
|
|
3978
4782
|
"output_formats": [
|
|
@@ -4045,6 +4849,12 @@
|
|
|
4045
4849
|
"required": false,
|
|
4046
4850
|
"description": "--help, -h Show help"
|
|
4047
4851
|
},
|
|
4852
|
+
{
|
|
4853
|
+
"name": "--json",
|
|
4854
|
+
"value": null,
|
|
4855
|
+
"required": false,
|
|
4856
|
+
"description": "mdkg goal evaluate <goal-id-or-qid> [--ws <alias>] [--json]"
|
|
4857
|
+
},
|
|
4048
4858
|
{
|
|
4049
4859
|
"name": "--root",
|
|
4050
4860
|
"value": null,
|
|
@@ -4056,6 +4866,12 @@
|
|
|
4056
4866
|
"value": null,
|
|
4057
4867
|
"required": false,
|
|
4058
4868
|
"description": "--version, -V Show version"
|
|
4869
|
+
},
|
|
4870
|
+
{
|
|
4871
|
+
"name": "--ws",
|
|
4872
|
+
"value": "<alias>",
|
|
4873
|
+
"required": false,
|
|
4874
|
+
"description": "mdkg goal evaluate <goal-id-or-qid> [--ws <alias>] [--json]"
|
|
4059
4875
|
}
|
|
4060
4876
|
],
|
|
4061
4877
|
"output_formats": [
|
|
@@ -4123,6 +4939,12 @@
|
|
|
4123
4939
|
"required": false,
|
|
4124
4940
|
"description": "--help, -h Show help"
|
|
4125
4941
|
},
|
|
4942
|
+
{
|
|
4943
|
+
"name": "--json",
|
|
4944
|
+
"value": null,
|
|
4945
|
+
"required": false,
|
|
4946
|
+
"description": "mdkg goal next [goal-id-or-qid] [--ws <alias>] [--json]"
|
|
4947
|
+
},
|
|
4126
4948
|
{
|
|
4127
4949
|
"name": "--root",
|
|
4128
4950
|
"value": null,
|
|
@@ -4134,6 +4956,12 @@
|
|
|
4134
4956
|
"value": null,
|
|
4135
4957
|
"required": false,
|
|
4136
4958
|
"description": "--version, -V Show version"
|
|
4959
|
+
},
|
|
4960
|
+
{
|
|
4961
|
+
"name": "--ws",
|
|
4962
|
+
"value": "<alias>",
|
|
4963
|
+
"required": false,
|
|
4964
|
+
"description": "mdkg goal next [goal-id-or-qid] [--ws <alias>] [--json]"
|
|
4137
4965
|
}
|
|
4138
4966
|
],
|
|
4139
4967
|
"output_formats": [
|
|
@@ -4201,6 +5029,12 @@
|
|
|
4201
5029
|
"required": false,
|
|
4202
5030
|
"description": "--help, -h Show help"
|
|
4203
5031
|
},
|
|
5032
|
+
{
|
|
5033
|
+
"name": "--json",
|
|
5034
|
+
"value": null,
|
|
5035
|
+
"required": false,
|
|
5036
|
+
"description": "mdkg goal pause <goal-id-or-qid> [--ws <alias>] [--json]"
|
|
5037
|
+
},
|
|
4204
5038
|
{
|
|
4205
5039
|
"name": "--root",
|
|
4206
5040
|
"value": null,
|
|
@@ -4212,6 +5046,12 @@
|
|
|
4212
5046
|
"value": null,
|
|
4213
5047
|
"required": false,
|
|
4214
5048
|
"description": "--version, -V Show version"
|
|
5049
|
+
},
|
|
5050
|
+
{
|
|
5051
|
+
"name": "--ws",
|
|
5052
|
+
"value": "<alias>",
|
|
5053
|
+
"required": false,
|
|
5054
|
+
"description": "mdkg goal pause <goal-id-or-qid> [--ws <alias>] [--json]"
|
|
4215
5055
|
}
|
|
4216
5056
|
],
|
|
4217
5057
|
"output_formats": [
|
|
@@ -4284,6 +5124,12 @@
|
|
|
4284
5124
|
"required": false,
|
|
4285
5125
|
"description": "--help, -h Show help"
|
|
4286
5126
|
},
|
|
5127
|
+
{
|
|
5128
|
+
"name": "--json",
|
|
5129
|
+
"value": null,
|
|
5130
|
+
"required": false,
|
|
5131
|
+
"description": "mdkg goal resume <goal-id-or-qid> [--ws <alias>] [--json]"
|
|
5132
|
+
},
|
|
4287
5133
|
{
|
|
4288
5134
|
"name": "--root",
|
|
4289
5135
|
"value": null,
|
|
@@ -4295,6 +5141,12 @@
|
|
|
4295
5141
|
"value": null,
|
|
4296
5142
|
"required": false,
|
|
4297
5143
|
"description": "--version, -V Show version"
|
|
5144
|
+
},
|
|
5145
|
+
{
|
|
5146
|
+
"name": "--ws",
|
|
5147
|
+
"value": "<alias>",
|
|
5148
|
+
"required": false,
|
|
5149
|
+
"description": "mdkg goal resume <goal-id-or-qid> [--ws <alias>] [--json]"
|
|
4298
5150
|
}
|
|
4299
5151
|
],
|
|
4300
5152
|
"output_formats": [
|
|
@@ -4367,6 +5219,12 @@
|
|
|
4367
5219
|
"required": false,
|
|
4368
5220
|
"description": "--help, -h Show help"
|
|
4369
5221
|
},
|
|
5222
|
+
{
|
|
5223
|
+
"name": "--json",
|
|
5224
|
+
"value": null,
|
|
5225
|
+
"required": false,
|
|
5226
|
+
"description": "mdkg goal select <goal-id-or-qid> [--ws <alias>] [--json]"
|
|
5227
|
+
},
|
|
4370
5228
|
{
|
|
4371
5229
|
"name": "--root",
|
|
4372
5230
|
"value": null,
|
|
@@ -4378,6 +5236,12 @@
|
|
|
4378
5236
|
"value": null,
|
|
4379
5237
|
"required": false,
|
|
4380
5238
|
"description": "--version, -V Show version"
|
|
5239
|
+
},
|
|
5240
|
+
{
|
|
5241
|
+
"name": "--ws",
|
|
5242
|
+
"value": "<alias>",
|
|
5243
|
+
"required": false,
|
|
5244
|
+
"description": "mdkg goal select <goal-id-or-qid> [--ws <alias>] [--json]"
|
|
4381
5245
|
}
|
|
4382
5246
|
],
|
|
4383
5247
|
"output_formats": [
|
|
@@ -4450,6 +5314,12 @@
|
|
|
4450
5314
|
"required": false,
|
|
4451
5315
|
"description": "--help, -h Show help"
|
|
4452
5316
|
},
|
|
5317
|
+
{
|
|
5318
|
+
"name": "--json",
|
|
5319
|
+
"value": null,
|
|
5320
|
+
"required": false,
|
|
5321
|
+
"description": "mdkg goal show <goal-id-or-qid> [--ws <alias>] [--json]"
|
|
5322
|
+
},
|
|
4453
5323
|
{
|
|
4454
5324
|
"name": "--root",
|
|
4455
5325
|
"value": null,
|
|
@@ -4461,6 +5331,12 @@
|
|
|
4461
5331
|
"value": null,
|
|
4462
5332
|
"required": false,
|
|
4463
5333
|
"description": "--version, -V Show version"
|
|
5334
|
+
},
|
|
5335
|
+
{
|
|
5336
|
+
"name": "--ws",
|
|
5337
|
+
"value": "<alias>",
|
|
5338
|
+
"required": false,
|
|
5339
|
+
"description": "mdkg goal show <goal-id-or-qid> [--ws <alias>] [--json]"
|
|
4464
5340
|
}
|
|
4465
5341
|
],
|
|
4466
5342
|
"output_formats": [
|
|
@@ -4529,18 +5405,54 @@
|
|
|
4529
5405
|
}
|
|
4530
5406
|
],
|
|
4531
5407
|
"flags": [
|
|
5408
|
+
{
|
|
5409
|
+
"name": "--apply",
|
|
5410
|
+
"value": null,
|
|
5411
|
+
"required": false,
|
|
5412
|
+
"description": "mdkg graph import-template <source-bundle-or-mdkg-dir> [--start-goal <goal-id>] [--select-goal] [--id-prefix <prefix>] [--dry-run] [--apply] [--json]"
|
|
5413
|
+
},
|
|
5414
|
+
{
|
|
5415
|
+
"name": "--dry-run",
|
|
5416
|
+
"value": null,
|
|
5417
|
+
"required": false,
|
|
5418
|
+
"description": "mdkg graph import-template <source-bundle-or-mdkg-dir> [--start-goal <goal-id>] [--select-goal] [--id-prefix <prefix>] [--dry-run] [--apply] [--json]"
|
|
5419
|
+
},
|
|
4532
5420
|
{
|
|
4533
5421
|
"name": "--help",
|
|
4534
5422
|
"value": null,
|
|
4535
5423
|
"required": false,
|
|
4536
5424
|
"description": "--help, -h Show help"
|
|
4537
5425
|
},
|
|
5426
|
+
{
|
|
5427
|
+
"name": "--id-prefix",
|
|
5428
|
+
"value": "<prefix>",
|
|
5429
|
+
"required": false,
|
|
5430
|
+
"description": "mdkg graph import-template <source-bundle-or-mdkg-dir> [--start-goal <goal-id>] [--select-goal] [--id-prefix <prefix>] [--dry-run] [--apply] [--json]"
|
|
5431
|
+
},
|
|
5432
|
+
{
|
|
5433
|
+
"name": "--json",
|
|
5434
|
+
"value": null,
|
|
5435
|
+
"required": false,
|
|
5436
|
+
"description": "mdkg graph clone <source-bundle-or-mdkg-dir> --target <path> [--json]"
|
|
5437
|
+
},
|
|
4538
5438
|
{
|
|
4539
5439
|
"name": "--root",
|
|
4540
5440
|
"value": null,
|
|
4541
5441
|
"required": false,
|
|
4542
5442
|
"description": "--root, -r <path> Run against a specific repo root"
|
|
4543
5443
|
},
|
|
5444
|
+
{
|
|
5445
|
+
"name": "--select-goal",
|
|
5446
|
+
"value": null,
|
|
5447
|
+
"required": false,
|
|
5448
|
+
"description": "mdkg graph import-template <source-bundle-or-mdkg-dir> [--start-goal <goal-id>] [--select-goal] [--id-prefix <prefix>] [--dry-run] [--apply] [--json]"
|
|
5449
|
+
},
|
|
5450
|
+
{
|
|
5451
|
+
"name": "--start-goal",
|
|
5452
|
+
"value": "<goal-id>",
|
|
5453
|
+
"required": false,
|
|
5454
|
+
"description": "mdkg graph fork <source-bundle-or-mdkg-dir> --target <path> [--start-goal <goal-id>] [--json]"
|
|
5455
|
+
},
|
|
4544
5456
|
{
|
|
4545
5457
|
"name": "--target",
|
|
4546
5458
|
"value": "<path>",
|
|
@@ -4552,7 +5464,13 @@
|
|
|
4552
5464
|
"value": null,
|
|
4553
5465
|
"required": false,
|
|
4554
5466
|
"description": "--version, -V Show version"
|
|
4555
|
-
}
|
|
5467
|
+
},
|
|
5468
|
+
{
|
|
5469
|
+
"name": "--ws",
|
|
5470
|
+
"value": "<alias>",
|
|
5471
|
+
"required": false,
|
|
5472
|
+
"description": "mdkg graph refs <id-or-qid> [--ws <alias>] [--json]"
|
|
5473
|
+
}
|
|
4556
5474
|
],
|
|
4557
5475
|
"output_formats": [
|
|
4558
5476
|
"text",
|
|
@@ -4621,6 +5539,12 @@
|
|
|
4621
5539
|
"required": false,
|
|
4622
5540
|
"description": "--help, -h Show help"
|
|
4623
5541
|
},
|
|
5542
|
+
{
|
|
5543
|
+
"name": "--json",
|
|
5544
|
+
"value": null,
|
|
5545
|
+
"required": false,
|
|
5546
|
+
"description": "mdkg graph clone <source-bundle-or-mdkg-dir> --target <path> [--json]"
|
|
5547
|
+
},
|
|
4624
5548
|
{
|
|
4625
5549
|
"name": "--root",
|
|
4626
5550
|
"value": null,
|
|
@@ -4630,7 +5554,7 @@
|
|
|
4630
5554
|
{
|
|
4631
5555
|
"name": "--target",
|
|
4632
5556
|
"value": "<path>",
|
|
4633
|
-
"required":
|
|
5557
|
+
"required": true,
|
|
4634
5558
|
"description": "mdkg graph clone <source-bundle-or-mdkg-dir> --target <path> [--json]"
|
|
4635
5559
|
},
|
|
4636
5560
|
{
|
|
@@ -4705,16 +5629,28 @@
|
|
|
4705
5629
|
"required": false,
|
|
4706
5630
|
"description": "--help, -h Show help"
|
|
4707
5631
|
},
|
|
5632
|
+
{
|
|
5633
|
+
"name": "--json",
|
|
5634
|
+
"value": null,
|
|
5635
|
+
"required": false,
|
|
5636
|
+
"description": "mdkg graph fork <source-bundle-or-mdkg-dir> --target <path> [--start-goal <goal-id>] [--json]"
|
|
5637
|
+
},
|
|
4708
5638
|
{
|
|
4709
5639
|
"name": "--root",
|
|
4710
5640
|
"value": null,
|
|
4711
5641
|
"required": false,
|
|
4712
5642
|
"description": "--root, -r <path> Run against a specific repo root"
|
|
4713
5643
|
},
|
|
5644
|
+
{
|
|
5645
|
+
"name": "--start-goal",
|
|
5646
|
+
"value": "<goal-id>",
|
|
5647
|
+
"required": false,
|
|
5648
|
+
"description": "mdkg graph fork <source-bundle-or-mdkg-dir> --target <path> [--start-goal <goal-id>] [--json]"
|
|
5649
|
+
},
|
|
4714
5650
|
{
|
|
4715
5651
|
"name": "--target",
|
|
4716
5652
|
"value": "<path>",
|
|
4717
|
-
"required":
|
|
5653
|
+
"required": true,
|
|
4718
5654
|
"description": "mdkg graph fork <source-bundle-or-mdkg-dir> --target <path> [--start-goal <goal-id>] [--json]"
|
|
4719
5655
|
},
|
|
4720
5656
|
{
|
|
@@ -4785,9 +5721,15 @@
|
|
|
4785
5721
|
"flags": [
|
|
4786
5722
|
{
|
|
4787
5723
|
"name": "--apply",
|
|
4788
|
-
"value":
|
|
5724
|
+
"value": null,
|
|
5725
|
+
"required": false,
|
|
5726
|
+
"description": "mdkg graph import-template <source-bundle-or-mdkg-dir> [--start-goal <goal-id>] [--select-goal] [--id-prefix <prefix>] [--dry-run] [--apply] [--json]"
|
|
5727
|
+
},
|
|
5728
|
+
{
|
|
5729
|
+
"name": "--dry-run",
|
|
5730
|
+
"value": null,
|
|
4789
5731
|
"required": false,
|
|
4790
|
-
"description": "-
|
|
5732
|
+
"description": "mdkg graph import-template <source-bundle-or-mdkg-dir> [--start-goal <goal-id>] [--select-goal] [--id-prefix <prefix>] [--dry-run] [--apply] [--json]"
|
|
4791
5733
|
},
|
|
4792
5734
|
{
|
|
4793
5735
|
"name": "--help",
|
|
@@ -4795,6 +5737,18 @@
|
|
|
4795
5737
|
"required": false,
|
|
4796
5738
|
"description": "--help, -h Show help"
|
|
4797
5739
|
},
|
|
5740
|
+
{
|
|
5741
|
+
"name": "--id-prefix",
|
|
5742
|
+
"value": "<prefix>",
|
|
5743
|
+
"required": false,
|
|
5744
|
+
"description": "mdkg graph import-template <source-bundle-or-mdkg-dir> [--start-goal <goal-id>] [--select-goal] [--id-prefix <prefix>] [--dry-run] [--apply] [--json]"
|
|
5745
|
+
},
|
|
5746
|
+
{
|
|
5747
|
+
"name": "--json",
|
|
5748
|
+
"value": null,
|
|
5749
|
+
"required": false,
|
|
5750
|
+
"description": "mdkg graph import-template <source-bundle-or-mdkg-dir> [--start-goal <goal-id>] [--select-goal] [--id-prefix <prefix>] [--dry-run] [--apply] [--json]"
|
|
5751
|
+
},
|
|
4798
5752
|
{
|
|
4799
5753
|
"name": "--root",
|
|
4800
5754
|
"value": null,
|
|
@@ -4803,15 +5757,15 @@
|
|
|
4803
5757
|
},
|
|
4804
5758
|
{
|
|
4805
5759
|
"name": "--select-goal",
|
|
4806
|
-
"value":
|
|
5760
|
+
"value": null,
|
|
4807
5761
|
"required": false,
|
|
4808
|
-
"description": "-
|
|
5762
|
+
"description": "mdkg graph import-template <source-bundle-or-mdkg-dir> [--start-goal <goal-id>] [--select-goal] [--id-prefix <prefix>] [--dry-run] [--apply] [--json]"
|
|
4809
5763
|
},
|
|
4810
5764
|
{
|
|
4811
5765
|
"name": "--start-goal",
|
|
4812
|
-
"value":
|
|
5766
|
+
"value": "<goal-id>",
|
|
4813
5767
|
"required": false,
|
|
4814
|
-
"description": "-
|
|
5768
|
+
"description": "mdkg graph import-template <source-bundle-or-mdkg-dir> [--start-goal <goal-id>] [--select-goal] [--id-prefix <prefix>] [--dry-run] [--apply] [--json]"
|
|
4815
5769
|
},
|
|
4816
5770
|
{
|
|
4817
5771
|
"name": "--version",
|
|
@@ -4885,6 +5839,12 @@
|
|
|
4885
5839
|
"required": false,
|
|
4886
5840
|
"description": "--help, -h Show help"
|
|
4887
5841
|
},
|
|
5842
|
+
{
|
|
5843
|
+
"name": "--json",
|
|
5844
|
+
"value": null,
|
|
5845
|
+
"required": false,
|
|
5846
|
+
"description": "mdkg graph refs <id-or-qid> [--ws <alias>] [--json]"
|
|
5847
|
+
},
|
|
4888
5848
|
{
|
|
4889
5849
|
"name": "--root",
|
|
4890
5850
|
"value": null,
|
|
@@ -4896,6 +5856,12 @@
|
|
|
4896
5856
|
"value": null,
|
|
4897
5857
|
"required": false,
|
|
4898
5858
|
"description": "--version, -V Show version"
|
|
5859
|
+
},
|
|
5860
|
+
{
|
|
5861
|
+
"name": "--ws",
|
|
5862
|
+
"value": "<alias>",
|
|
5863
|
+
"required": false,
|
|
5864
|
+
"description": "mdkg graph refs <id-or-qid> [--ws <alias>] [--json]"
|
|
4899
5865
|
}
|
|
4900
5866
|
],
|
|
4901
5867
|
"output_formats": [
|
|
@@ -5028,17 +5994,29 @@
|
|
|
5028
5994
|
}
|
|
5029
5995
|
],
|
|
5030
5996
|
"flags": [
|
|
5997
|
+
{
|
|
5998
|
+
"name": "--depth",
|
|
5999
|
+
"value": "<n>",
|
|
6000
|
+
"required": false,
|
|
6001
|
+
"description": "mdkg handoff create <id-or-qid> [--ws <alias>] [--depth <n>] [--out <path>] [--json]"
|
|
6002
|
+
},
|
|
5031
6003
|
{
|
|
5032
6004
|
"name": "--help",
|
|
5033
6005
|
"value": null,
|
|
5034
6006
|
"required": false,
|
|
5035
6007
|
"description": "--help, -h Show help"
|
|
5036
6008
|
},
|
|
6009
|
+
{
|
|
6010
|
+
"name": "--json",
|
|
6011
|
+
"value": null,
|
|
6012
|
+
"required": false,
|
|
6013
|
+
"description": "mdkg handoff create <id-or-qid> [--ws <alias>] [--depth <n>] [--out <path>] [--json]"
|
|
6014
|
+
},
|
|
5037
6015
|
{
|
|
5038
6016
|
"name": "--out",
|
|
5039
|
-
"value": "
|
|
6017
|
+
"value": "<path>",
|
|
5040
6018
|
"required": false,
|
|
5041
|
-
"description": "- --
|
|
6019
|
+
"description": "mdkg handoff create <id-or-qid> [--ws <alias>] [--depth <n>] [--out <path>] [--json]"
|
|
5042
6020
|
},
|
|
5043
6021
|
{
|
|
5044
6022
|
"name": "--root",
|
|
@@ -5051,6 +6029,12 @@
|
|
|
5051
6029
|
"value": null,
|
|
5052
6030
|
"required": false,
|
|
5053
6031
|
"description": "--version, -V Show version"
|
|
6032
|
+
},
|
|
6033
|
+
{
|
|
6034
|
+
"name": "--ws",
|
|
6035
|
+
"value": "<alias>",
|
|
6036
|
+
"required": false,
|
|
6037
|
+
"description": "mdkg handoff create <id-or-qid> [--ws <alias>] [--depth <n>] [--out <path>] [--json]"
|
|
5054
6038
|
}
|
|
5055
6039
|
],
|
|
5056
6040
|
"output_formats": [
|
|
@@ -5121,6 +6105,12 @@
|
|
|
5121
6105
|
"required": false,
|
|
5122
6106
|
"description": "--root, -r <path> Run against a specific repo root"
|
|
5123
6107
|
},
|
|
6108
|
+
{
|
|
6109
|
+
"name": "--tolerant",
|
|
6110
|
+
"value": null,
|
|
6111
|
+
"required": false,
|
|
6112
|
+
"description": "mdkg index [--tolerant]"
|
|
6113
|
+
},
|
|
5124
6114
|
{
|
|
5125
6115
|
"name": "--version",
|
|
5126
6116
|
"value": null,
|
|
@@ -5304,23 +6294,77 @@
|
|
|
5304
6294
|
],
|
|
5305
6295
|
"args": [],
|
|
5306
6296
|
"flags": [
|
|
6297
|
+
{
|
|
6298
|
+
"name": "--blocked",
|
|
6299
|
+
"value": null,
|
|
6300
|
+
"required": false,
|
|
6301
|
+
"description": "[--priority <n>] [--blocked] [--tags <tag,tag,...>] [--tags-mode any|all]"
|
|
6302
|
+
},
|
|
6303
|
+
{
|
|
6304
|
+
"name": "--epic",
|
|
6305
|
+
"value": "<id>",
|
|
6306
|
+
"required": false,
|
|
6307
|
+
"description": "mdkg list [--type <type>] [--status <status>] [--ws <alias>] [--epic <id>]"
|
|
6308
|
+
},
|
|
5307
6309
|
{
|
|
5308
6310
|
"name": "--help",
|
|
5309
6311
|
"value": null,
|
|
5310
6312
|
"required": false,
|
|
5311
6313
|
"description": "--help, -h Show help"
|
|
5312
6314
|
},
|
|
6315
|
+
{
|
|
6316
|
+
"name": "--json",
|
|
6317
|
+
"value": null,
|
|
6318
|
+
"required": false,
|
|
6319
|
+
"description": "[--json|--xml|--toon|--md]"
|
|
6320
|
+
},
|
|
6321
|
+
{
|
|
6322
|
+
"name": "--priority",
|
|
6323
|
+
"value": "<n>",
|
|
6324
|
+
"required": false,
|
|
6325
|
+
"description": "[--priority <n>] [--blocked] [--tags <tag,tag,...>] [--tags-mode any|all]"
|
|
6326
|
+
},
|
|
5313
6327
|
{
|
|
5314
6328
|
"name": "--root",
|
|
5315
6329
|
"value": null,
|
|
5316
6330
|
"required": false,
|
|
5317
6331
|
"description": "--root, -r <path> Run against a specific repo root"
|
|
5318
6332
|
},
|
|
6333
|
+
{
|
|
6334
|
+
"name": "--status",
|
|
6335
|
+
"value": "<status>",
|
|
6336
|
+
"required": false,
|
|
6337
|
+
"description": "mdkg list [--type <type>] [--status <status>] [--ws <alias>] [--epic <id>]"
|
|
6338
|
+
},
|
|
6339
|
+
{
|
|
6340
|
+
"name": "--tags",
|
|
6341
|
+
"value": "<tag,tag,...>",
|
|
6342
|
+
"required": false,
|
|
6343
|
+
"description": "[--priority <n>] [--blocked] [--tags <tag,tag,...>] [--tags-mode any|all]"
|
|
6344
|
+
},
|
|
6345
|
+
{
|
|
6346
|
+
"name": "--tags-mode",
|
|
6347
|
+
"value": "any|all",
|
|
6348
|
+
"required": false,
|
|
6349
|
+
"description": "[--priority <n>] [--blocked] [--tags <tag,tag,...>] [--tags-mode any|all]"
|
|
6350
|
+
},
|
|
6351
|
+
{
|
|
6352
|
+
"name": "--type",
|
|
6353
|
+
"value": "<type>",
|
|
6354
|
+
"required": false,
|
|
6355
|
+
"description": "mdkg list [--type <type>] [--status <status>] [--ws <alias>] [--epic <id>]"
|
|
6356
|
+
},
|
|
5319
6357
|
{
|
|
5320
6358
|
"name": "--version",
|
|
5321
6359
|
"value": null,
|
|
5322
6360
|
"required": false,
|
|
5323
6361
|
"description": "--version, -V Show version"
|
|
6362
|
+
},
|
|
6363
|
+
{
|
|
6364
|
+
"name": "--ws",
|
|
6365
|
+
"value": "<alias>",
|
|
6366
|
+
"required": false,
|
|
6367
|
+
"description": "mdkg list [--type <type>] [--status <status>] [--ws <alias>] [--epic <id>]"
|
|
5324
6368
|
}
|
|
5325
6369
|
],
|
|
5326
6370
|
"output_formats": [
|
|
@@ -6146,6 +7190,12 @@
|
|
|
6146
7190
|
"required": false,
|
|
6147
7191
|
"description": "--help, -h Show help"
|
|
6148
7192
|
},
|
|
7193
|
+
{
|
|
7194
|
+
"name": "--json",
|
|
7195
|
+
"value": null,
|
|
7196
|
+
"required": false,
|
|
7197
|
+
"description": "mdkg manifest list [--json]"
|
|
7198
|
+
},
|
|
6149
7199
|
{
|
|
6150
7200
|
"name": "--root",
|
|
6151
7201
|
"value": null,
|
|
@@ -6220,6 +7270,12 @@
|
|
|
6220
7270
|
"required": false,
|
|
6221
7271
|
"description": "--help, -h Show help"
|
|
6222
7272
|
},
|
|
7273
|
+
{
|
|
7274
|
+
"name": "--json",
|
|
7275
|
+
"value": null,
|
|
7276
|
+
"required": false,
|
|
7277
|
+
"description": "mdkg manifest list [--json]"
|
|
7278
|
+
},
|
|
6223
7279
|
{
|
|
6224
7280
|
"name": "--root",
|
|
6225
7281
|
"value": null,
|
|
@@ -6298,6 +7354,12 @@
|
|
|
6298
7354
|
"required": false,
|
|
6299
7355
|
"description": "--help, -h Show help"
|
|
6300
7356
|
},
|
|
7357
|
+
{
|
|
7358
|
+
"name": "--json",
|
|
7359
|
+
"value": null,
|
|
7360
|
+
"required": false,
|
|
7361
|
+
"description": "mdkg manifest show <id-or-qid-or-alias> [--json]"
|
|
7362
|
+
},
|
|
6301
7363
|
{
|
|
6302
7364
|
"name": "--root",
|
|
6303
7365
|
"value": null,
|
|
@@ -6376,6 +7438,12 @@
|
|
|
6376
7438
|
"required": false,
|
|
6377
7439
|
"description": "--help, -h Show help"
|
|
6378
7440
|
},
|
|
7441
|
+
{
|
|
7442
|
+
"name": "--json",
|
|
7443
|
+
"value": null,
|
|
7444
|
+
"required": false,
|
|
7445
|
+
"description": "mdkg manifest validate [<id-or-qid-or-alias>] [--json]"
|
|
7446
|
+
},
|
|
6379
7447
|
{
|
|
6380
7448
|
"name": "--root",
|
|
6381
7449
|
"value": null,
|
|
@@ -6456,7 +7524,7 @@
|
|
|
6456
7524
|
{
|
|
6457
7525
|
"name": "--stdio",
|
|
6458
7526
|
"value": null,
|
|
6459
|
-
"required":
|
|
7527
|
+
"required": true,
|
|
6460
7528
|
"description": "mdkg mcp serve --stdio"
|
|
6461
7529
|
},
|
|
6462
7530
|
{
|
|
@@ -6533,7 +7601,7 @@
|
|
|
6533
7601
|
{
|
|
6534
7602
|
"name": "--stdio",
|
|
6535
7603
|
"value": null,
|
|
6536
|
-
"required":
|
|
7604
|
+
"required": true,
|
|
6537
7605
|
"description": "mdkg mcp serve --stdio"
|
|
6538
7606
|
},
|
|
6539
7607
|
{
|
|
@@ -6646,6 +7714,12 @@
|
|
|
6646
7714
|
"required": false,
|
|
6647
7715
|
"description": "Use --id <portable-id> with these types for semantic ids like agent.image-worker."
|
|
6648
7716
|
},
|
|
7717
|
+
{
|
|
7718
|
+
"name": "--json",
|
|
7719
|
+
"value": null,
|
|
7720
|
+
"required": false,
|
|
7721
|
+
"description": "mdkg new <type> \"<title>\" [options] [--json]"
|
|
7722
|
+
},
|
|
6649
7723
|
{
|
|
6650
7724
|
"name": "--links",
|
|
6651
7725
|
"value": null,
|
|
@@ -6835,6 +7909,12 @@
|
|
|
6835
7909
|
"value": null,
|
|
6836
7910
|
"required": false,
|
|
6837
7911
|
"description": "--version, -V Show version"
|
|
7912
|
+
},
|
|
7913
|
+
{
|
|
7914
|
+
"name": "--ws",
|
|
7915
|
+
"value": "<alias>",
|
|
7916
|
+
"required": false,
|
|
7917
|
+
"description": "mdkg next [<id-or-qid>] [--ws <alias>]"
|
|
6838
7918
|
}
|
|
6839
7919
|
],
|
|
6840
7920
|
"output_formats": [
|
|
@@ -7085,17 +8165,59 @@
|
|
|
7085
8165
|
"required": false,
|
|
7086
8166
|
"description": "--help, -h Show help"
|
|
7087
8167
|
},
|
|
8168
|
+
{
|
|
8169
|
+
"name": "--json",
|
|
8170
|
+
"value": null,
|
|
8171
|
+
"required": false,
|
|
8172
|
+
"description": "[--tags <tag,tag,...>] [--tags-mode any|all] [--limit <n>] [--json|--xml|--toon|--md]"
|
|
8173
|
+
},
|
|
8174
|
+
{
|
|
8175
|
+
"name": "--limit",
|
|
8176
|
+
"value": "<n>",
|
|
8177
|
+
"required": false,
|
|
8178
|
+
"description": "[--tags <tag,tag,...>] [--tags-mode any|all] [--limit <n>] [--json|--xml|--toon|--md]"
|
|
8179
|
+
},
|
|
7088
8180
|
{
|
|
7089
8181
|
"name": "--root",
|
|
7090
8182
|
"value": null,
|
|
7091
8183
|
"required": false,
|
|
7092
8184
|
"description": "--root, -r <path> Run against a specific repo root"
|
|
7093
8185
|
},
|
|
8186
|
+
{
|
|
8187
|
+
"name": "--status",
|
|
8188
|
+
"value": "<status>",
|
|
8189
|
+
"required": false,
|
|
8190
|
+
"description": "mdkg search \"<query>\" [--type <type>] [--status <status>] [--ws <alias>]"
|
|
8191
|
+
},
|
|
8192
|
+
{
|
|
8193
|
+
"name": "--tags",
|
|
8194
|
+
"value": "<tag,tag,...>",
|
|
8195
|
+
"required": false,
|
|
8196
|
+
"description": "[--tags <tag,tag,...>] [--tags-mode any|all] [--limit <n>] [--json|--xml|--toon|--md]"
|
|
8197
|
+
},
|
|
8198
|
+
{
|
|
8199
|
+
"name": "--tags-mode",
|
|
8200
|
+
"value": "any|all",
|
|
8201
|
+
"required": false,
|
|
8202
|
+
"description": "[--tags <tag,tag,...>] [--tags-mode any|all] [--limit <n>] [--json|--xml|--toon|--md]"
|
|
8203
|
+
},
|
|
8204
|
+
{
|
|
8205
|
+
"name": "--type",
|
|
8206
|
+
"value": "<type>",
|
|
8207
|
+
"required": false,
|
|
8208
|
+
"description": "mdkg search \"<query>\" [--type <type>] [--status <status>] [--ws <alias>]"
|
|
8209
|
+
},
|
|
7094
8210
|
{
|
|
7095
8211
|
"name": "--version",
|
|
7096
8212
|
"value": null,
|
|
7097
8213
|
"required": false,
|
|
7098
8214
|
"description": "--version, -V Show version"
|
|
8215
|
+
},
|
|
8216
|
+
{
|
|
8217
|
+
"name": "--ws",
|
|
8218
|
+
"value": "<alias>",
|
|
8219
|
+
"required": false,
|
|
8220
|
+
"description": "mdkg search \"<query>\" [--type <type>] [--status <status>] [--ws <alias>]"
|
|
7099
8221
|
}
|
|
7100
8222
|
],
|
|
7101
8223
|
"output_formats": [
|
|
@@ -7165,11 +8287,17 @@
|
|
|
7165
8287
|
"required": false,
|
|
7166
8288
|
"description": "--help, -h Show help"
|
|
7167
8289
|
},
|
|
8290
|
+
{
|
|
8291
|
+
"name": "--json",
|
|
8292
|
+
"value": null,
|
|
8293
|
+
"required": false,
|
|
8294
|
+
"description": "mdkg show <id-or-qid> [--ws <alias>] [--meta] [--json|--xml|--toon|--md]"
|
|
8295
|
+
},
|
|
7168
8296
|
{
|
|
7169
8297
|
"name": "--meta",
|
|
7170
|
-
"value":
|
|
8298
|
+
"value": null,
|
|
7171
8299
|
"required": false,
|
|
7172
|
-
"description": "
|
|
8300
|
+
"description": "mdkg show <id-or-qid> [--ws <alias>] [--meta] [--json|--xml|--toon|--md]"
|
|
7173
8301
|
},
|
|
7174
8302
|
{
|
|
7175
8303
|
"name": "--root",
|
|
@@ -7182,6 +8310,12 @@
|
|
|
7182
8310
|
"value": null,
|
|
7183
8311
|
"required": false,
|
|
7184
8312
|
"description": "--version, -V Show version"
|
|
8313
|
+
},
|
|
8314
|
+
{
|
|
8315
|
+
"name": "--ws",
|
|
8316
|
+
"value": "<alias>",
|
|
8317
|
+
"required": false,
|
|
8318
|
+
"description": "mdkg show <id-or-qid> [--ws <alias>] [--meta] [--json|--xml|--toon|--md]"
|
|
7185
8319
|
}
|
|
7186
8320
|
],
|
|
7187
8321
|
"output_formats": [
|
|
@@ -7276,12 +8410,30 @@
|
|
|
7276
8410
|
"required": false,
|
|
7277
8411
|
"description": "mdkg skill new <slug> \"<name>\" --description \"<description>\" [options] [--json]"
|
|
7278
8412
|
},
|
|
8413
|
+
{
|
|
8414
|
+
"name": "--force",
|
|
8415
|
+
"value": null,
|
|
8416
|
+
"required": false,
|
|
8417
|
+
"description": "mdkg skill sync [--force] [--json]"
|
|
8418
|
+
},
|
|
7279
8419
|
{
|
|
7280
8420
|
"name": "--help",
|
|
7281
8421
|
"value": null,
|
|
7282
8422
|
"required": false,
|
|
7283
8423
|
"description": "--help, -h Show help"
|
|
7284
8424
|
},
|
|
8425
|
+
{
|
|
8426
|
+
"name": "--json",
|
|
8427
|
+
"value": null,
|
|
8428
|
+
"required": false,
|
|
8429
|
+
"description": "mdkg skill new <slug> \"<name>\" --description \"<description>\" [options] [--json]"
|
|
8430
|
+
},
|
|
8431
|
+
{
|
|
8432
|
+
"name": "--meta",
|
|
8433
|
+
"value": null,
|
|
8434
|
+
"required": false,
|
|
8435
|
+
"description": "mdkg skill show <slug> [--meta] [--json|--xml|--toon|--md]"
|
|
8436
|
+
},
|
|
7285
8437
|
{
|
|
7286
8438
|
"name": "--root",
|
|
7287
8439
|
"value": null,
|
|
@@ -7290,9 +8442,15 @@
|
|
|
7290
8442
|
},
|
|
7291
8443
|
{
|
|
7292
8444
|
"name": "--tags",
|
|
7293
|
-
"value":
|
|
8445
|
+
"value": "<tag,tag,...>",
|
|
7294
8446
|
"required": false,
|
|
7295
|
-
"description": "
|
|
8447
|
+
"description": "mdkg skill list [--tags <tag,tag,...>] [--tags-mode any|all] [--json|--xml|--toon|--md]"
|
|
8448
|
+
},
|
|
8449
|
+
{
|
|
8450
|
+
"name": "--tags-mode",
|
|
8451
|
+
"value": "any|all",
|
|
8452
|
+
"required": false,
|
|
8453
|
+
"description": "mdkg skill list [--tags <tag,tag,...>] [--tags-mode any|all] [--json|--xml|--toon|--md]"
|
|
7296
8454
|
},
|
|
7297
8455
|
{
|
|
7298
8456
|
"name": "--version",
|
|
@@ -7372,12 +8530,30 @@
|
|
|
7372
8530
|
"required": false,
|
|
7373
8531
|
"description": "--help, -h Show help"
|
|
7374
8532
|
},
|
|
8533
|
+
{
|
|
8534
|
+
"name": "--json",
|
|
8535
|
+
"value": null,
|
|
8536
|
+
"required": false,
|
|
8537
|
+
"description": "mdkg skill list [--tags <tag,tag,...>] [--tags-mode any|all] [--json|--xml|--toon|--md]"
|
|
8538
|
+
},
|
|
7375
8539
|
{
|
|
7376
8540
|
"name": "--root",
|
|
7377
8541
|
"value": null,
|
|
7378
8542
|
"required": false,
|
|
7379
8543
|
"description": "--root, -r <path> Run against a specific repo root"
|
|
7380
8544
|
},
|
|
8545
|
+
{
|
|
8546
|
+
"name": "--tags",
|
|
8547
|
+
"value": "<tag,tag,...>",
|
|
8548
|
+
"required": false,
|
|
8549
|
+
"description": "mdkg skill list [--tags <tag,tag,...>] [--tags-mode any|all] [--json|--xml|--toon|--md]"
|
|
8550
|
+
},
|
|
8551
|
+
{
|
|
8552
|
+
"name": "--tags-mode",
|
|
8553
|
+
"value": "any|all",
|
|
8554
|
+
"required": false,
|
|
8555
|
+
"description": "mdkg skill list [--tags <tag,tag,...>] [--tags-mode any|all] [--json|--xml|--toon|--md]"
|
|
8556
|
+
},
|
|
7381
8557
|
{
|
|
7382
8558
|
"name": "--version",
|
|
7383
8559
|
"value": null,
|
|
@@ -7471,7 +8647,7 @@
|
|
|
7471
8647
|
{
|
|
7472
8648
|
"name": "--description",
|
|
7473
8649
|
"value": "\"<description>\"",
|
|
7474
|
-
"required":
|
|
8650
|
+
"required": true,
|
|
7475
8651
|
"description": "mdkg skill new <slug> \"<name>\" --description \"<description>\" [options] [--json]"
|
|
7476
8652
|
},
|
|
7477
8653
|
{
|
|
@@ -7486,6 +8662,12 @@
|
|
|
7486
8662
|
"required": false,
|
|
7487
8663
|
"description": "--help, -h Show help"
|
|
7488
8664
|
},
|
|
8665
|
+
{
|
|
8666
|
+
"name": "--json",
|
|
8667
|
+
"value": null,
|
|
8668
|
+
"required": false,
|
|
8669
|
+
"description": "mdkg skill new <slug> \"<name>\" --description \"<description>\" [options] [--json]"
|
|
8670
|
+
},
|
|
7489
8671
|
{
|
|
7490
8672
|
"name": "--links",
|
|
7491
8673
|
"value": "<url,url,...>",
|
|
@@ -7595,12 +8777,30 @@
|
|
|
7595
8777
|
"required": false,
|
|
7596
8778
|
"description": "--help, -h Show help"
|
|
7597
8779
|
},
|
|
8780
|
+
{
|
|
8781
|
+
"name": "--json",
|
|
8782
|
+
"value": null,
|
|
8783
|
+
"required": false,
|
|
8784
|
+
"description": "mdkg skill search \"<query>\" [--tags <tag,tag,...>] [--tags-mode any|all] [--json|--xml|--toon|--md]"
|
|
8785
|
+
},
|
|
7598
8786
|
{
|
|
7599
8787
|
"name": "--root",
|
|
7600
8788
|
"value": null,
|
|
7601
8789
|
"required": false,
|
|
7602
8790
|
"description": "--root, -r <path> Run against a specific repo root"
|
|
7603
8791
|
},
|
|
8792
|
+
{
|
|
8793
|
+
"name": "--tags",
|
|
8794
|
+
"value": "<tag,tag,...>",
|
|
8795
|
+
"required": false,
|
|
8796
|
+
"description": "mdkg skill search \"<query>\" [--tags <tag,tag,...>] [--tags-mode any|all] [--json|--xml|--toon|--md]"
|
|
8797
|
+
},
|
|
8798
|
+
{
|
|
8799
|
+
"name": "--tags-mode",
|
|
8800
|
+
"value": "any|all",
|
|
8801
|
+
"required": false,
|
|
8802
|
+
"description": "mdkg skill search \"<query>\" [--tags <tag,tag,...>] [--tags-mode any|all] [--json|--xml|--toon|--md]"
|
|
8803
|
+
},
|
|
7604
8804
|
{
|
|
7605
8805
|
"name": "--version",
|
|
7606
8806
|
"value": null,
|
|
@@ -7676,6 +8876,18 @@
|
|
|
7676
8876
|
"required": false,
|
|
7677
8877
|
"description": "--help, -h Show help"
|
|
7678
8878
|
},
|
|
8879
|
+
{
|
|
8880
|
+
"name": "--json",
|
|
8881
|
+
"value": null,
|
|
8882
|
+
"required": false,
|
|
8883
|
+
"description": "mdkg skill show <slug> [--meta] [--json|--xml|--toon|--md]"
|
|
8884
|
+
},
|
|
8885
|
+
{
|
|
8886
|
+
"name": "--meta",
|
|
8887
|
+
"value": null,
|
|
8888
|
+
"required": false,
|
|
8889
|
+
"description": "mdkg skill show <slug> [--meta] [--json|--xml|--toon|--md]"
|
|
8890
|
+
},
|
|
7679
8891
|
{
|
|
7680
8892
|
"name": "--root",
|
|
7681
8893
|
"value": null,
|
|
@@ -7746,13 +8958,25 @@
|
|
|
7746
8958
|
"args": [],
|
|
7747
8959
|
"flags": [
|
|
7748
8960
|
{
|
|
7749
|
-
"name": "--
|
|
8961
|
+
"name": "--force",
|
|
7750
8962
|
"value": null,
|
|
7751
8963
|
"required": false,
|
|
7752
|
-
"description": "--
|
|
8964
|
+
"description": "mdkg skill sync [--force] [--json]"
|
|
7753
8965
|
},
|
|
7754
8966
|
{
|
|
7755
|
-
"name": "--
|
|
8967
|
+
"name": "--help",
|
|
8968
|
+
"value": null,
|
|
8969
|
+
"required": false,
|
|
8970
|
+
"description": "--help, -h Show help"
|
|
8971
|
+
},
|
|
8972
|
+
{
|
|
8973
|
+
"name": "--json",
|
|
8974
|
+
"value": null,
|
|
8975
|
+
"required": false,
|
|
8976
|
+
"description": "mdkg skill sync [--force] [--json]"
|
|
8977
|
+
},
|
|
8978
|
+
{
|
|
8979
|
+
"name": "--root",
|
|
7756
8980
|
"value": null,
|
|
7757
8981
|
"required": false,
|
|
7758
8982
|
"description": "--root, -r <path> Run against a specific repo root"
|
|
@@ -7836,6 +9060,12 @@
|
|
|
7836
9060
|
"required": false,
|
|
7837
9061
|
"description": "--help, -h Show help"
|
|
7838
9062
|
},
|
|
9063
|
+
{
|
|
9064
|
+
"name": "--json",
|
|
9065
|
+
"value": null,
|
|
9066
|
+
"required": false,
|
|
9067
|
+
"description": "mdkg skill validate [<slug>] [--json]"
|
|
9068
|
+
},
|
|
7839
9069
|
{
|
|
7840
9070
|
"name": "--root",
|
|
7841
9071
|
"value": null,
|
|
@@ -7915,6 +9145,12 @@
|
|
|
7915
9145
|
"required": false,
|
|
7916
9146
|
"description": "--help, -h Show help"
|
|
7917
9147
|
},
|
|
9148
|
+
{
|
|
9149
|
+
"name": "--json",
|
|
9150
|
+
"value": null,
|
|
9151
|
+
"required": false,
|
|
9152
|
+
"description": "mdkg spec list [--json]"
|
|
9153
|
+
},
|
|
7918
9154
|
{
|
|
7919
9155
|
"name": "--root",
|
|
7920
9156
|
"value": null,
|
|
@@ -7989,6 +9225,12 @@
|
|
|
7989
9225
|
"required": false,
|
|
7990
9226
|
"description": "--help, -h Show help"
|
|
7991
9227
|
},
|
|
9228
|
+
{
|
|
9229
|
+
"name": "--json",
|
|
9230
|
+
"value": null,
|
|
9231
|
+
"required": false,
|
|
9232
|
+
"description": "mdkg spec list [--json]"
|
|
9233
|
+
},
|
|
7992
9234
|
{
|
|
7993
9235
|
"name": "--root",
|
|
7994
9236
|
"value": null,
|
|
@@ -8067,6 +9309,12 @@
|
|
|
8067
9309
|
"required": false,
|
|
8068
9310
|
"description": "--help, -h Show help"
|
|
8069
9311
|
},
|
|
9312
|
+
{
|
|
9313
|
+
"name": "--json",
|
|
9314
|
+
"value": null,
|
|
9315
|
+
"required": false,
|
|
9316
|
+
"description": "mdkg spec show <id-or-qid-or-alias> [--json]"
|
|
9317
|
+
},
|
|
8070
9318
|
{
|
|
8071
9319
|
"name": "--root",
|
|
8072
9320
|
"value": null,
|
|
@@ -8145,6 +9393,12 @@
|
|
|
8145
9393
|
"required": false,
|
|
8146
9394
|
"description": "--help, -h Show help"
|
|
8147
9395
|
},
|
|
9396
|
+
{
|
|
9397
|
+
"name": "--json",
|
|
9398
|
+
"value": null,
|
|
9399
|
+
"required": false,
|
|
9400
|
+
"description": "mdkg spec validate [<id-or-qid-or-alias>] [--json]"
|
|
9401
|
+
},
|
|
8148
9402
|
{
|
|
8149
9403
|
"name": "--root",
|
|
8150
9404
|
"value": null,
|
|
@@ -8220,7 +9474,7 @@
|
|
|
8220
9474
|
"name": "--json",
|
|
8221
9475
|
"value": null,
|
|
8222
9476
|
"required": false,
|
|
8223
|
-
"description": "--json
|
|
9477
|
+
"description": "mdkg status [--json]"
|
|
8224
9478
|
},
|
|
8225
9479
|
{
|
|
8226
9480
|
"name": "--root",
|
|
@@ -8311,29 +9565,89 @@
|
|
|
8311
9565
|
}
|
|
8312
9566
|
],
|
|
8313
9567
|
"flags": [
|
|
9568
|
+
{
|
|
9569
|
+
"name": "--allow-dirty",
|
|
9570
|
+
"value": null,
|
|
9571
|
+
"required": false,
|
|
9572
|
+
"description": "mdkg subgraph sync [alias|--all] [--dry-run] [--allow-dirty] [--json]"
|
|
9573
|
+
},
|
|
9574
|
+
{
|
|
9575
|
+
"name": "--clean",
|
|
9576
|
+
"value": null,
|
|
9577
|
+
"required": false,
|
|
9578
|
+
"description": "mdkg subgraph materialize [alias|--all] --target <path> [--clean] [--gitignore] [--json]"
|
|
9579
|
+
},
|
|
9580
|
+
{
|
|
9581
|
+
"name": "--dry-run",
|
|
9582
|
+
"value": null,
|
|
9583
|
+
"required": false,
|
|
9584
|
+
"description": "mdkg subgraph sync [alias|--all] [--dry-run] [--allow-dirty] [--json]"
|
|
9585
|
+
},
|
|
9586
|
+
{
|
|
9587
|
+
"name": "--gitignore",
|
|
9588
|
+
"value": null,
|
|
9589
|
+
"required": false,
|
|
9590
|
+
"description": "mdkg subgraph materialize [alias|--all] --target <path> [--clean] [--gitignore] [--json]"
|
|
9591
|
+
},
|
|
8314
9592
|
{
|
|
8315
9593
|
"name": "--help",
|
|
8316
9594
|
"value": null,
|
|
8317
9595
|
"required": false,
|
|
8318
9596
|
"description": "--help, -h Show help"
|
|
8319
9597
|
},
|
|
9598
|
+
{
|
|
9599
|
+
"name": "--json",
|
|
9600
|
+
"value": null,
|
|
9601
|
+
"required": false,
|
|
9602
|
+
"description": "mdkg subgraph add <alias> <bundle-path> [--visibility private|internal|public] [--profile private|public] [--source-path <path>] [--source-repo <ref>] [--max-stale-seconds <seconds>] [--json]"
|
|
9603
|
+
},
|
|
9604
|
+
{
|
|
9605
|
+
"name": "--max-stale-seconds",
|
|
9606
|
+
"value": "<seconds>",
|
|
9607
|
+
"required": false,
|
|
9608
|
+
"description": "mdkg subgraph add <alias> <bundle-path> [--visibility private|internal|public] [--profile private|public] [--source-path <path>] [--source-repo <ref>] [--max-stale-seconds <seconds>] [--json]"
|
|
9609
|
+
},
|
|
9610
|
+
{
|
|
9611
|
+
"name": "--profile",
|
|
9612
|
+
"value": "private|public",
|
|
9613
|
+
"required": false,
|
|
9614
|
+
"description": "mdkg subgraph add <alias> <bundle-path> [--visibility private|internal|public] [--profile private|public] [--source-path <path>] [--source-repo <ref>] [--max-stale-seconds <seconds>] [--json]"
|
|
9615
|
+
},
|
|
8320
9616
|
{
|
|
8321
9617
|
"name": "--root",
|
|
8322
9618
|
"value": null,
|
|
8323
9619
|
"required": false,
|
|
8324
9620
|
"description": "--root, -r <path> Run against a specific repo root"
|
|
8325
9621
|
},
|
|
9622
|
+
{
|
|
9623
|
+
"name": "--source-path",
|
|
9624
|
+
"value": "<path>",
|
|
9625
|
+
"required": false,
|
|
9626
|
+
"description": "mdkg subgraph add <alias> <bundle-path> [--visibility private|internal|public] [--profile private|public] [--source-path <path>] [--source-repo <ref>] [--max-stale-seconds <seconds>] [--json]"
|
|
9627
|
+
},
|
|
9628
|
+
{
|
|
9629
|
+
"name": "--source-repo",
|
|
9630
|
+
"value": "<ref>",
|
|
9631
|
+
"required": false,
|
|
9632
|
+
"description": "mdkg subgraph add <alias> <bundle-path> [--visibility private|internal|public] [--profile private|public] [--source-path <path>] [--source-repo <ref>] [--max-stale-seconds <seconds>] [--json]"
|
|
9633
|
+
},
|
|
8326
9634
|
{
|
|
8327
9635
|
"name": "--target",
|
|
8328
9636
|
"value": "<path>",
|
|
8329
9637
|
"required": false,
|
|
8330
|
-
"description": "mdkg subgraph
|
|
9638
|
+
"description": "mdkg subgraph audit [alias|--all] [--target <path>] [--json]"
|
|
8331
9639
|
},
|
|
8332
9640
|
{
|
|
8333
9641
|
"name": "--version",
|
|
8334
9642
|
"value": null,
|
|
8335
9643
|
"required": false,
|
|
8336
9644
|
"description": "--version, -V Show version"
|
|
9645
|
+
},
|
|
9646
|
+
{
|
|
9647
|
+
"name": "--visibility",
|
|
9648
|
+
"value": "private|internal|public",
|
|
9649
|
+
"required": false,
|
|
9650
|
+
"description": "mdkg subgraph add <alias> <bundle-path> [--visibility private|internal|public] [--profile private|public] [--source-path <path>] [--source-repo <ref>] [--max-stale-seconds <seconds>] [--json]"
|
|
8337
9651
|
}
|
|
8338
9652
|
],
|
|
8339
9653
|
"output_formats": [
|
|
@@ -8420,17 +9734,53 @@
|
|
|
8420
9734
|
"required": false,
|
|
8421
9735
|
"description": "--help, -h Show help"
|
|
8422
9736
|
},
|
|
9737
|
+
{
|
|
9738
|
+
"name": "--json",
|
|
9739
|
+
"value": null,
|
|
9740
|
+
"required": false,
|
|
9741
|
+
"description": "mdkg subgraph add <alias> <bundle-path> [--visibility private|internal|public] [--profile private|public] [--source-path <path>] [--source-repo <ref>] [--max-stale-seconds <seconds>] [--json]"
|
|
9742
|
+
},
|
|
9743
|
+
{
|
|
9744
|
+
"name": "--max-stale-seconds",
|
|
9745
|
+
"value": "<seconds>",
|
|
9746
|
+
"required": false,
|
|
9747
|
+
"description": "mdkg subgraph add <alias> <bundle-path> [--visibility private|internal|public] [--profile private|public] [--source-path <path>] [--source-repo <ref>] [--max-stale-seconds <seconds>] [--json]"
|
|
9748
|
+
},
|
|
9749
|
+
{
|
|
9750
|
+
"name": "--profile",
|
|
9751
|
+
"value": "private|public",
|
|
9752
|
+
"required": false,
|
|
9753
|
+
"description": "mdkg subgraph add <alias> <bundle-path> [--visibility private|internal|public] [--profile private|public] [--source-path <path>] [--source-repo <ref>] [--max-stale-seconds <seconds>] [--json]"
|
|
9754
|
+
},
|
|
8423
9755
|
{
|
|
8424
9756
|
"name": "--root",
|
|
8425
9757
|
"value": null,
|
|
8426
9758
|
"required": false,
|
|
8427
9759
|
"description": "--root, -r <path> Run against a specific repo root"
|
|
8428
9760
|
},
|
|
9761
|
+
{
|
|
9762
|
+
"name": "--source-path",
|
|
9763
|
+
"value": "<path>",
|
|
9764
|
+
"required": false,
|
|
9765
|
+
"description": "mdkg subgraph add <alias> <bundle-path> [--visibility private|internal|public] [--profile private|public] [--source-path <path>] [--source-repo <ref>] [--max-stale-seconds <seconds>] [--json]"
|
|
9766
|
+
},
|
|
9767
|
+
{
|
|
9768
|
+
"name": "--source-repo",
|
|
9769
|
+
"value": "<ref>",
|
|
9770
|
+
"required": false,
|
|
9771
|
+
"description": "mdkg subgraph add <alias> <bundle-path> [--visibility private|internal|public] [--profile private|public] [--source-path <path>] [--source-repo <ref>] [--max-stale-seconds <seconds>] [--json]"
|
|
9772
|
+
},
|
|
8429
9773
|
{
|
|
8430
9774
|
"name": "--version",
|
|
8431
9775
|
"value": null,
|
|
8432
9776
|
"required": false,
|
|
8433
9777
|
"description": "--version, -V Show version"
|
|
9778
|
+
},
|
|
9779
|
+
{
|
|
9780
|
+
"name": "--visibility",
|
|
9781
|
+
"value": "private|internal|public",
|
|
9782
|
+
"required": false,
|
|
9783
|
+
"description": "mdkg subgraph add <alias> <bundle-path> [--visibility private|internal|public] [--profile private|public] [--source-path <path>] [--source-repo <ref>] [--max-stale-seconds <seconds>] [--json]"
|
|
8434
9784
|
}
|
|
8435
9785
|
],
|
|
8436
9786
|
"output_formats": [
|
|
@@ -8504,6 +9854,12 @@
|
|
|
8504
9854
|
"required": false,
|
|
8505
9855
|
"description": "--help, -h Show help"
|
|
8506
9856
|
},
|
|
9857
|
+
{
|
|
9858
|
+
"name": "--json",
|
|
9859
|
+
"value": null,
|
|
9860
|
+
"required": false,
|
|
9861
|
+
"description": "mdkg subgraph disable <alias> [--json]"
|
|
9862
|
+
},
|
|
8507
9863
|
{
|
|
8508
9864
|
"name": "--root",
|
|
8509
9865
|
"value": null,
|
|
@@ -8588,6 +9944,12 @@
|
|
|
8588
9944
|
"required": false,
|
|
8589
9945
|
"description": "--help, -h Show help"
|
|
8590
9946
|
},
|
|
9947
|
+
{
|
|
9948
|
+
"name": "--json",
|
|
9949
|
+
"value": null,
|
|
9950
|
+
"required": false,
|
|
9951
|
+
"description": "mdkg subgraph enable <alias> [--json]"
|
|
9952
|
+
},
|
|
8591
9953
|
{
|
|
8592
9954
|
"name": "--root",
|
|
8593
9955
|
"value": null,
|
|
@@ -8666,6 +10028,12 @@
|
|
|
8666
10028
|
"required": false,
|
|
8667
10029
|
"description": "--help, -h Show help"
|
|
8668
10030
|
},
|
|
10031
|
+
{
|
|
10032
|
+
"name": "--json",
|
|
10033
|
+
"value": null,
|
|
10034
|
+
"required": false,
|
|
10035
|
+
"description": "mdkg subgraph list [--json]"
|
|
10036
|
+
},
|
|
8669
10037
|
{
|
|
8670
10038
|
"name": "--root",
|
|
8671
10039
|
"value": null,
|
|
@@ -8732,12 +10100,30 @@
|
|
|
8732
10100
|
],
|
|
8733
10101
|
"args": [],
|
|
8734
10102
|
"flags": [
|
|
10103
|
+
{
|
|
10104
|
+
"name": "--clean",
|
|
10105
|
+
"value": null,
|
|
10106
|
+
"required": false,
|
|
10107
|
+
"description": "mdkg subgraph materialize [alias|--all] --target <path> [--clean] [--gitignore] [--json]"
|
|
10108
|
+
},
|
|
10109
|
+
{
|
|
10110
|
+
"name": "--gitignore",
|
|
10111
|
+
"value": null,
|
|
10112
|
+
"required": false,
|
|
10113
|
+
"description": "mdkg subgraph materialize [alias|--all] --target <path> [--clean] [--gitignore] [--json]"
|
|
10114
|
+
},
|
|
8735
10115
|
{
|
|
8736
10116
|
"name": "--help",
|
|
8737
10117
|
"value": null,
|
|
8738
10118
|
"required": false,
|
|
8739
10119
|
"description": "--help, -h Show help"
|
|
8740
10120
|
},
|
|
10121
|
+
{
|
|
10122
|
+
"name": "--json",
|
|
10123
|
+
"value": null,
|
|
10124
|
+
"required": false,
|
|
10125
|
+
"description": "mdkg subgraph materialize [alias|--all] --target <path> [--clean] [--gitignore] [--json]"
|
|
10126
|
+
},
|
|
8741
10127
|
{
|
|
8742
10128
|
"name": "--root",
|
|
8743
10129
|
"value": null,
|
|
@@ -8747,7 +10133,7 @@
|
|
|
8747
10133
|
{
|
|
8748
10134
|
"name": "--target",
|
|
8749
10135
|
"value": "<path>",
|
|
8750
|
-
"required":
|
|
10136
|
+
"required": true,
|
|
8751
10137
|
"description": "mdkg subgraph materialize [alias|--all] --target <path> [--clean] [--gitignore] [--json]"
|
|
8752
10138
|
},
|
|
8753
10139
|
{
|
|
@@ -8821,6 +10207,12 @@
|
|
|
8821
10207
|
"required": false,
|
|
8822
10208
|
"description": "--help, -h Show help"
|
|
8823
10209
|
},
|
|
10210
|
+
{
|
|
10211
|
+
"name": "--json",
|
|
10212
|
+
"value": null,
|
|
10213
|
+
"required": false,
|
|
10214
|
+
"description": "mdkg subgraph refresh [alias|--all] [--json]"
|
|
10215
|
+
},
|
|
8824
10216
|
{
|
|
8825
10217
|
"name": "--root",
|
|
8826
10218
|
"value": null,
|
|
@@ -8905,6 +10297,12 @@
|
|
|
8905
10297
|
"required": false,
|
|
8906
10298
|
"description": "--help, -h Show help"
|
|
8907
10299
|
},
|
|
10300
|
+
{
|
|
10301
|
+
"name": "--json",
|
|
10302
|
+
"value": null,
|
|
10303
|
+
"required": false,
|
|
10304
|
+
"description": "mdkg subgraph rm <alias> [--json]"
|
|
10305
|
+
},
|
|
8908
10306
|
{
|
|
8909
10307
|
"name": "--root",
|
|
8910
10308
|
"value": null,
|
|
@@ -8989,6 +10387,12 @@
|
|
|
8989
10387
|
"required": false,
|
|
8990
10388
|
"description": "--help, -h Show help"
|
|
8991
10389
|
},
|
|
10390
|
+
{
|
|
10391
|
+
"name": "--json",
|
|
10392
|
+
"value": null,
|
|
10393
|
+
"required": false,
|
|
10394
|
+
"description": "mdkg subgraph show <alias> [--json]"
|
|
10395
|
+
},
|
|
8992
10396
|
{
|
|
8993
10397
|
"name": "--root",
|
|
8994
10398
|
"value": null,
|
|
@@ -9055,12 +10459,30 @@
|
|
|
9055
10459
|
],
|
|
9056
10460
|
"args": [],
|
|
9057
10461
|
"flags": [
|
|
10462
|
+
{
|
|
10463
|
+
"name": "--allow-dirty",
|
|
10464
|
+
"value": null,
|
|
10465
|
+
"required": false,
|
|
10466
|
+
"description": "mdkg subgraph sync [alias|--all] [--dry-run] [--allow-dirty] [--json]"
|
|
10467
|
+
},
|
|
10468
|
+
{
|
|
10469
|
+
"name": "--dry-run",
|
|
10470
|
+
"value": null,
|
|
10471
|
+
"required": false,
|
|
10472
|
+
"description": "mdkg subgraph sync [alias|--all] [--dry-run] [--allow-dirty] [--json]"
|
|
10473
|
+
},
|
|
9058
10474
|
{
|
|
9059
10475
|
"name": "--help",
|
|
9060
10476
|
"value": null,
|
|
9061
10477
|
"required": false,
|
|
9062
10478
|
"description": "--help, -h Show help"
|
|
9063
10479
|
},
|
|
10480
|
+
{
|
|
10481
|
+
"name": "--json",
|
|
10482
|
+
"value": null,
|
|
10483
|
+
"required": false,
|
|
10484
|
+
"description": "mdkg subgraph sync [alias|--all] [--dry-run] [--allow-dirty] [--json]"
|
|
10485
|
+
},
|
|
9064
10486
|
{
|
|
9065
10487
|
"name": "--root",
|
|
9066
10488
|
"value": null,
|
|
@@ -9141,6 +10563,12 @@
|
|
|
9141
10563
|
"required": false,
|
|
9142
10564
|
"description": "--help, -h Show help"
|
|
9143
10565
|
},
|
|
10566
|
+
{
|
|
10567
|
+
"name": "--json",
|
|
10568
|
+
"value": null,
|
|
10569
|
+
"required": false,
|
|
10570
|
+
"description": "mdkg subgraph verify [alias|--all] [--json]"
|
|
10571
|
+
},
|
|
9144
10572
|
{
|
|
9145
10573
|
"name": "--root",
|
|
9146
10574
|
"value": null,
|
|
@@ -9229,23 +10657,59 @@
|
|
|
9229
10657
|
}
|
|
9230
10658
|
],
|
|
9231
10659
|
"flags": [
|
|
10660
|
+
{
|
|
10661
|
+
"name": "--checkpoint",
|
|
10662
|
+
"value": "\"<title>\"",
|
|
10663
|
+
"required": false,
|
|
10664
|
+
"description": "mdkg task done <id-or-qid> [--checkpoint \"<title>\"] [--checkpoint-kind implementation|test-proof|goal-closeout|audit|handoff] [options] [--json]"
|
|
10665
|
+
},
|
|
10666
|
+
{
|
|
10667
|
+
"name": "--checkpoint-kind",
|
|
10668
|
+
"value": "implementation|test-proof|goal-closeout|audit|handoff",
|
|
10669
|
+
"required": false,
|
|
10670
|
+
"description": "mdkg task done <id-or-qid> [--checkpoint \"<title>\"] [--checkpoint-kind implementation|test-proof|goal-closeout|audit|handoff] [options] [--json]"
|
|
10671
|
+
},
|
|
9232
10672
|
{
|
|
9233
10673
|
"name": "--help",
|
|
9234
10674
|
"value": null,
|
|
9235
10675
|
"required": false,
|
|
9236
10676
|
"description": "--help, -h Show help"
|
|
9237
10677
|
},
|
|
10678
|
+
{
|
|
10679
|
+
"name": "--json",
|
|
10680
|
+
"value": null,
|
|
10681
|
+
"required": false,
|
|
10682
|
+
"description": "mdkg task start <id-or-qid> [--ws <alias>] [--run-id <id>] [--note \"<text>\"] [--json]"
|
|
10683
|
+
},
|
|
10684
|
+
{
|
|
10685
|
+
"name": "--note",
|
|
10686
|
+
"value": "\"<text>\"",
|
|
10687
|
+
"required": false,
|
|
10688
|
+
"description": "mdkg task start <id-or-qid> [--ws <alias>] [--run-id <id>] [--note \"<text>\"] [--json]"
|
|
10689
|
+
},
|
|
9238
10690
|
{
|
|
9239
10691
|
"name": "--root",
|
|
9240
10692
|
"value": null,
|
|
9241
10693
|
"required": false,
|
|
9242
10694
|
"description": "--root, -r <path> Run against a specific repo root"
|
|
9243
10695
|
},
|
|
10696
|
+
{
|
|
10697
|
+
"name": "--run-id",
|
|
10698
|
+
"value": "<id>",
|
|
10699
|
+
"required": false,
|
|
10700
|
+
"description": "mdkg task start <id-or-qid> [--ws <alias>] [--run-id <id>] [--note \"<text>\"] [--json]"
|
|
10701
|
+
},
|
|
9244
10702
|
{
|
|
9245
10703
|
"name": "--version",
|
|
9246
10704
|
"value": null,
|
|
9247
10705
|
"required": false,
|
|
9248
10706
|
"description": "--version, -V Show version"
|
|
10707
|
+
},
|
|
10708
|
+
{
|
|
10709
|
+
"name": "--ws",
|
|
10710
|
+
"value": "<alias>",
|
|
10711
|
+
"required": false,
|
|
10712
|
+
"description": "mdkg task start <id-or-qid> [--ws <alias>] [--run-id <id>] [--note \"<text>\"] [--json]"
|
|
9249
10713
|
}
|
|
9250
10714
|
],
|
|
9251
10715
|
"output_formats": [
|
|
@@ -9314,23 +10778,77 @@
|
|
|
9314
10778
|
}
|
|
9315
10779
|
],
|
|
9316
10780
|
"flags": [
|
|
10781
|
+
{
|
|
10782
|
+
"name": "--add-artifacts",
|
|
10783
|
+
"value": "<a,...>",
|
|
10784
|
+
"required": false,
|
|
10785
|
+
"description": "mdkg task done <id-or-qid> [--ws <alias>] [--add-artifacts <a,...>] [--add-links <l,...>]"
|
|
10786
|
+
},
|
|
10787
|
+
{
|
|
10788
|
+
"name": "--add-links",
|
|
10789
|
+
"value": "<l,...>",
|
|
10790
|
+
"required": false,
|
|
10791
|
+
"description": "mdkg task done <id-or-qid> [--ws <alias>] [--add-artifacts <a,...>] [--add-links <l,...>]"
|
|
10792
|
+
},
|
|
10793
|
+
{
|
|
10794
|
+
"name": "--add-refs",
|
|
10795
|
+
"value": "<id,...>",
|
|
10796
|
+
"required": false,
|
|
10797
|
+
"description": "[--add-refs <id,...>] [--checkpoint \"<title>\"] [--checkpoint-kind implementation|test-proof|goal-closeout|audit|handoff] [--run-id <id>] [--note \"<text>\"] [--json]"
|
|
10798
|
+
},
|
|
10799
|
+
{
|
|
10800
|
+
"name": "--checkpoint",
|
|
10801
|
+
"value": "\"<title>\"",
|
|
10802
|
+
"required": false,
|
|
10803
|
+
"description": "[--add-refs <id,...>] [--checkpoint \"<title>\"] [--checkpoint-kind implementation|test-proof|goal-closeout|audit|handoff] [--run-id <id>] [--note \"<text>\"] [--json]"
|
|
10804
|
+
},
|
|
10805
|
+
{
|
|
10806
|
+
"name": "--checkpoint-kind",
|
|
10807
|
+
"value": "implementation|test-proof|goal-closeout|audit|handoff",
|
|
10808
|
+
"required": false,
|
|
10809
|
+
"description": "[--add-refs <id,...>] [--checkpoint \"<title>\"] [--checkpoint-kind implementation|test-proof|goal-closeout|audit|handoff] [--run-id <id>] [--note \"<text>\"] [--json]"
|
|
10810
|
+
},
|
|
9317
10811
|
{
|
|
9318
10812
|
"name": "--help",
|
|
9319
10813
|
"value": null,
|
|
9320
10814
|
"required": false,
|
|
9321
10815
|
"description": "--help, -h Show help"
|
|
9322
10816
|
},
|
|
10817
|
+
{
|
|
10818
|
+
"name": "--json",
|
|
10819
|
+
"value": null,
|
|
10820
|
+
"required": false,
|
|
10821
|
+
"description": "[--add-refs <id,...>] [--checkpoint \"<title>\"] [--checkpoint-kind implementation|test-proof|goal-closeout|audit|handoff] [--run-id <id>] [--note \"<text>\"] [--json]"
|
|
10822
|
+
},
|
|
10823
|
+
{
|
|
10824
|
+
"name": "--note",
|
|
10825
|
+
"value": "\"<text>\"",
|
|
10826
|
+
"required": false,
|
|
10827
|
+
"description": "[--add-refs <id,...>] [--checkpoint \"<title>\"] [--checkpoint-kind implementation|test-proof|goal-closeout|audit|handoff] [--run-id <id>] [--note \"<text>\"] [--json]"
|
|
10828
|
+
},
|
|
9323
10829
|
{
|
|
9324
10830
|
"name": "--root",
|
|
9325
10831
|
"value": null,
|
|
9326
10832
|
"required": false,
|
|
9327
10833
|
"description": "--root, -r <path> Run against a specific repo root"
|
|
9328
10834
|
},
|
|
10835
|
+
{
|
|
10836
|
+
"name": "--run-id",
|
|
10837
|
+
"value": "<id>",
|
|
10838
|
+
"required": false,
|
|
10839
|
+
"description": "[--add-refs <id,...>] [--checkpoint \"<title>\"] [--checkpoint-kind implementation|test-proof|goal-closeout|audit|handoff] [--run-id <id>] [--note \"<text>\"] [--json]"
|
|
10840
|
+
},
|
|
9329
10841
|
{
|
|
9330
10842
|
"name": "--version",
|
|
9331
10843
|
"value": null,
|
|
9332
10844
|
"required": false,
|
|
9333
10845
|
"description": "--version, -V Show version"
|
|
10846
|
+
},
|
|
10847
|
+
{
|
|
10848
|
+
"name": "--ws",
|
|
10849
|
+
"value": "<alias>",
|
|
10850
|
+
"required": false,
|
|
10851
|
+
"description": "mdkg task done <id-or-qid> [--ws <alias>] [--add-artifacts <a,...>] [--add-links <l,...>]"
|
|
9334
10852
|
}
|
|
9335
10853
|
],
|
|
9336
10854
|
"output_formats": [
|
|
@@ -9408,17 +10926,41 @@
|
|
|
9408
10926
|
"required": false,
|
|
9409
10927
|
"description": "--help, -h Show help"
|
|
9410
10928
|
},
|
|
10929
|
+
{
|
|
10930
|
+
"name": "--json",
|
|
10931
|
+
"value": null,
|
|
10932
|
+
"required": false,
|
|
10933
|
+
"description": "mdkg task start <id-or-qid> [--ws <alias>] [--run-id <id>] [--note \"<text>\"] [--json]"
|
|
10934
|
+
},
|
|
10935
|
+
{
|
|
10936
|
+
"name": "--note",
|
|
10937
|
+
"value": "\"<text>\"",
|
|
10938
|
+
"required": false,
|
|
10939
|
+
"description": "mdkg task start <id-or-qid> [--ws <alias>] [--run-id <id>] [--note \"<text>\"] [--json]"
|
|
10940
|
+
},
|
|
9411
10941
|
{
|
|
9412
10942
|
"name": "--root",
|
|
9413
10943
|
"value": null,
|
|
9414
10944
|
"required": false,
|
|
9415
10945
|
"description": "--root, -r <path> Run against a specific repo root"
|
|
9416
10946
|
},
|
|
10947
|
+
{
|
|
10948
|
+
"name": "--run-id",
|
|
10949
|
+
"value": "<id>",
|
|
10950
|
+
"required": false,
|
|
10951
|
+
"description": "mdkg task start <id-or-qid> [--ws <alias>] [--run-id <id>] [--note \"<text>\"] [--json]"
|
|
10952
|
+
},
|
|
9417
10953
|
{
|
|
9418
10954
|
"name": "--version",
|
|
9419
10955
|
"value": null,
|
|
9420
10956
|
"required": false,
|
|
9421
10957
|
"description": "--version, -V Show version"
|
|
10958
|
+
},
|
|
10959
|
+
{
|
|
10960
|
+
"name": "--ws",
|
|
10961
|
+
"value": "<alias>",
|
|
10962
|
+
"required": false,
|
|
10963
|
+
"description": "mdkg task start <id-or-qid> [--ws <alias>] [--run-id <id>] [--note \"<text>\"] [--json]"
|
|
9422
10964
|
}
|
|
9423
10965
|
],
|
|
9424
10966
|
"output_formats": [
|
|
@@ -9486,22 +11028,100 @@
|
|
|
9486
11028
|
],
|
|
9487
11029
|
"flags": [
|
|
9488
11030
|
{
|
|
9489
|
-
"name": "--
|
|
9490
|
-
"value":
|
|
11031
|
+
"name": "--add-artifacts",
|
|
11032
|
+
"value": "<a,...>",
|
|
9491
11033
|
"required": false,
|
|
9492
|
-
"description": "--
|
|
11034
|
+
"description": "[--add-artifacts <a,...>] [--add-links <l,...>] [--add-refs <id,...>]"
|
|
9493
11035
|
},
|
|
9494
11036
|
{
|
|
9495
|
-
"name": "--
|
|
9496
|
-
"value":
|
|
11037
|
+
"name": "--add-blocked-by",
|
|
11038
|
+
"value": "<id,...>",
|
|
9497
11039
|
"required": false,
|
|
9498
|
-
"description": "--
|
|
11040
|
+
"description": "[--add-skills <slug,...>] [--add-tags <tag,...>] [--add-blocked-by <id,...>]"
|
|
9499
11041
|
},
|
|
9500
11042
|
{
|
|
9501
|
-
"name": "--
|
|
9502
|
-
"value":
|
|
11043
|
+
"name": "--add-links",
|
|
11044
|
+
"value": "<l,...>",
|
|
11045
|
+
"required": false,
|
|
11046
|
+
"description": "[--add-artifacts <a,...>] [--add-links <l,...>] [--add-refs <id,...>]"
|
|
11047
|
+
},
|
|
11048
|
+
{
|
|
11049
|
+
"name": "--add-refs",
|
|
11050
|
+
"value": "<id,...>",
|
|
11051
|
+
"required": false,
|
|
11052
|
+
"description": "[--add-artifacts <a,...>] [--add-links <l,...>] [--add-refs <id,...>]"
|
|
11053
|
+
},
|
|
11054
|
+
{
|
|
11055
|
+
"name": "--add-skills",
|
|
11056
|
+
"value": "<slug,...>",
|
|
11057
|
+
"required": false,
|
|
11058
|
+
"description": "[--add-skills <slug,...>] [--add-tags <tag,...>] [--add-blocked-by <id,...>]"
|
|
11059
|
+
},
|
|
11060
|
+
{
|
|
11061
|
+
"name": "--add-tags",
|
|
11062
|
+
"value": "<tag,...>",
|
|
11063
|
+
"required": false,
|
|
11064
|
+
"description": "[--add-skills <slug,...>] [--add-tags <tag,...>] [--add-blocked-by <id,...>]"
|
|
11065
|
+
},
|
|
11066
|
+
{
|
|
11067
|
+
"name": "--clear-blocked-by",
|
|
11068
|
+
"value": null,
|
|
11069
|
+
"required": false,
|
|
11070
|
+
"description": "[--clear-blocked-by] [--run-id <id>] [--note \"<text>\"] [--json]"
|
|
11071
|
+
},
|
|
11072
|
+
{
|
|
11073
|
+
"name": "--help",
|
|
11074
|
+
"value": null,
|
|
11075
|
+
"required": false,
|
|
11076
|
+
"description": "--help, -h Show help"
|
|
11077
|
+
},
|
|
11078
|
+
{
|
|
11079
|
+
"name": "--json",
|
|
11080
|
+
"value": null,
|
|
11081
|
+
"required": false,
|
|
11082
|
+
"description": "[--clear-blocked-by] [--run-id <id>] [--note \"<text>\"] [--json]"
|
|
11083
|
+
},
|
|
11084
|
+
{
|
|
11085
|
+
"name": "--note",
|
|
11086
|
+
"value": "\"<text>\"",
|
|
11087
|
+
"required": false,
|
|
11088
|
+
"description": "[--clear-blocked-by] [--run-id <id>] [--note \"<text>\"] [--json]"
|
|
11089
|
+
},
|
|
11090
|
+
{
|
|
11091
|
+
"name": "--priority",
|
|
11092
|
+
"value": "<n>",
|
|
11093
|
+
"required": false,
|
|
11094
|
+
"description": "mdkg task update <id-or-qid> [--ws <alias>] [--status <status>] [--priority <n>]"
|
|
11095
|
+
},
|
|
11096
|
+
{
|
|
11097
|
+
"name": "--root",
|
|
11098
|
+
"value": null,
|
|
11099
|
+
"required": false,
|
|
11100
|
+
"description": "--root, -r <path> Run against a specific repo root"
|
|
11101
|
+
},
|
|
11102
|
+
{
|
|
11103
|
+
"name": "--run-id",
|
|
11104
|
+
"value": "<id>",
|
|
11105
|
+
"required": false,
|
|
11106
|
+
"description": "[--clear-blocked-by] [--run-id <id>] [--note \"<text>\"] [--json]"
|
|
11107
|
+
},
|
|
11108
|
+
{
|
|
11109
|
+
"name": "--status",
|
|
11110
|
+
"value": "<status>",
|
|
11111
|
+
"required": false,
|
|
11112
|
+
"description": "mdkg task update <id-or-qid> [--ws <alias>] [--status <status>] [--priority <n>]"
|
|
11113
|
+
},
|
|
11114
|
+
{
|
|
11115
|
+
"name": "--version",
|
|
11116
|
+
"value": null,
|
|
9503
11117
|
"required": false,
|
|
9504
11118
|
"description": "--version, -V Show version"
|
|
11119
|
+
},
|
|
11120
|
+
{
|
|
11121
|
+
"name": "--ws",
|
|
11122
|
+
"value": "<alias>",
|
|
11123
|
+
"required": false,
|
|
11124
|
+
"description": "mdkg task update <id-or-qid> [--ws <alias>] [--status <status>] [--priority <n>]"
|
|
9505
11125
|
}
|
|
9506
11126
|
],
|
|
9507
11127
|
"output_formats": [
|
|
@@ -9565,13 +11185,13 @@
|
|
|
9565
11185
|
"name": "--apply",
|
|
9566
11186
|
"value": null,
|
|
9567
11187
|
"required": false,
|
|
9568
|
-
"description": "
|
|
11188
|
+
"description": "mdkg upgrade [--dry-run] [--apply] [--json]"
|
|
9569
11189
|
},
|
|
9570
11190
|
{
|
|
9571
11191
|
"name": "--dry-run",
|
|
9572
11192
|
"value": null,
|
|
9573
11193
|
"required": false,
|
|
9574
|
-
"description": "--dry-run
|
|
11194
|
+
"description": "mdkg upgrade [--dry-run] [--apply] [--json]"
|
|
9575
11195
|
},
|
|
9576
11196
|
{
|
|
9577
11197
|
"name": "--help",
|
|
@@ -9583,7 +11203,7 @@
|
|
|
9583
11203
|
"name": "--json",
|
|
9584
11204
|
"value": null,
|
|
9585
11205
|
"required": false,
|
|
9586
|
-
"description": "--
|
|
11206
|
+
"description": "mdkg upgrade [--dry-run] [--apply] [--json]"
|
|
9587
11207
|
},
|
|
9588
11208
|
{
|
|
9589
11209
|
"name": "--root",
|
|
@@ -9664,9 +11284,9 @@
|
|
|
9664
11284
|
"flags": [
|
|
9665
11285
|
{
|
|
9666
11286
|
"name": "--changed-only",
|
|
9667
|
-
"value":
|
|
11287
|
+
"value": null,
|
|
9668
11288
|
"required": false,
|
|
9669
|
-
"description": "--
|
|
11289
|
+
"description": "mdkg validate [--out <path>] [--json-out <path>] [--quiet] [--changed-only] [--summary] [--limit <n>] [--profile <name>] [--json]"
|
|
9670
11290
|
},
|
|
9671
11291
|
{
|
|
9672
11292
|
"name": "--help",
|
|
@@ -9674,29 +11294,41 @@
|
|
|
9674
11294
|
"required": false,
|
|
9675
11295
|
"description": "--help, -h Show help"
|
|
9676
11296
|
},
|
|
11297
|
+
{
|
|
11298
|
+
"name": "--json",
|
|
11299
|
+
"value": null,
|
|
11300
|
+
"required": false,
|
|
11301
|
+
"description": "mdkg validate [--out <path>] [--json-out <path>] [--quiet] [--changed-only] [--summary] [--limit <n>] [--profile <name>] [--json]"
|
|
11302
|
+
},
|
|
9677
11303
|
{
|
|
9678
11304
|
"name": "--json-out",
|
|
9679
|
-
"value": "
|
|
11305
|
+
"value": "<path>",
|
|
9680
11306
|
"required": false,
|
|
9681
|
-
"description": "--out
|
|
11307
|
+
"description": "mdkg validate [--out <path>] [--json-out <path>] [--quiet] [--changed-only] [--summary] [--limit <n>] [--profile <name>] [--json]"
|
|
9682
11308
|
},
|
|
9683
11309
|
{
|
|
9684
11310
|
"name": "--limit",
|
|
9685
|
-
"value": "
|
|
11311
|
+
"value": "<n>",
|
|
9686
11312
|
"required": false,
|
|
9687
|
-
"description": "
|
|
11313
|
+
"description": "mdkg validate [--out <path>] [--json-out <path>] [--quiet] [--changed-only] [--summary] [--limit <n>] [--profile <name>] [--json]"
|
|
9688
11314
|
},
|
|
9689
11315
|
{
|
|
9690
11316
|
"name": "--out",
|
|
9691
|
-
"value": "
|
|
11317
|
+
"value": "<path>",
|
|
9692
11318
|
"required": false,
|
|
9693
|
-
"description": "--out
|
|
11319
|
+
"description": "mdkg validate [--out <path>] [--json-out <path>] [--quiet] [--changed-only] [--summary] [--limit <n>] [--profile <name>] [--json]"
|
|
9694
11320
|
},
|
|
9695
11321
|
{
|
|
9696
11322
|
"name": "--profile",
|
|
9697
|
-
"value": "
|
|
11323
|
+
"value": "<name>",
|
|
9698
11324
|
"required": false,
|
|
9699
|
-
"description": "
|
|
11325
|
+
"description": "mdkg validate [--out <path>] [--json-out <path>] [--quiet] [--changed-only] [--summary] [--limit <n>] [--profile <name>] [--json]"
|
|
11326
|
+
},
|
|
11327
|
+
{
|
|
11328
|
+
"name": "--quiet",
|
|
11329
|
+
"value": null,
|
|
11330
|
+
"required": false,
|
|
11331
|
+
"description": "mdkg validate [--out <path>] [--json-out <path>] [--quiet] [--changed-only] [--summary] [--limit <n>] [--profile <name>] [--json]"
|
|
9700
11332
|
},
|
|
9701
11333
|
{
|
|
9702
11334
|
"name": "--root",
|
|
@@ -9706,9 +11338,9 @@
|
|
|
9706
11338
|
},
|
|
9707
11339
|
{
|
|
9708
11340
|
"name": "--summary",
|
|
9709
|
-
"value":
|
|
11341
|
+
"value": null,
|
|
9710
11342
|
"required": false,
|
|
9711
|
-
"description": "
|
|
11343
|
+
"description": "mdkg validate [--out <path>] [--json-out <path>] [--quiet] [--changed-only] [--summary] [--limit <n>] [--profile <name>] [--json]"
|
|
9712
11344
|
},
|
|
9713
11345
|
{
|
|
9714
11346
|
"name": "--version",
|
|
@@ -9791,12 +11423,30 @@
|
|
|
9791
11423
|
"required": false,
|
|
9792
11424
|
"description": "--help, -h Show help"
|
|
9793
11425
|
},
|
|
11426
|
+
{
|
|
11427
|
+
"name": "--json",
|
|
11428
|
+
"value": null,
|
|
11429
|
+
"required": false,
|
|
11430
|
+
"description": "mdkg work validate [<id-or-qid>] [--type <workflow-type>] [--profile <name>] [--json]"
|
|
11431
|
+
},
|
|
11432
|
+
{
|
|
11433
|
+
"name": "--profile",
|
|
11434
|
+
"value": "<name>",
|
|
11435
|
+
"required": false,
|
|
11436
|
+
"description": "mdkg work validate [<id-or-qid>] [--type <workflow-type>] [--profile <name>] [--json]"
|
|
11437
|
+
},
|
|
9794
11438
|
{
|
|
9795
11439
|
"name": "--root",
|
|
9796
11440
|
"value": null,
|
|
9797
11441
|
"required": false,
|
|
9798
11442
|
"description": "--root, -r <path> Run against a specific repo root"
|
|
9799
11443
|
},
|
|
11444
|
+
{
|
|
11445
|
+
"name": "--type",
|
|
11446
|
+
"value": "<workflow-type>",
|
|
11447
|
+
"required": false,
|
|
11448
|
+
"description": "mdkg work validate [<id-or-qid>] [--type <workflow-type>] [--profile <name>] [--json]"
|
|
11449
|
+
},
|
|
9800
11450
|
{
|
|
9801
11451
|
"name": "--version",
|
|
9802
11452
|
"value": null,
|
|
@@ -9883,6 +11533,24 @@
|
|
|
9883
11533
|
"required": false,
|
|
9884
11534
|
"description": "--help, -h Show help"
|
|
9885
11535
|
},
|
|
11536
|
+
{
|
|
11537
|
+
"name": "--id",
|
|
11538
|
+
"value": "<archive.id>",
|
|
11539
|
+
"required": false,
|
|
11540
|
+
"description": "mdkg work artifact add <order-or-receipt-id-or-qid> <file> [--id <archive.id>] [--kind source|artifact] [--json]"
|
|
11541
|
+
},
|
|
11542
|
+
{
|
|
11543
|
+
"name": "--json",
|
|
11544
|
+
"value": null,
|
|
11545
|
+
"required": false,
|
|
11546
|
+
"description": "mdkg work artifact add <order-or-receipt-id-or-qid> <file> [--id <archive.id>] [--kind source|artifact] [--json]"
|
|
11547
|
+
},
|
|
11548
|
+
{
|
|
11549
|
+
"name": "--kind",
|
|
11550
|
+
"value": "source|artifact",
|
|
11551
|
+
"required": false,
|
|
11552
|
+
"description": "mdkg work artifact add <order-or-receipt-id-or-qid> <file> [--id <archive.id>] [--kind source|artifact] [--json]"
|
|
11553
|
+
},
|
|
9886
11554
|
{
|
|
9887
11555
|
"name": "--root",
|
|
9888
11556
|
"value": null,
|
|
@@ -9963,6 +11631,12 @@
|
|
|
9963
11631
|
{
|
|
9964
11632
|
"name": "--agent-id",
|
|
9965
11633
|
"value": "<agent.id>",
|
|
11634
|
+
"required": true,
|
|
11635
|
+
"description": "mdkg work contract new \"<title>\" --id <work.id> --agent-id <agent.id> --kind <kind> --inputs <...> --outputs <...> [--contract-profile <name>] [--required-capabilities <...>] [--pricing-model <...>] [--json]"
|
|
11636
|
+
},
|
|
11637
|
+
{
|
|
11638
|
+
"name": "--contract-profile",
|
|
11639
|
+
"value": "<name>",
|
|
9966
11640
|
"required": false,
|
|
9967
11641
|
"description": "mdkg work contract new \"<title>\" --id <work.id> --agent-id <agent.id> --kind <kind> --inputs <...> --outputs <...> [--contract-profile <name>] [--required-capabilities <...>] [--pricing-model <...>] [--json]"
|
|
9968
11642
|
},
|
|
@@ -9975,24 +11649,42 @@
|
|
|
9975
11649
|
{
|
|
9976
11650
|
"name": "--id",
|
|
9977
11651
|
"value": "<work.id>",
|
|
9978
|
-
"required":
|
|
11652
|
+
"required": true,
|
|
9979
11653
|
"description": "mdkg work contract new \"<title>\" --id <work.id> --agent-id <agent.id> --kind <kind> --inputs <...> --outputs <...> [--contract-profile <name>] [--required-capabilities <...>] [--pricing-model <...>] [--json]"
|
|
9980
11654
|
},
|
|
9981
11655
|
{
|
|
9982
11656
|
"name": "--inputs",
|
|
9983
11657
|
"value": "<...>",
|
|
11658
|
+
"required": true,
|
|
11659
|
+
"description": "mdkg work contract new \"<title>\" --id <work.id> --agent-id <agent.id> --kind <kind> --inputs <...> --outputs <...> [--contract-profile <name>] [--required-capabilities <...>] [--pricing-model <...>] [--json]"
|
|
11660
|
+
},
|
|
11661
|
+
{
|
|
11662
|
+
"name": "--json",
|
|
11663
|
+
"value": null,
|
|
9984
11664
|
"required": false,
|
|
9985
11665
|
"description": "mdkg work contract new \"<title>\" --id <work.id> --agent-id <agent.id> --kind <kind> --inputs <...> --outputs <...> [--contract-profile <name>] [--required-capabilities <...>] [--pricing-model <...>] [--json]"
|
|
9986
11666
|
},
|
|
9987
11667
|
{
|
|
9988
11668
|
"name": "--kind",
|
|
9989
11669
|
"value": "<kind>",
|
|
9990
|
-
"required":
|
|
11670
|
+
"required": true,
|
|
9991
11671
|
"description": "mdkg work contract new \"<title>\" --id <work.id> --agent-id <agent.id> --kind <kind> --inputs <...> --outputs <...> [--contract-profile <name>] [--required-capabilities <...>] [--pricing-model <...>] [--json]"
|
|
9992
11672
|
},
|
|
9993
11673
|
{
|
|
9994
11674
|
"name": "--outputs",
|
|
9995
11675
|
"value": "<...>",
|
|
11676
|
+
"required": true,
|
|
11677
|
+
"description": "mdkg work contract new \"<title>\" --id <work.id> --agent-id <agent.id> --kind <kind> --inputs <...> --outputs <...> [--contract-profile <name>] [--required-capabilities <...>] [--pricing-model <...>] [--json]"
|
|
11678
|
+
},
|
|
11679
|
+
{
|
|
11680
|
+
"name": "--pricing-model",
|
|
11681
|
+
"value": "<...>",
|
|
11682
|
+
"required": false,
|
|
11683
|
+
"description": "mdkg work contract new \"<title>\" --id <work.id> --agent-id <agent.id> --kind <kind> --inputs <...> --outputs <...> [--contract-profile <name>] [--required-capabilities <...>] [--pricing-model <...>] [--json]"
|
|
11684
|
+
},
|
|
11685
|
+
{
|
|
11686
|
+
"name": "--required-capabilities",
|
|
11687
|
+
"value": "<...>",
|
|
9996
11688
|
"required": false,
|
|
9997
11689
|
"description": "mdkg work contract new \"<title>\" --id <work.id> --agent-id <agent.id> --kind <kind> --inputs <...> --outputs <...> [--contract-profile <name>] [--required-capabilities <...>] [--pricing-model <...>] [--json]"
|
|
9998
11690
|
},
|
|
@@ -10080,6 +11772,36 @@
|
|
|
10080
11772
|
}
|
|
10081
11773
|
],
|
|
10082
11774
|
"flags": [
|
|
11775
|
+
{
|
|
11776
|
+
"name": "--add-artifacts",
|
|
11777
|
+
"value": "<...>",
|
|
11778
|
+
"required": false,
|
|
11779
|
+
"description": "mdkg work order update <id-or-qid> [--status <status>] [--add-input-refs <...>] [--add-queue-refs <...>] [--add-artifacts <...>] [--json]"
|
|
11780
|
+
},
|
|
11781
|
+
{
|
|
11782
|
+
"name": "--add-input-refs",
|
|
11783
|
+
"value": "<...>",
|
|
11784
|
+
"required": false,
|
|
11785
|
+
"description": "mdkg work order update <id-or-qid> [--status <status>] [--add-input-refs <...>] [--add-queue-refs <...>] [--add-artifacts <...>] [--json]"
|
|
11786
|
+
},
|
|
11787
|
+
{
|
|
11788
|
+
"name": "--add-queue-refs",
|
|
11789
|
+
"value": "<...>",
|
|
11790
|
+
"required": false,
|
|
11791
|
+
"description": "mdkg work order update <id-or-qid> [--status <status>] [--add-input-refs <...>] [--add-queue-refs <...>] [--add-artifacts <...>] [--json]"
|
|
11792
|
+
},
|
|
11793
|
+
{
|
|
11794
|
+
"name": "--contract-profile",
|
|
11795
|
+
"value": "<name>",
|
|
11796
|
+
"required": false,
|
|
11797
|
+
"description": "mdkg work order new \"<title>\" --id <order.id> --work-id <work.id> --requester <ref> [--contract-profile <name>] [--validation-policy-ref <ref>] [--evidence-policy-ref <ref>] [--request-ref <ref>] [--trigger-ref <ref>] [--payload-hash <sha256:...>] [--input-refs <...>] [--queue-refs <...>] [--requested-outputs <...>] [--json]"
|
|
11798
|
+
},
|
|
11799
|
+
{
|
|
11800
|
+
"name": "--evidence-policy-ref",
|
|
11801
|
+
"value": "<ref>",
|
|
11802
|
+
"required": false,
|
|
11803
|
+
"description": "mdkg work order new \"<title>\" --id <order.id> --work-id <work.id> --requester <ref> [--contract-profile <name>] [--validation-policy-ref <ref>] [--evidence-policy-ref <ref>] [--request-ref <ref>] [--trigger-ref <ref>] [--payload-hash <sha256:...>] [--input-refs <...>] [--queue-refs <...>] [--requested-outputs <...>] [--json]"
|
|
11804
|
+
},
|
|
10083
11805
|
{
|
|
10084
11806
|
"name": "--help",
|
|
10085
11807
|
"value": null,
|
|
@@ -10092,6 +11814,42 @@
|
|
|
10092
11814
|
"required": false,
|
|
10093
11815
|
"description": "mdkg work order new \"<title>\" --id <order.id> --work-id <work.id> --requester <ref> [--contract-profile <name>] [--validation-policy-ref <ref>] [--evidence-policy-ref <ref>] [--request-ref <ref>] [--trigger-ref <ref>] [--payload-hash <sha256:...>] [--input-refs <...>] [--queue-refs <...>] [--requested-outputs <...>] [--json]"
|
|
10094
11816
|
},
|
|
11817
|
+
{
|
|
11818
|
+
"name": "--input-refs",
|
|
11819
|
+
"value": "<...>",
|
|
11820
|
+
"required": false,
|
|
11821
|
+
"description": "mdkg work order new \"<title>\" --id <order.id> --work-id <work.id> --requester <ref> [--contract-profile <name>] [--validation-policy-ref <ref>] [--evidence-policy-ref <ref>] [--request-ref <ref>] [--trigger-ref <ref>] [--payload-hash <sha256:...>] [--input-refs <...>] [--queue-refs <...>] [--requested-outputs <...>] [--json]"
|
|
11822
|
+
},
|
|
11823
|
+
{
|
|
11824
|
+
"name": "--json",
|
|
11825
|
+
"value": null,
|
|
11826
|
+
"required": false,
|
|
11827
|
+
"description": "mdkg work order new \"<title>\" --id <order.id> --work-id <work.id> --requester <ref> [--contract-profile <name>] [--validation-policy-ref <ref>] [--evidence-policy-ref <ref>] [--request-ref <ref>] [--trigger-ref <ref>] [--payload-hash <sha256:...>] [--input-refs <...>] [--queue-refs <...>] [--requested-outputs <...>] [--json]"
|
|
11828
|
+
},
|
|
11829
|
+
{
|
|
11830
|
+
"name": "--payload-hash",
|
|
11831
|
+
"value": "<sha256:...>",
|
|
11832
|
+
"required": false,
|
|
11833
|
+
"description": "mdkg work order new \"<title>\" --id <order.id> --work-id <work.id> --requester <ref> [--contract-profile <name>] [--validation-policy-ref <ref>] [--evidence-policy-ref <ref>] [--request-ref <ref>] [--trigger-ref <ref>] [--payload-hash <sha256:...>] [--input-refs <...>] [--queue-refs <...>] [--requested-outputs <...>] [--json]"
|
|
11834
|
+
},
|
|
11835
|
+
{
|
|
11836
|
+
"name": "--queue-refs",
|
|
11837
|
+
"value": "<...>",
|
|
11838
|
+
"required": false,
|
|
11839
|
+
"description": "mdkg work order new \"<title>\" --id <order.id> --work-id <work.id> --requester <ref> [--contract-profile <name>] [--validation-policy-ref <ref>] [--evidence-policy-ref <ref>] [--request-ref <ref>] [--trigger-ref <ref>] [--payload-hash <sha256:...>] [--input-refs <...>] [--queue-refs <...>] [--requested-outputs <...>] [--json]"
|
|
11840
|
+
},
|
|
11841
|
+
{
|
|
11842
|
+
"name": "--request-ref",
|
|
11843
|
+
"value": "<ref>",
|
|
11844
|
+
"required": false,
|
|
11845
|
+
"description": "mdkg work order new \"<title>\" --id <order.id> --work-id <work.id> --requester <ref> [--contract-profile <name>] [--validation-policy-ref <ref>] [--evidence-policy-ref <ref>] [--request-ref <ref>] [--trigger-ref <ref>] [--payload-hash <sha256:...>] [--input-refs <...>] [--queue-refs <...>] [--requested-outputs <...>] [--json]"
|
|
11846
|
+
},
|
|
11847
|
+
{
|
|
11848
|
+
"name": "--requested-outputs",
|
|
11849
|
+
"value": "<...>",
|
|
11850
|
+
"required": false,
|
|
11851
|
+
"description": "mdkg work order new \"<title>\" --id <order.id> --work-id <work.id> --requester <ref> [--contract-profile <name>] [--validation-policy-ref <ref>] [--evidence-policy-ref <ref>] [--request-ref <ref>] [--trigger-ref <ref>] [--payload-hash <sha256:...>] [--input-refs <...>] [--queue-refs <...>] [--requested-outputs <...>] [--json]"
|
|
11852
|
+
},
|
|
10095
11853
|
{
|
|
10096
11854
|
"name": "--requester",
|
|
10097
11855
|
"value": "<ref>",
|
|
@@ -10104,6 +11862,24 @@
|
|
|
10104
11862
|
"required": false,
|
|
10105
11863
|
"description": "--root, -r <path> Run against a specific repo root"
|
|
10106
11864
|
},
|
|
11865
|
+
{
|
|
11866
|
+
"name": "--status",
|
|
11867
|
+
"value": "<status>",
|
|
11868
|
+
"required": false,
|
|
11869
|
+
"description": "mdkg work order update <id-or-qid> [--status <status>] [--add-input-refs <...>] [--add-queue-refs <...>] [--add-artifacts <...>] [--json]"
|
|
11870
|
+
},
|
|
11871
|
+
{
|
|
11872
|
+
"name": "--trigger-ref",
|
|
11873
|
+
"value": "<ref>",
|
|
11874
|
+
"required": false,
|
|
11875
|
+
"description": "mdkg work order new \"<title>\" --id <order.id> --work-id <work.id> --requester <ref> [--contract-profile <name>] [--validation-policy-ref <ref>] [--evidence-policy-ref <ref>] [--request-ref <ref>] [--trigger-ref <ref>] [--payload-hash <sha256:...>] [--input-refs <...>] [--queue-refs <...>] [--requested-outputs <...>] [--json]"
|
|
11876
|
+
},
|
|
11877
|
+
{
|
|
11878
|
+
"name": "--validation-policy-ref",
|
|
11879
|
+
"value": "<ref>",
|
|
11880
|
+
"required": false,
|
|
11881
|
+
"description": "mdkg work order new \"<title>\" --id <order.id> --work-id <work.id> --requester <ref> [--contract-profile <name>] [--validation-policy-ref <ref>] [--evidence-policy-ref <ref>] [--request-ref <ref>] [--trigger-ref <ref>] [--payload-hash <sha256:...>] [--input-refs <...>] [--queue-refs <...>] [--requested-outputs <...>] [--json]"
|
|
11882
|
+
},
|
|
10107
11883
|
{
|
|
10108
11884
|
"name": "--version",
|
|
10109
11885
|
"value": null,
|
|
@@ -10185,6 +11961,48 @@
|
|
|
10185
11961
|
}
|
|
10186
11962
|
],
|
|
10187
11963
|
"flags": [
|
|
11964
|
+
{
|
|
11965
|
+
"name": "--add-artifacts",
|
|
11966
|
+
"value": "<...>",
|
|
11967
|
+
"required": false,
|
|
11968
|
+
"description": "mdkg work receipt update <id-or-qid> [--receipt-status <status>] [--add-artifacts <...>] [--add-proof-refs <...>] [--add-attestation-refs <...>] [--add-evidence-hashes <sha256:...>] [--json]"
|
|
11969
|
+
},
|
|
11970
|
+
{
|
|
11971
|
+
"name": "--add-attestation-refs",
|
|
11972
|
+
"value": "<...>",
|
|
11973
|
+
"required": false,
|
|
11974
|
+
"description": "mdkg work receipt update <id-or-qid> [--receipt-status <status>] [--add-artifacts <...>] [--add-proof-refs <...>] [--add-attestation-refs <...>] [--add-evidence-hashes <sha256:...>] [--json]"
|
|
11975
|
+
},
|
|
11976
|
+
{
|
|
11977
|
+
"name": "--add-evidence-hashes",
|
|
11978
|
+
"value": "<sha256:...>",
|
|
11979
|
+
"required": false,
|
|
11980
|
+
"description": "mdkg work receipt update <id-or-qid> [--receipt-status <status>] [--add-artifacts <...>] [--add-proof-refs <...>] [--add-attestation-refs <...>] [--add-evidence-hashes <sha256:...>] [--json]"
|
|
11981
|
+
},
|
|
11982
|
+
{
|
|
11983
|
+
"name": "--add-proof-refs",
|
|
11984
|
+
"value": "<...>",
|
|
11985
|
+
"required": false,
|
|
11986
|
+
"description": "mdkg work receipt update <id-or-qid> [--receipt-status <status>] [--add-artifacts <...>] [--add-proof-refs <...>] [--add-attestation-refs <...>] [--add-evidence-hashes <sha256:...>] [--json]"
|
|
11987
|
+
},
|
|
11988
|
+
{
|
|
11989
|
+
"name": "--contract-profile",
|
|
11990
|
+
"value": "<name>",
|
|
11991
|
+
"required": false,
|
|
11992
|
+
"description": "mdkg work receipt new \"<title>\" --id <receipt.id> --work-order-id <order.id> --outcome success|partial|failure [--receipt-status recorded|verified|rejected|superseded] [--redaction-policy refs_and_hashes_only|redacted_summary|external_private] [--contract-profile <name>] [--receipt-kind <kind>] [--redaction-class <class>] [--validation-policy-ref <ref>] [--evidence-policy-ref <ref>] [--evidence-hashes <sha256:...>] [--json]"
|
|
11993
|
+
},
|
|
11994
|
+
{
|
|
11995
|
+
"name": "--evidence-hashes",
|
|
11996
|
+
"value": "<sha256:...>",
|
|
11997
|
+
"required": false,
|
|
11998
|
+
"description": "mdkg work receipt new \"<title>\" --id <receipt.id> --work-order-id <order.id> --outcome success|partial|failure [--receipt-status recorded|verified|rejected|superseded] [--redaction-policy refs_and_hashes_only|redacted_summary|external_private] [--contract-profile <name>] [--receipt-kind <kind>] [--redaction-class <class>] [--validation-policy-ref <ref>] [--evidence-policy-ref <ref>] [--evidence-hashes <sha256:...>] [--json]"
|
|
11999
|
+
},
|
|
12000
|
+
{
|
|
12001
|
+
"name": "--evidence-policy-ref",
|
|
12002
|
+
"value": "<ref>",
|
|
12003
|
+
"required": false,
|
|
12004
|
+
"description": "mdkg work receipt new \"<title>\" --id <receipt.id> --work-order-id <order.id> --outcome success|partial|failure [--receipt-status recorded|verified|rejected|superseded] [--redaction-policy refs_and_hashes_only|redacted_summary|external_private] [--contract-profile <name>] [--receipt-kind <kind>] [--redaction-class <class>] [--validation-policy-ref <ref>] [--evidence-policy-ref <ref>] [--evidence-hashes <sha256:...>] [--json]"
|
|
12005
|
+
},
|
|
10188
12006
|
{
|
|
10189
12007
|
"name": "--help",
|
|
10190
12008
|
"value": null,
|
|
@@ -10197,18 +12015,54 @@
|
|
|
10197
12015
|
"required": false,
|
|
10198
12016
|
"description": "mdkg work receipt new \"<title>\" --id <receipt.id> --work-order-id <order.id> --outcome success|partial|failure [--receipt-status recorded|verified|rejected|superseded] [--redaction-policy refs_and_hashes_only|redacted_summary|external_private] [--contract-profile <name>] [--receipt-kind <kind>] [--redaction-class <class>] [--validation-policy-ref <ref>] [--evidence-policy-ref <ref>] [--evidence-hashes <sha256:...>] [--json]"
|
|
10199
12017
|
},
|
|
12018
|
+
{
|
|
12019
|
+
"name": "--json",
|
|
12020
|
+
"value": null,
|
|
12021
|
+
"required": false,
|
|
12022
|
+
"description": "mdkg work receipt new \"<title>\" --id <receipt.id> --work-order-id <order.id> --outcome success|partial|failure [--receipt-status recorded|verified|rejected|superseded] [--redaction-policy refs_and_hashes_only|redacted_summary|external_private] [--contract-profile <name>] [--receipt-kind <kind>] [--redaction-class <class>] [--validation-policy-ref <ref>] [--evidence-policy-ref <ref>] [--evidence-hashes <sha256:...>] [--json]"
|
|
12023
|
+
},
|
|
10200
12024
|
{
|
|
10201
12025
|
"name": "--outcome",
|
|
10202
12026
|
"value": "success|partial|failure",
|
|
10203
12027
|
"required": false,
|
|
10204
12028
|
"description": "mdkg work receipt new \"<title>\" --id <receipt.id> --work-order-id <order.id> --outcome success|partial|failure [--receipt-status recorded|verified|rejected|superseded] [--redaction-policy refs_and_hashes_only|redacted_summary|external_private] [--contract-profile <name>] [--receipt-kind <kind>] [--redaction-class <class>] [--validation-policy-ref <ref>] [--evidence-policy-ref <ref>] [--evidence-hashes <sha256:...>] [--json]"
|
|
10205
12029
|
},
|
|
12030
|
+
{
|
|
12031
|
+
"name": "--receipt-kind",
|
|
12032
|
+
"value": "<kind>",
|
|
12033
|
+
"required": false,
|
|
12034
|
+
"description": "mdkg work receipt new \"<title>\" --id <receipt.id> --work-order-id <order.id> --outcome success|partial|failure [--receipt-status recorded|verified|rejected|superseded] [--redaction-policy refs_and_hashes_only|redacted_summary|external_private] [--contract-profile <name>] [--receipt-kind <kind>] [--redaction-class <class>] [--validation-policy-ref <ref>] [--evidence-policy-ref <ref>] [--evidence-hashes <sha256:...>] [--json]"
|
|
12035
|
+
},
|
|
12036
|
+
{
|
|
12037
|
+
"name": "--receipt-status",
|
|
12038
|
+
"value": "recorded|verified|rejected|superseded",
|
|
12039
|
+
"required": false,
|
|
12040
|
+
"description": "mdkg work receipt new \"<title>\" --id <receipt.id> --work-order-id <order.id> --outcome success|partial|failure [--receipt-status recorded|verified|rejected|superseded] [--redaction-policy refs_and_hashes_only|redacted_summary|external_private] [--contract-profile <name>] [--receipt-kind <kind>] [--redaction-class <class>] [--validation-policy-ref <ref>] [--evidence-policy-ref <ref>] [--evidence-hashes <sha256:...>] [--json]"
|
|
12041
|
+
},
|
|
12042
|
+
{
|
|
12043
|
+
"name": "--redaction-class",
|
|
12044
|
+
"value": "<class>",
|
|
12045
|
+
"required": false,
|
|
12046
|
+
"description": "mdkg work receipt new \"<title>\" --id <receipt.id> --work-order-id <order.id> --outcome success|partial|failure [--receipt-status recorded|verified|rejected|superseded] [--redaction-policy refs_and_hashes_only|redacted_summary|external_private] [--contract-profile <name>] [--receipt-kind <kind>] [--redaction-class <class>] [--validation-policy-ref <ref>] [--evidence-policy-ref <ref>] [--evidence-hashes <sha256:...>] [--json]"
|
|
12047
|
+
},
|
|
12048
|
+
{
|
|
12049
|
+
"name": "--redaction-policy",
|
|
12050
|
+
"value": "refs_and_hashes_only|redacted_summary|external_private",
|
|
12051
|
+
"required": false,
|
|
12052
|
+
"description": "mdkg work receipt new \"<title>\" --id <receipt.id> --work-order-id <order.id> --outcome success|partial|failure [--receipt-status recorded|verified|rejected|superseded] [--redaction-policy refs_and_hashes_only|redacted_summary|external_private] [--contract-profile <name>] [--receipt-kind <kind>] [--redaction-class <class>] [--validation-policy-ref <ref>] [--evidence-policy-ref <ref>] [--evidence-hashes <sha256:...>] [--json]"
|
|
12053
|
+
},
|
|
10206
12054
|
{
|
|
10207
12055
|
"name": "--root",
|
|
10208
12056
|
"value": null,
|
|
10209
12057
|
"required": false,
|
|
10210
12058
|
"description": "--root, -r <path> Run against a specific repo root"
|
|
10211
12059
|
},
|
|
12060
|
+
{
|
|
12061
|
+
"name": "--validation-policy-ref",
|
|
12062
|
+
"value": "<ref>",
|
|
12063
|
+
"required": false,
|
|
12064
|
+
"description": "mdkg work receipt new \"<title>\" --id <receipt.id> --work-order-id <order.id> --outcome success|partial|failure [--receipt-status recorded|verified|rejected|superseded] [--redaction-policy refs_and_hashes_only|redacted_summary|external_private] [--contract-profile <name>] [--receipt-kind <kind>] [--redaction-class <class>] [--validation-policy-ref <ref>] [--evidence-policy-ref <ref>] [--evidence-hashes <sha256:...>] [--json]"
|
|
12065
|
+
},
|
|
10212
12066
|
{
|
|
10213
12067
|
"name": "--version",
|
|
10214
12068
|
"value": null,
|
|
@@ -10294,6 +12148,12 @@
|
|
|
10294
12148
|
}
|
|
10295
12149
|
],
|
|
10296
12150
|
"flags": [
|
|
12151
|
+
{
|
|
12152
|
+
"name": "--enqueue",
|
|
12153
|
+
"value": "<queue>",
|
|
12154
|
+
"required": false,
|
|
12155
|
+
"description": "mdkg work trigger <work-or-capability-ref> [--id <order.id>] [--title \"<title>\"] [--requester <ref>] [--enqueue <queue>] [--json]"
|
|
12156
|
+
},
|
|
10297
12157
|
{
|
|
10298
12158
|
"name": "--help",
|
|
10299
12159
|
"value": null,
|
|
@@ -10302,21 +12162,21 @@
|
|
|
10302
12162
|
},
|
|
10303
12163
|
{
|
|
10304
12164
|
"name": "--id",
|
|
10305
|
-
"value": "order.
|
|
12165
|
+
"value": "<order.id>",
|
|
10306
12166
|
"required": false,
|
|
10307
|
-
"description": "mdkg work trigger work
|
|
12167
|
+
"description": "mdkg work trigger <work-or-capability-ref> [--id <order.id>] [--title \"<title>\"] [--requester <ref>] [--enqueue <queue>] [--json]"
|
|
10308
12168
|
},
|
|
10309
12169
|
{
|
|
10310
12170
|
"name": "--json",
|
|
10311
12171
|
"value": null,
|
|
10312
12172
|
"required": false,
|
|
10313
|
-
"description": "mdkg work trigger work
|
|
12173
|
+
"description": "mdkg work trigger <work-or-capability-ref> [--id <order.id>] [--title \"<title>\"] [--requester <ref>] [--enqueue <queue>] [--json]"
|
|
10314
12174
|
},
|
|
10315
12175
|
{
|
|
10316
12176
|
"name": "--requester",
|
|
10317
|
-
"value": "
|
|
12177
|
+
"value": "<ref>",
|
|
10318
12178
|
"required": false,
|
|
10319
|
-
"description": "mdkg work trigger work
|
|
12179
|
+
"description": "mdkg work trigger <work-or-capability-ref> [--id <order.id>] [--title \"<title>\"] [--requester <ref>] [--enqueue <queue>] [--json]"
|
|
10320
12180
|
},
|
|
10321
12181
|
{
|
|
10322
12182
|
"name": "--root",
|
|
@@ -10324,6 +12184,12 @@
|
|
|
10324
12184
|
"required": false,
|
|
10325
12185
|
"description": "--root, -r <path> Run against a specific repo root"
|
|
10326
12186
|
},
|
|
12187
|
+
{
|
|
12188
|
+
"name": "--title",
|
|
12189
|
+
"value": "\"<title>\"",
|
|
12190
|
+
"required": false,
|
|
12191
|
+
"description": "mdkg work trigger <work-or-capability-ref> [--id <order.id>] [--title \"<title>\"] [--requester <ref>] [--enqueue <queue>] [--json]"
|
|
12192
|
+
},
|
|
10327
12193
|
{
|
|
10328
12194
|
"name": "--version",
|
|
10329
12195
|
"value": null,
|
|
@@ -10402,11 +12268,17 @@
|
|
|
10402
12268
|
"required": false,
|
|
10403
12269
|
"description": "--help, -h Show help"
|
|
10404
12270
|
},
|
|
12271
|
+
{
|
|
12272
|
+
"name": "--json",
|
|
12273
|
+
"value": null,
|
|
12274
|
+
"required": false,
|
|
12275
|
+
"description": "mdkg work validate [<id-or-qid>] [--type manifest|spec|work|work_order|receipt|feedback|dispute|proposal] [--profile <name>] [--json]"
|
|
12276
|
+
},
|
|
10405
12277
|
{
|
|
10406
12278
|
"name": "--profile",
|
|
10407
|
-
"value": "
|
|
12279
|
+
"value": "<name>",
|
|
10408
12280
|
"required": false,
|
|
10409
|
-
"description": "
|
|
12281
|
+
"description": "mdkg work validate [<id-or-qid>] [--type manifest|spec|work|work_order|receipt|feedback|dispute|proposal] [--profile <name>] [--json]"
|
|
10410
12282
|
},
|
|
10411
12283
|
{
|
|
10412
12284
|
"name": "--root",
|
|
@@ -10414,6 +12286,12 @@
|
|
|
10414
12286
|
"required": false,
|
|
10415
12287
|
"description": "--root, -r <path> Run against a specific repo root"
|
|
10416
12288
|
},
|
|
12289
|
+
{
|
|
12290
|
+
"name": "--type",
|
|
12291
|
+
"value": "manifest|spec|work|work_order|receipt|feedback|dispute|proposal",
|
|
12292
|
+
"required": false,
|
|
12293
|
+
"description": "mdkg work validate [<id-or-qid>] [--type manifest|spec|work|work_order|receipt|feedback|dispute|proposal] [--profile <name>] [--json]"
|
|
12294
|
+
},
|
|
10417
12295
|
{
|
|
10418
12296
|
"name": "--version",
|
|
10419
12297
|
"value": null,
|
|
@@ -10496,6 +12374,18 @@
|
|
|
10496
12374
|
"required": false,
|
|
10497
12375
|
"description": "--help, -h Show help"
|
|
10498
12376
|
},
|
|
12377
|
+
{
|
|
12378
|
+
"name": "--json",
|
|
12379
|
+
"value": null,
|
|
12380
|
+
"required": false,
|
|
12381
|
+
"description": "mdkg workspace ls [--json]"
|
|
12382
|
+
},
|
|
12383
|
+
{
|
|
12384
|
+
"name": "--mdkg-dir",
|
|
12385
|
+
"value": "<dir>",
|
|
12386
|
+
"required": false,
|
|
12387
|
+
"description": "mdkg workspace add <alias> <path> [--mdkg-dir <dir>] [--visibility <level>] [--json]"
|
|
12388
|
+
},
|
|
10499
12389
|
{
|
|
10500
12390
|
"name": "--root",
|
|
10501
12391
|
"value": null,
|
|
@@ -10507,6 +12397,12 @@
|
|
|
10507
12397
|
"value": null,
|
|
10508
12398
|
"required": false,
|
|
10509
12399
|
"description": "--version, -V Show version"
|
|
12400
|
+
},
|
|
12401
|
+
{
|
|
12402
|
+
"name": "--visibility",
|
|
12403
|
+
"value": "<level>",
|
|
12404
|
+
"required": false,
|
|
12405
|
+
"description": "mdkg workspace add <alias> <path> [--mdkg-dir <dir>] [--visibility <level>] [--json]"
|
|
10510
12406
|
}
|
|
10511
12407
|
],
|
|
10512
12408
|
"output_formats": [
|
|
@@ -10556,5 +12452,5 @@
|
|
|
10556
12452
|
}
|
|
10557
12453
|
}
|
|
10558
12454
|
],
|
|
10559
|
-
"contract_hash": "
|
|
12455
|
+
"contract_hash": "0ab5c4cc2288334720c20a27f7d141776d7e9b92420a1592bc4ffabbb508701d"
|
|
10560
12456
|
}
|