@rulemetric/cli 0.20.0 → 0.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/dev.js +0 -0
- package/dist/{chunk-RAOV3MFF.js → chunk-254I3NH2.js} +1 -1
- package/dist/{chunk-KUD7LWJJ.js → chunk-2EXQM3UF.js} +1 -1
- package/dist/{chunk-LDFGM37E.js → chunk-4K3MVOVQ.js} +2 -2
- package/dist/{chunk-4W5BF4ZN.js → chunk-5JYK5HWH.js} +1 -1
- package/dist/chunk-A4YGEMXC.js +1 -0
- package/dist/{chunk-K2PI3OGV.js → chunk-D6B2DJE6.js} +1 -1
- package/dist/{chunk-IULEYP4V.js → chunk-DRX65ZLX.js} +1 -1
- package/dist/{chunk-EA3X4TAE.js → chunk-FG5EISSP.js} +1 -1
- package/dist/chunk-GJLZWEMQ.js +1 -0
- package/dist/{chunk-HN2MRF25.js → chunk-HEO56SKT.js} +1 -1
- package/dist/{chunk-25JPYUEV.js → chunk-LVAIQTYA.js} +1 -1
- package/dist/{chunk-BXXC3VXB.js → chunk-MJAIG2EY.js} +3 -3
- package/dist/chunk-MN4GOU3T.js +1 -0
- package/dist/{chunk-XQEI7NOC.js → chunk-NXQUM2GW.js} +1 -1
- package/dist/{chunk-YL62YV7G.js → chunk-OGMQEA3L.js} +1 -1
- package/dist/{chunk-6NTW62L4.js → chunk-PWZY2P65.js} +1 -1
- package/dist/{chunk-6XCD343D.js → chunk-QFHWFULY.js} +1 -1
- package/dist/{chunk-KYJ6WAPX.js → chunk-VGBATQZ3.js} +1 -1
- package/dist/chunk-W67OZWQV.js +1 -0
- package/dist/chunk-XQ5ENDKO.js +1 -0
- package/dist/{chunk-P2N4KRAR.js → chunk-YUSY3IHE.js} +1 -1
- package/dist/commands/evals/agent.js +1 -1
- package/dist/commands/experiments/admissions.js +1 -0
- package/dist/commands/experiments/reuse.js +1 -1
- package/dist/commands/sessions/list.js +1 -1
- package/dist/commands/suggestions/accept.js +1 -1
- package/dist/commands/suggestions/undo.js +1 -1
- package/dist/dashboard/Dashboard.js +1 -1
- package/dist/dashboard/data.js +1 -1
- package/dist/dashboard/launcher/LauncherOverlay.js +1 -1
- package/dist/{dist-D2HLWE5I.js → dist-TNM2RNPT.js} +1 -1
- package/dist/harbor/cost_delta.py +0 -0
- package/dist/harbor/rm-batch-task/solution/solve.sh +0 -0
- package/dist/harbor/rm-batch-task/tests/test.sh +0 -0
- package/dist/harbor/rm-locality-task/solution/solve.sh +0 -0
- package/dist/harbor/rm-locality-task/tests/test.sh +0 -0
- package/dist/harbor/rm-migrations-task/solution/solve.sh +0 -0
- package/dist/harbor/rm-migrations-task/tests/test.sh +0 -0
- package/dist/harbor/rm-pagination-task/solution/solve.sh +0 -0
- package/dist/harbor/rm-pagination-task/tests/test.sh +0 -0
- package/dist/harbor/run.sh +0 -0
- package/dist/lib/agent-loop.js +1 -1
- package/dist/lib/agent-presence.js +1 -1
- package/dist/lib/experiment-reuse.js +1 -1
- package/dist/lib/gateway-entry.js +0 -0
- package/dist/lib/instructions/acceptance/accept-hook.js +1 -1
- package/dist/lib/instructions/acceptance/suggestion-accept.js +1 -1
- package/dist/lib/jobs/handlers/cron-auto-accept-suggestions.js +1 -1
- package/dist/lib/jobs/handlers/cron-instruction-training.js +1 -1
- package/dist/lib/jobs/handlers/prepare-isolated-launch.js +1 -1
- package/dist/lib/jobs/handlers/prepare-suggestion-live.js +1 -1
- package/dist/lib/jobs/handlers/process-eval.js +1 -1
- package/dist/lib/jobs/handlers/process-launch.js +1 -1
- package/dist/lib/jobs/handlers/process-run-cleanup.js +1 -1
- package/dist/lib/jobs/handlers/process-suggestion-adoption.js +1 -1
- package/dist/lib/jobs/handlers/process-suggestion-discovery.js +1 -1
- package/dist/lib/jobs/handlers/process-suggestion-eval.js +1 -1
- package/dist/lib/projects/workspace/worktree.js +1 -1
- package/dist/lib/study-fixture.js +1 -1
- package/dist/lib/suggestion-discovery.js +1 -1
- package/dist/lib/transcript-sync.js +1 -1
- package/oclif.manifest.json +599 -553
- package/package.json +28 -28
- package/dist/chunk-D6CXQBMN.js +0 -1
- package/dist/chunk-E6O2IFOK.js +0 -1
- package/dist/chunk-FKUFJWII.js +0 -1
- package/dist/chunk-JES2CV5Z.js +0 -1
- package/dist/chunk-XLFVX7N7.js +0 -1
- /package/dist/{chunk-4XIYUMTD.js → chunk-OLOECA5V.js} +0 -0
package/oclif.manifest.json
CHANGED
|
@@ -937,212 +937,6 @@
|
|
|
937
937
|
"list.js"
|
|
938
938
|
]
|
|
939
939
|
},
|
|
940
|
-
"experiments:enroll": {
|
|
941
|
-
"aliases": [],
|
|
942
|
-
"args": {},
|
|
943
|
-
"description": "Submit a fresh work request to an eligible project experiment",
|
|
944
|
-
"examples": [
|
|
945
|
-
"<%= config.bin %> experiments enroll --project /repo --family parser-repair --prompt-file task.txt"
|
|
946
|
-
],
|
|
947
|
-
"flags": {
|
|
948
|
-
"api-url": {
|
|
949
|
-
"description": "Override API base URL",
|
|
950
|
-
"env": "RULEMETRIC_API_URL",
|
|
951
|
-
"hidden": true,
|
|
952
|
-
"name": "api-url",
|
|
953
|
-
"hasDynamicHelp": false,
|
|
954
|
-
"multiple": false,
|
|
955
|
-
"type": "option"
|
|
956
|
-
},
|
|
957
|
-
"project": {
|
|
958
|
-
"char": "p",
|
|
959
|
-
"description": "Project path (defaults to current directory)",
|
|
960
|
-
"name": "project",
|
|
961
|
-
"hasDynamicHelp": false,
|
|
962
|
-
"multiple": false,
|
|
963
|
-
"type": "option"
|
|
964
|
-
},
|
|
965
|
-
"family": {
|
|
966
|
-
"description": "Task family shown by the waiting experiment",
|
|
967
|
-
"name": "family",
|
|
968
|
-
"required": true,
|
|
969
|
-
"hasDynamicHelp": false,
|
|
970
|
-
"multiple": false,
|
|
971
|
-
"type": "option"
|
|
972
|
-
},
|
|
973
|
-
"prompt-file": {
|
|
974
|
-
"description": "UTF-8 file containing a real, fresh work request",
|
|
975
|
-
"name": "prompt-file",
|
|
976
|
-
"required": true,
|
|
977
|
-
"hasDynamicHelp": false,
|
|
978
|
-
"multiple": false,
|
|
979
|
-
"type": "option"
|
|
980
|
-
},
|
|
981
|
-
"model": {
|
|
982
|
-
"description": "Optional model constraint; must match the experiment pin",
|
|
983
|
-
"name": "model",
|
|
984
|
-
"hasDynamicHelp": false,
|
|
985
|
-
"multiple": false,
|
|
986
|
-
"type": "option"
|
|
987
|
-
}
|
|
988
|
-
},
|
|
989
|
-
"hasDynamicHelp": false,
|
|
990
|
-
"hiddenAliases": [],
|
|
991
|
-
"id": "experiments:enroll",
|
|
992
|
-
"pluginAlias": "@rulemetric/cli",
|
|
993
|
-
"pluginName": "@rulemetric/cli",
|
|
994
|
-
"pluginType": "core",
|
|
995
|
-
"strict": true,
|
|
996
|
-
"enableJsonFlag": false,
|
|
997
|
-
"isESM": true,
|
|
998
|
-
"relativePath": [
|
|
999
|
-
"dist",
|
|
1000
|
-
"commands",
|
|
1001
|
-
"experiments",
|
|
1002
|
-
"enroll.js"
|
|
1003
|
-
]
|
|
1004
|
-
},
|
|
1005
|
-
"experiments:list": {
|
|
1006
|
-
"aliases": [],
|
|
1007
|
-
"args": {},
|
|
1008
|
-
"description": "List experiments with execution, metric finding, and application separately",
|
|
1009
|
-
"examples": [
|
|
1010
|
-
"<%= config.bin %> experiments list",
|
|
1011
|
-
"<%= config.bin %> experiments list --all"
|
|
1012
|
-
],
|
|
1013
|
-
"flags": {
|
|
1014
|
-
"api-url": {
|
|
1015
|
-
"description": "Override API base URL",
|
|
1016
|
-
"env": "RULEMETRIC_API_URL",
|
|
1017
|
-
"hidden": true,
|
|
1018
|
-
"name": "api-url",
|
|
1019
|
-
"hasDynamicHelp": false,
|
|
1020
|
-
"multiple": false,
|
|
1021
|
-
"type": "option"
|
|
1022
|
-
},
|
|
1023
|
-
"project": {
|
|
1024
|
-
"char": "p",
|
|
1025
|
-
"description": "Project path (defaults to current directory)",
|
|
1026
|
-
"name": "project",
|
|
1027
|
-
"hasDynamicHelp": false,
|
|
1028
|
-
"multiple": false,
|
|
1029
|
-
"type": "option"
|
|
1030
|
-
},
|
|
1031
|
-
"all": {
|
|
1032
|
-
"description": "Every project",
|
|
1033
|
-
"name": "all",
|
|
1034
|
-
"allowNo": false,
|
|
1035
|
-
"type": "boolean"
|
|
1036
|
-
}
|
|
1037
|
-
},
|
|
1038
|
-
"hasDynamicHelp": false,
|
|
1039
|
-
"hiddenAliases": [],
|
|
1040
|
-
"id": "experiments:list",
|
|
1041
|
-
"pluginAlias": "@rulemetric/cli",
|
|
1042
|
-
"pluginName": "@rulemetric/cli",
|
|
1043
|
-
"pluginType": "core",
|
|
1044
|
-
"strict": true,
|
|
1045
|
-
"enableJsonFlag": false,
|
|
1046
|
-
"isESM": true,
|
|
1047
|
-
"relativePath": [
|
|
1048
|
-
"dist",
|
|
1049
|
-
"commands",
|
|
1050
|
-
"experiments",
|
|
1051
|
-
"list.js"
|
|
1052
|
-
]
|
|
1053
|
-
},
|
|
1054
|
-
"experiments:reuse": {
|
|
1055
|
-
"aliases": [],
|
|
1056
|
-
"args": {
|
|
1057
|
-
"id": {
|
|
1058
|
-
"description": "Completed source experiment UUID",
|
|
1059
|
-
"name": "id",
|
|
1060
|
-
"required": true
|
|
1061
|
-
}
|
|
1062
|
-
},
|
|
1063
|
-
"description": "Run selected previously measured fixture tasks with a new bounded exploratory budget",
|
|
1064
|
-
"flags": {
|
|
1065
|
-
"api-url": {
|
|
1066
|
-
"description": "Override API base URL",
|
|
1067
|
-
"env": "RULEMETRIC_API_URL",
|
|
1068
|
-
"hidden": true,
|
|
1069
|
-
"name": "api-url",
|
|
1070
|
-
"hasDynamicHelp": false,
|
|
1071
|
-
"multiple": false,
|
|
1072
|
-
"type": "option"
|
|
1073
|
-
},
|
|
1074
|
-
"task": {
|
|
1075
|
-
"description": "Source task ID to reuse (repeat for multiple tasks)",
|
|
1076
|
-
"name": "task",
|
|
1077
|
-
"required": true,
|
|
1078
|
-
"hasDynamicHelp": false,
|
|
1079
|
-
"multiple": true,
|
|
1080
|
-
"type": "option"
|
|
1081
|
-
},
|
|
1082
|
-
"reason": {
|
|
1083
|
-
"description": "Why this additional exploratory execution is useful (at least 20 characters)",
|
|
1084
|
-
"name": "reason",
|
|
1085
|
-
"required": true,
|
|
1086
|
-
"hasDynamicHelp": false,
|
|
1087
|
-
"multiple": false,
|
|
1088
|
-
"type": "option"
|
|
1089
|
-
},
|
|
1090
|
-
"request-id": {
|
|
1091
|
-
"description": "Explicit UUID for a new budget; identical arguments otherwise recover the same request",
|
|
1092
|
-
"name": "request-id",
|
|
1093
|
-
"hasDynamicHelp": false,
|
|
1094
|
-
"multiple": false,
|
|
1095
|
-
"type": "option"
|
|
1096
|
-
}
|
|
1097
|
-
},
|
|
1098
|
-
"hasDynamicHelp": false,
|
|
1099
|
-
"hiddenAliases": [],
|
|
1100
|
-
"id": "experiments:reuse",
|
|
1101
|
-
"pluginAlias": "@rulemetric/cli",
|
|
1102
|
-
"pluginName": "@rulemetric/cli",
|
|
1103
|
-
"pluginType": "core",
|
|
1104
|
-
"strict": true,
|
|
1105
|
-
"enableJsonFlag": false,
|
|
1106
|
-
"isESM": true,
|
|
1107
|
-
"relativePath": [
|
|
1108
|
-
"dist",
|
|
1109
|
-
"commands",
|
|
1110
|
-
"experiments",
|
|
1111
|
-
"reuse.js"
|
|
1112
|
-
]
|
|
1113
|
-
},
|
|
1114
|
-
"gateway:ensure": {
|
|
1115
|
-
"aliases": [],
|
|
1116
|
-
"args": {},
|
|
1117
|
-
"description": "Ensure the gateway proxy is running (called by hooks, not for direct use)",
|
|
1118
|
-
"flags": {
|
|
1119
|
-
"api-url": {
|
|
1120
|
-
"description": "Override API base URL",
|
|
1121
|
-
"env": "RULEMETRIC_API_URL",
|
|
1122
|
-
"hidden": true,
|
|
1123
|
-
"name": "api-url",
|
|
1124
|
-
"hasDynamicHelp": false,
|
|
1125
|
-
"multiple": false,
|
|
1126
|
-
"type": "option"
|
|
1127
|
-
}
|
|
1128
|
-
},
|
|
1129
|
-
"hasDynamicHelp": false,
|
|
1130
|
-
"hidden": true,
|
|
1131
|
-
"hiddenAliases": [],
|
|
1132
|
-
"id": "gateway:ensure",
|
|
1133
|
-
"pluginAlias": "@rulemetric/cli",
|
|
1134
|
-
"pluginName": "@rulemetric/cli",
|
|
1135
|
-
"pluginType": "core",
|
|
1136
|
-
"strict": true,
|
|
1137
|
-
"enableJsonFlag": false,
|
|
1138
|
-
"isESM": true,
|
|
1139
|
-
"relativePath": [
|
|
1140
|
-
"dist",
|
|
1141
|
-
"commands",
|
|
1142
|
-
"gateway",
|
|
1143
|
-
"ensure.js"
|
|
1144
|
-
]
|
|
1145
|
-
},
|
|
1146
940
|
"evals:agent": {
|
|
1147
941
|
"aliases": [],
|
|
1148
942
|
"args": {},
|
|
@@ -1873,30 +1667,39 @@
|
|
|
1873
1667
|
"validate-judge.js"
|
|
1874
1668
|
]
|
|
1875
1669
|
},
|
|
1876
|
-
"
|
|
1670
|
+
"experiments:admissions": {
|
|
1877
1671
|
"aliases": [],
|
|
1878
1672
|
"args": {},
|
|
1879
|
-
"description": "
|
|
1673
|
+
"description": "Show automatic captured-task admission, exclusions and experiment links",
|
|
1880
1674
|
"flags": {
|
|
1881
|
-
"
|
|
1882
|
-
"description": "
|
|
1883
|
-
"
|
|
1675
|
+
"api-url": {
|
|
1676
|
+
"description": "Override API base URL",
|
|
1677
|
+
"env": "RULEMETRIC_API_URL",
|
|
1678
|
+
"hidden": true,
|
|
1679
|
+
"name": "api-url",
|
|
1884
1680
|
"hasDynamicHelp": false,
|
|
1885
1681
|
"multiple": false,
|
|
1886
1682
|
"type": "option"
|
|
1887
1683
|
},
|
|
1888
|
-
"
|
|
1889
|
-
"description": "
|
|
1890
|
-
"name": "
|
|
1684
|
+
"project": {
|
|
1685
|
+
"description": "Canonical project checkout path",
|
|
1686
|
+
"name": "project",
|
|
1687
|
+
"hasDynamicHelp": false,
|
|
1688
|
+
"multiple": false,
|
|
1689
|
+
"type": "option"
|
|
1690
|
+
},
|
|
1691
|
+
"offset": {
|
|
1692
|
+
"description": "Receipt pagination offset",
|
|
1693
|
+
"name": "offset",
|
|
1694
|
+
"default": 0,
|
|
1891
1695
|
"hasDynamicHelp": false,
|
|
1892
1696
|
"multiple": false,
|
|
1893
1697
|
"type": "option"
|
|
1894
1698
|
}
|
|
1895
1699
|
},
|
|
1896
1700
|
"hasDynamicHelp": false,
|
|
1897
|
-
"hidden": true,
|
|
1898
1701
|
"hiddenAliases": [],
|
|
1899
|
-
"id": "
|
|
1702
|
+
"id": "experiments:admissions",
|
|
1900
1703
|
"pluginAlias": "@rulemetric/cli",
|
|
1901
1704
|
"pluginName": "@rulemetric/cli",
|
|
1902
1705
|
"pluginType": "core",
|
|
@@ -1906,18 +1709,16 @@
|
|
|
1906
1709
|
"relativePath": [
|
|
1907
1710
|
"dist",
|
|
1908
1711
|
"commands",
|
|
1909
|
-
"
|
|
1910
|
-
"
|
|
1712
|
+
"experiments",
|
|
1713
|
+
"admissions.js"
|
|
1911
1714
|
]
|
|
1912
1715
|
},
|
|
1913
|
-
"
|
|
1716
|
+
"experiments:enroll": {
|
|
1914
1717
|
"aliases": [],
|
|
1915
1718
|
"args": {},
|
|
1916
|
-
"description": "
|
|
1719
|
+
"description": "Submit a fresh work request to an eligible project experiment",
|
|
1917
1720
|
"examples": [
|
|
1918
|
-
"<%= config.bin %>
|
|
1919
|
-
"<%= config.bin %> hooks install --global",
|
|
1920
|
-
"<%= config.bin %> hooks install --no-proxy"
|
|
1721
|
+
"<%= config.bin %> experiments enroll --project /repo --family parser-repair --prompt-file task.txt"
|
|
1921
1722
|
],
|
|
1922
1723
|
"flags": {
|
|
1923
1724
|
"api-url": {
|
|
@@ -1929,24 +1730,269 @@
|
|
|
1929
1730
|
"multiple": false,
|
|
1930
1731
|
"type": "option"
|
|
1931
1732
|
},
|
|
1932
|
-
"
|
|
1933
|
-
"
|
|
1934
|
-
"
|
|
1935
|
-
"
|
|
1936
|
-
"type": "boolean"
|
|
1937
|
-
},
|
|
1938
|
-
"project-dir": {
|
|
1939
|
-
"description": "Project directory to install hooks in (defaults to cwd)",
|
|
1940
|
-
"name": "project-dir",
|
|
1733
|
+
"project": {
|
|
1734
|
+
"char": "p",
|
|
1735
|
+
"description": "Project path (defaults to current directory)",
|
|
1736
|
+
"name": "project",
|
|
1941
1737
|
"hasDynamicHelp": false,
|
|
1942
1738
|
"multiple": false,
|
|
1943
1739
|
"type": "option"
|
|
1944
1740
|
},
|
|
1945
|
-
"
|
|
1946
|
-
"description": "
|
|
1947
|
-
"name": "
|
|
1948
|
-
"
|
|
1949
|
-
"
|
|
1741
|
+
"family": {
|
|
1742
|
+
"description": "Task family shown by the waiting experiment",
|
|
1743
|
+
"name": "family",
|
|
1744
|
+
"required": true,
|
|
1745
|
+
"hasDynamicHelp": false,
|
|
1746
|
+
"multiple": false,
|
|
1747
|
+
"type": "option"
|
|
1748
|
+
},
|
|
1749
|
+
"prompt-file": {
|
|
1750
|
+
"description": "UTF-8 file containing a real, fresh work request",
|
|
1751
|
+
"name": "prompt-file",
|
|
1752
|
+
"required": true,
|
|
1753
|
+
"hasDynamicHelp": false,
|
|
1754
|
+
"multiple": false,
|
|
1755
|
+
"type": "option"
|
|
1756
|
+
},
|
|
1757
|
+
"model": {
|
|
1758
|
+
"description": "Optional model constraint; must match the experiment pin",
|
|
1759
|
+
"name": "model",
|
|
1760
|
+
"hasDynamicHelp": false,
|
|
1761
|
+
"multiple": false,
|
|
1762
|
+
"type": "option"
|
|
1763
|
+
}
|
|
1764
|
+
},
|
|
1765
|
+
"hasDynamicHelp": false,
|
|
1766
|
+
"hiddenAliases": [],
|
|
1767
|
+
"id": "experiments:enroll",
|
|
1768
|
+
"pluginAlias": "@rulemetric/cli",
|
|
1769
|
+
"pluginName": "@rulemetric/cli",
|
|
1770
|
+
"pluginType": "core",
|
|
1771
|
+
"strict": true,
|
|
1772
|
+
"enableJsonFlag": false,
|
|
1773
|
+
"isESM": true,
|
|
1774
|
+
"relativePath": [
|
|
1775
|
+
"dist",
|
|
1776
|
+
"commands",
|
|
1777
|
+
"experiments",
|
|
1778
|
+
"enroll.js"
|
|
1779
|
+
]
|
|
1780
|
+
},
|
|
1781
|
+
"experiments:list": {
|
|
1782
|
+
"aliases": [],
|
|
1783
|
+
"args": {},
|
|
1784
|
+
"description": "List experiments with execution, metric finding, and application separately",
|
|
1785
|
+
"examples": [
|
|
1786
|
+
"<%= config.bin %> experiments list",
|
|
1787
|
+
"<%= config.bin %> experiments list --all"
|
|
1788
|
+
],
|
|
1789
|
+
"flags": {
|
|
1790
|
+
"api-url": {
|
|
1791
|
+
"description": "Override API base URL",
|
|
1792
|
+
"env": "RULEMETRIC_API_URL",
|
|
1793
|
+
"hidden": true,
|
|
1794
|
+
"name": "api-url",
|
|
1795
|
+
"hasDynamicHelp": false,
|
|
1796
|
+
"multiple": false,
|
|
1797
|
+
"type": "option"
|
|
1798
|
+
},
|
|
1799
|
+
"project": {
|
|
1800
|
+
"char": "p",
|
|
1801
|
+
"description": "Project path (defaults to current directory)",
|
|
1802
|
+
"name": "project",
|
|
1803
|
+
"hasDynamicHelp": false,
|
|
1804
|
+
"multiple": false,
|
|
1805
|
+
"type": "option"
|
|
1806
|
+
},
|
|
1807
|
+
"all": {
|
|
1808
|
+
"description": "Every project",
|
|
1809
|
+
"name": "all",
|
|
1810
|
+
"allowNo": false,
|
|
1811
|
+
"type": "boolean"
|
|
1812
|
+
}
|
|
1813
|
+
},
|
|
1814
|
+
"hasDynamicHelp": false,
|
|
1815
|
+
"hiddenAliases": [],
|
|
1816
|
+
"id": "experiments:list",
|
|
1817
|
+
"pluginAlias": "@rulemetric/cli",
|
|
1818
|
+
"pluginName": "@rulemetric/cli",
|
|
1819
|
+
"pluginType": "core",
|
|
1820
|
+
"strict": true,
|
|
1821
|
+
"enableJsonFlag": false,
|
|
1822
|
+
"isESM": true,
|
|
1823
|
+
"relativePath": [
|
|
1824
|
+
"dist",
|
|
1825
|
+
"commands",
|
|
1826
|
+
"experiments",
|
|
1827
|
+
"list.js"
|
|
1828
|
+
]
|
|
1829
|
+
},
|
|
1830
|
+
"experiments:reuse": {
|
|
1831
|
+
"aliases": [],
|
|
1832
|
+
"args": {
|
|
1833
|
+
"id": {
|
|
1834
|
+
"description": "Completed source experiment UUID",
|
|
1835
|
+
"name": "id",
|
|
1836
|
+
"required": true
|
|
1837
|
+
}
|
|
1838
|
+
},
|
|
1839
|
+
"description": "Run selected previously measured fixture tasks with a new bounded exploratory budget",
|
|
1840
|
+
"flags": {
|
|
1841
|
+
"api-url": {
|
|
1842
|
+
"description": "Override API base URL",
|
|
1843
|
+
"env": "RULEMETRIC_API_URL",
|
|
1844
|
+
"hidden": true,
|
|
1845
|
+
"name": "api-url",
|
|
1846
|
+
"hasDynamicHelp": false,
|
|
1847
|
+
"multiple": false,
|
|
1848
|
+
"type": "option"
|
|
1849
|
+
},
|
|
1850
|
+
"task": {
|
|
1851
|
+
"description": "Source task ID to reuse (repeat for multiple tasks)",
|
|
1852
|
+
"name": "task",
|
|
1853
|
+
"required": true,
|
|
1854
|
+
"hasDynamicHelp": false,
|
|
1855
|
+
"multiple": true,
|
|
1856
|
+
"type": "option"
|
|
1857
|
+
},
|
|
1858
|
+
"reason": {
|
|
1859
|
+
"description": "Why this additional exploratory execution is useful (at least 20 characters)",
|
|
1860
|
+
"name": "reason",
|
|
1861
|
+
"required": true,
|
|
1862
|
+
"hasDynamicHelp": false,
|
|
1863
|
+
"multiple": false,
|
|
1864
|
+
"type": "option"
|
|
1865
|
+
},
|
|
1866
|
+
"request-id": {
|
|
1867
|
+
"description": "Explicit UUID for a new budget; identical arguments otherwise recover the same request",
|
|
1868
|
+
"name": "request-id",
|
|
1869
|
+
"hasDynamicHelp": false,
|
|
1870
|
+
"multiple": false,
|
|
1871
|
+
"type": "option"
|
|
1872
|
+
}
|
|
1873
|
+
},
|
|
1874
|
+
"hasDynamicHelp": false,
|
|
1875
|
+
"hiddenAliases": [],
|
|
1876
|
+
"id": "experiments:reuse",
|
|
1877
|
+
"pluginAlias": "@rulemetric/cli",
|
|
1878
|
+
"pluginName": "@rulemetric/cli",
|
|
1879
|
+
"pluginType": "core",
|
|
1880
|
+
"strict": true,
|
|
1881
|
+
"enableJsonFlag": false,
|
|
1882
|
+
"isESM": true,
|
|
1883
|
+
"relativePath": [
|
|
1884
|
+
"dist",
|
|
1885
|
+
"commands",
|
|
1886
|
+
"experiments",
|
|
1887
|
+
"reuse.js"
|
|
1888
|
+
]
|
|
1889
|
+
},
|
|
1890
|
+
"gateway:ensure": {
|
|
1891
|
+
"aliases": [],
|
|
1892
|
+
"args": {},
|
|
1893
|
+
"description": "Ensure the gateway proxy is running (called by hooks, not for direct use)",
|
|
1894
|
+
"flags": {
|
|
1895
|
+
"api-url": {
|
|
1896
|
+
"description": "Override API base URL",
|
|
1897
|
+
"env": "RULEMETRIC_API_URL",
|
|
1898
|
+
"hidden": true,
|
|
1899
|
+
"name": "api-url",
|
|
1900
|
+
"hasDynamicHelp": false,
|
|
1901
|
+
"multiple": false,
|
|
1902
|
+
"type": "option"
|
|
1903
|
+
}
|
|
1904
|
+
},
|
|
1905
|
+
"hasDynamicHelp": false,
|
|
1906
|
+
"hidden": true,
|
|
1907
|
+
"hiddenAliases": [],
|
|
1908
|
+
"id": "gateway:ensure",
|
|
1909
|
+
"pluginAlias": "@rulemetric/cli",
|
|
1910
|
+
"pluginName": "@rulemetric/cli",
|
|
1911
|
+
"pluginType": "core",
|
|
1912
|
+
"strict": true,
|
|
1913
|
+
"enableJsonFlag": false,
|
|
1914
|
+
"isESM": true,
|
|
1915
|
+
"relativePath": [
|
|
1916
|
+
"dist",
|
|
1917
|
+
"commands",
|
|
1918
|
+
"gateway",
|
|
1919
|
+
"ensure.js"
|
|
1920
|
+
]
|
|
1921
|
+
},
|
|
1922
|
+
"hooks:emit-instructions": {
|
|
1923
|
+
"aliases": [],
|
|
1924
|
+
"args": {},
|
|
1925
|
+
"description": "Print a synthetic instruction snapshot (on-disk instruction files) as JSON for zero-proxy instruction linking",
|
|
1926
|
+
"flags": {
|
|
1927
|
+
"project-dir": {
|
|
1928
|
+
"description": "Project directory to scan (defaults to cwd)",
|
|
1929
|
+
"name": "project-dir",
|
|
1930
|
+
"hasDynamicHelp": false,
|
|
1931
|
+
"multiple": false,
|
|
1932
|
+
"type": "option"
|
|
1933
|
+
},
|
|
1934
|
+
"tool": {
|
|
1935
|
+
"description": "Hook tool id whose instruction files to read (claude_code, codex, copilot_agent, copilot_cli, vscode_copilot)",
|
|
1936
|
+
"name": "tool",
|
|
1937
|
+
"hasDynamicHelp": false,
|
|
1938
|
+
"multiple": false,
|
|
1939
|
+
"type": "option"
|
|
1940
|
+
}
|
|
1941
|
+
},
|
|
1942
|
+
"hasDynamicHelp": false,
|
|
1943
|
+
"hidden": true,
|
|
1944
|
+
"hiddenAliases": [],
|
|
1945
|
+
"id": "hooks:emit-instructions",
|
|
1946
|
+
"pluginAlias": "@rulemetric/cli",
|
|
1947
|
+
"pluginName": "@rulemetric/cli",
|
|
1948
|
+
"pluginType": "core",
|
|
1949
|
+
"strict": true,
|
|
1950
|
+
"enableJsonFlag": false,
|
|
1951
|
+
"isESM": true,
|
|
1952
|
+
"relativePath": [
|
|
1953
|
+
"dist",
|
|
1954
|
+
"commands",
|
|
1955
|
+
"hooks",
|
|
1956
|
+
"emit-instructions.js"
|
|
1957
|
+
]
|
|
1958
|
+
},
|
|
1959
|
+
"hooks:install": {
|
|
1960
|
+
"aliases": [],
|
|
1961
|
+
"args": {},
|
|
1962
|
+
"description": "Install session tracking hooks and context capture proxy for Claude Code",
|
|
1963
|
+
"examples": [
|
|
1964
|
+
"<%= config.bin %> hooks install",
|
|
1965
|
+
"<%= config.bin %> hooks install --global",
|
|
1966
|
+
"<%= config.bin %> hooks install --no-proxy"
|
|
1967
|
+
],
|
|
1968
|
+
"flags": {
|
|
1969
|
+
"api-url": {
|
|
1970
|
+
"description": "Override API base URL",
|
|
1971
|
+
"env": "RULEMETRIC_API_URL",
|
|
1972
|
+
"hidden": true,
|
|
1973
|
+
"name": "api-url",
|
|
1974
|
+
"hasDynamicHelp": false,
|
|
1975
|
+
"multiple": false,
|
|
1976
|
+
"type": "option"
|
|
1977
|
+
},
|
|
1978
|
+
"no-proxy": {
|
|
1979
|
+
"description": "Skip proxy/gateway configuration (hooks only)",
|
|
1980
|
+
"name": "no-proxy",
|
|
1981
|
+
"allowNo": false,
|
|
1982
|
+
"type": "boolean"
|
|
1983
|
+
},
|
|
1984
|
+
"project-dir": {
|
|
1985
|
+
"description": "Project directory to install hooks in (defaults to cwd)",
|
|
1986
|
+
"name": "project-dir",
|
|
1987
|
+
"hasDynamicHelp": false,
|
|
1988
|
+
"multiple": false,
|
|
1989
|
+
"type": "option"
|
|
1990
|
+
},
|
|
1991
|
+
"user-hooks": {
|
|
1992
|
+
"description": "Write user-level Cursor/Antigravity hooks (~/.cursor, ~/.gemini). Required for Cursor capture — its traffic bypasses the proxy.",
|
|
1993
|
+
"name": "user-hooks",
|
|
1994
|
+
"allowNo": true,
|
|
1995
|
+
"type": "boolean"
|
|
1950
1996
|
},
|
|
1951
1997
|
"global": {
|
|
1952
1998
|
"char": "g",
|
|
@@ -2728,15 +2774,12 @@
|
|
|
2728
2774
|
"versions.js"
|
|
2729
2775
|
]
|
|
2730
2776
|
},
|
|
2731
|
-
"
|
|
2777
|
+
"org:current": {
|
|
2732
2778
|
"aliases": [],
|
|
2733
2779
|
"args": {},
|
|
2734
|
-
"description": "
|
|
2780
|
+
"description": "Show the current active organization",
|
|
2735
2781
|
"examples": [
|
|
2736
|
-
"<%= config.bin %>
|
|
2737
|
-
"<%= config.bin %> proxy env --shell fish",
|
|
2738
|
-
"eval \"$(rulemetric proxy env)\"",
|
|
2739
|
-
"rulemetric proxy env --python"
|
|
2782
|
+
"<%= config.bin %> org current"
|
|
2740
2783
|
],
|
|
2741
2784
|
"flags": {
|
|
2742
2785
|
"api-url": {
|
|
@@ -2747,49 +2790,11 @@
|
|
|
2747
2790
|
"hasDynamicHelp": false,
|
|
2748
2791
|
"multiple": false,
|
|
2749
2792
|
"type": "option"
|
|
2750
|
-
},
|
|
2751
|
-
"shell": {
|
|
2752
|
-
"char": "s",
|
|
2753
|
-
"description": "Shell format (posix, fish, powershell)",
|
|
2754
|
-
"name": "shell",
|
|
2755
|
-
"default": "posix",
|
|
2756
|
-
"hasDynamicHelp": false,
|
|
2757
|
-
"multiple": false,
|
|
2758
|
-
"options": [
|
|
2759
|
-
"posix",
|
|
2760
|
-
"fish",
|
|
2761
|
-
"powershell"
|
|
2762
|
-
],
|
|
2763
|
-
"type": "option"
|
|
2764
|
-
},
|
|
2765
|
-
"python": {
|
|
2766
|
-
"description": "Include Python-specific env vars (REQUESTS_CA_BUNDLE, SSL_CERT_FILE)",
|
|
2767
|
-
"name": "python",
|
|
2768
|
-
"allowNo": false,
|
|
2769
|
-
"type": "boolean"
|
|
2770
|
-
},
|
|
2771
|
-
"node": {
|
|
2772
|
-
"description": "Include Node.js-specific env vars (NODE_EXTRA_CA_CERTS)",
|
|
2773
|
-
"name": "node",
|
|
2774
|
-
"allowNo": false,
|
|
2775
|
-
"type": "boolean"
|
|
2776
|
-
},
|
|
2777
|
-
"all": {
|
|
2778
|
-
"description": "Include env vars for all runtimes",
|
|
2779
|
-
"name": "all",
|
|
2780
|
-
"allowNo": false,
|
|
2781
|
-
"type": "boolean"
|
|
2782
|
-
},
|
|
2783
|
-
"vscode": {
|
|
2784
|
-
"description": "Output VS Code settings.json snippet for Copilot proxy",
|
|
2785
|
-
"name": "vscode",
|
|
2786
|
-
"allowNo": false,
|
|
2787
|
-
"type": "boolean"
|
|
2788
2793
|
}
|
|
2789
2794
|
},
|
|
2790
2795
|
"hasDynamicHelp": false,
|
|
2791
2796
|
"hiddenAliases": [],
|
|
2792
|
-
"id": "
|
|
2797
|
+
"id": "org:current",
|
|
2793
2798
|
"pluginAlias": "@rulemetric/cli",
|
|
2794
2799
|
"pluginName": "@rulemetric/cli",
|
|
2795
2800
|
"pluginType": "core",
|
|
@@ -2799,18 +2804,16 @@
|
|
|
2799
2804
|
"relativePath": [
|
|
2800
2805
|
"dist",
|
|
2801
2806
|
"commands",
|
|
2802
|
-
"
|
|
2803
|
-
"
|
|
2807
|
+
"org",
|
|
2808
|
+
"current.js"
|
|
2804
2809
|
]
|
|
2805
2810
|
},
|
|
2806
|
-
"
|
|
2811
|
+
"org:list": {
|
|
2807
2812
|
"aliases": [],
|
|
2808
2813
|
"args": {},
|
|
2809
|
-
"description": "
|
|
2814
|
+
"description": "List organizations the current user is a member of",
|
|
2810
2815
|
"examples": [
|
|
2811
|
-
"<%= config.bin %>
|
|
2812
|
-
"<%= config.bin %> proxy logs --follow",
|
|
2813
|
-
"<%= config.bin %> proxy logs --lines 50"
|
|
2816
|
+
"<%= config.bin %> org list"
|
|
2814
2817
|
],
|
|
2815
2818
|
"flags": {
|
|
2816
2819
|
"api-url": {
|
|
@@ -2821,27 +2824,11 @@
|
|
|
2821
2824
|
"hasDynamicHelp": false,
|
|
2822
2825
|
"multiple": false,
|
|
2823
2826
|
"type": "option"
|
|
2824
|
-
},
|
|
2825
|
-
"follow": {
|
|
2826
|
-
"char": "f",
|
|
2827
|
-
"description": "Follow log output (like tail -f)",
|
|
2828
|
-
"name": "follow",
|
|
2829
|
-
"allowNo": false,
|
|
2830
|
-
"type": "boolean"
|
|
2831
|
-
},
|
|
2832
|
-
"lines": {
|
|
2833
|
-
"char": "n",
|
|
2834
|
-
"description": "Number of lines to show",
|
|
2835
|
-
"name": "lines",
|
|
2836
|
-
"default": 30,
|
|
2837
|
-
"hasDynamicHelp": false,
|
|
2838
|
-
"multiple": false,
|
|
2839
|
-
"type": "option"
|
|
2840
2827
|
}
|
|
2841
2828
|
},
|
|
2842
2829
|
"hasDynamicHelp": false,
|
|
2843
2830
|
"hiddenAliases": [],
|
|
2844
|
-
"id": "
|
|
2831
|
+
"id": "org:list",
|
|
2845
2832
|
"pluginAlias": "@rulemetric/cli",
|
|
2846
2833
|
"pluginName": "@rulemetric/cli",
|
|
2847
2834
|
"pluginType": "core",
|
|
@@ -2851,16 +2838,23 @@
|
|
|
2851
2838
|
"relativePath": [
|
|
2852
2839
|
"dist",
|
|
2853
2840
|
"commands",
|
|
2854
|
-
"
|
|
2855
|
-
"
|
|
2841
|
+
"org",
|
|
2842
|
+
"list.js"
|
|
2856
2843
|
]
|
|
2857
2844
|
},
|
|
2858
|
-
"
|
|
2845
|
+
"org:switch": {
|
|
2859
2846
|
"aliases": [],
|
|
2860
|
-
"args": {
|
|
2861
|
-
|
|
2847
|
+
"args": {
|
|
2848
|
+
"slug": {
|
|
2849
|
+
"description": "Organization slug to switch to",
|
|
2850
|
+
"name": "slug",
|
|
2851
|
+
"required": false
|
|
2852
|
+
}
|
|
2853
|
+
},
|
|
2854
|
+
"description": "Switch the active organization",
|
|
2862
2855
|
"examples": [
|
|
2863
|
-
"<%= config.bin %>
|
|
2856
|
+
"<%= config.bin %> org switch acme",
|
|
2857
|
+
"<%= config.bin %> org switch --clear"
|
|
2864
2858
|
],
|
|
2865
2859
|
"flags": {
|
|
2866
2860
|
"api-url": {
|
|
@@ -2872,25 +2866,16 @@
|
|
|
2872
2866
|
"multiple": false,
|
|
2873
2867
|
"type": "option"
|
|
2874
2868
|
},
|
|
2875
|
-
"
|
|
2876
|
-
"
|
|
2877
|
-
"
|
|
2878
|
-
"name": "port",
|
|
2879
|
-
"hasDynamicHelp": false,
|
|
2880
|
-
"multiple": false,
|
|
2881
|
-
"type": "option"
|
|
2882
|
-
},
|
|
2883
|
-
"docker": {
|
|
2884
|
-
"char": "d",
|
|
2885
|
-
"description": "Run in Docker mode",
|
|
2886
|
-
"name": "docker",
|
|
2869
|
+
"clear": {
|
|
2870
|
+
"description": "Clear the active organization (personal mode)",
|
|
2871
|
+
"name": "clear",
|
|
2887
2872
|
"allowNo": false,
|
|
2888
2873
|
"type": "boolean"
|
|
2889
2874
|
}
|
|
2890
2875
|
},
|
|
2891
2876
|
"hasDynamicHelp": false,
|
|
2892
2877
|
"hiddenAliases": [],
|
|
2893
|
-
"id": "
|
|
2878
|
+
"id": "org:switch",
|
|
2894
2879
|
"pluginAlias": "@rulemetric/cli",
|
|
2895
2880
|
"pluginName": "@rulemetric/cli",
|
|
2896
2881
|
"pluginType": "core",
|
|
@@ -2900,19 +2885,14 @@
|
|
|
2900
2885
|
"relativePath": [
|
|
2901
2886
|
"dist",
|
|
2902
2887
|
"commands",
|
|
2903
|
-
"
|
|
2904
|
-
"
|
|
2888
|
+
"org",
|
|
2889
|
+
"switch.js"
|
|
2905
2890
|
]
|
|
2906
2891
|
},
|
|
2907
|
-
"
|
|
2892
|
+
"local:down": {
|
|
2908
2893
|
"aliases": [],
|
|
2909
2894
|
"args": {},
|
|
2910
|
-
"description": "
|
|
2911
|
-
"examples": [
|
|
2912
|
-
"<%= config.bin %> proxy setup",
|
|
2913
|
-
"<%= config.bin %> proxy setup --shell zsh",
|
|
2914
|
-
"<%= config.bin %> proxy setup --check"
|
|
2915
|
-
],
|
|
2895
|
+
"description": "Stop the local RuleMetric server and database stack. Data is preserved (restart with `rulemetric local up`); use --delete-data to also wipe the local database.",
|
|
2916
2896
|
"flags": {
|
|
2917
2897
|
"api-url": {
|
|
2918
2898
|
"description": "Override API base URL",
|
|
@@ -2923,38 +2903,16 @@
|
|
|
2923
2903
|
"multiple": false,
|
|
2924
2904
|
"type": "option"
|
|
2925
2905
|
},
|
|
2926
|
-
"
|
|
2927
|
-
"description": "
|
|
2928
|
-
"name": "
|
|
2929
|
-
"hasDynamicHelp": false,
|
|
2930
|
-
"multiple": false,
|
|
2931
|
-
"options": [
|
|
2932
|
-
"zsh",
|
|
2933
|
-
"bash",
|
|
2934
|
-
"fish",
|
|
2935
|
-
"powershell"
|
|
2936
|
-
],
|
|
2937
|
-
"type": "option"
|
|
2938
|
-
},
|
|
2939
|
-
"port": {
|
|
2940
|
-
"char": "p",
|
|
2941
|
-
"description": "Proxy listen port",
|
|
2942
|
-
"name": "port",
|
|
2943
|
-
"default": 8787,
|
|
2944
|
-
"hasDynamicHelp": false,
|
|
2945
|
-
"multiple": false,
|
|
2946
|
-
"type": "option"
|
|
2947
|
-
},
|
|
2948
|
-
"check": {
|
|
2949
|
-
"description": "Only check prerequisites, do not install anything",
|
|
2950
|
-
"name": "check",
|
|
2906
|
+
"delete-data": {
|
|
2907
|
+
"description": "Also delete the local database volumes (irreversible)",
|
|
2908
|
+
"name": "delete-data",
|
|
2951
2909
|
"allowNo": false,
|
|
2952
2910
|
"type": "boolean"
|
|
2953
2911
|
}
|
|
2954
2912
|
},
|
|
2955
2913
|
"hasDynamicHelp": false,
|
|
2956
2914
|
"hiddenAliases": [],
|
|
2957
|
-
"id": "
|
|
2915
|
+
"id": "local:down",
|
|
2958
2916
|
"pluginAlias": "@rulemetric/cli",
|
|
2959
2917
|
"pluginName": "@rulemetric/cli",
|
|
2960
2918
|
"pluginType": "core",
|
|
@@ -2964,19 +2922,18 @@
|
|
|
2964
2922
|
"relativePath": [
|
|
2965
2923
|
"dist",
|
|
2966
2924
|
"commands",
|
|
2967
|
-
"
|
|
2968
|
-
"
|
|
2925
|
+
"local",
|
|
2926
|
+
"down.js"
|
|
2969
2927
|
]
|
|
2970
2928
|
},
|
|
2971
|
-
"
|
|
2929
|
+
"local:up": {
|
|
2972
2930
|
"aliases": [],
|
|
2973
2931
|
"args": {},
|
|
2974
|
-
"description": "
|
|
2932
|
+
"description": "Run RuleMetric fully locally: start a local Supabase stack (Docker), apply migrations, and serve the API + dashboard from the @rulemetric/local runtime — all data on this machine, zero cloud contact. Downloads the runtime package on first run.",
|
|
2975
2933
|
"examples": [
|
|
2976
|
-
"<%= config.bin %>
|
|
2977
|
-
"<%= config.bin %>
|
|
2978
|
-
"<%= config.bin %>
|
|
2979
|
-
"<%= config.bin %> proxy start --web"
|
|
2934
|
+
"<%= config.bin %> local up --email you@example.com --password <pw>",
|
|
2935
|
+
"<%= config.bin %> local up --port 3000",
|
|
2936
|
+
"<%= config.bin %> local up --foreground"
|
|
2980
2937
|
],
|
|
2981
2938
|
"flags": {
|
|
2982
2939
|
"api-url": {
|
|
@@ -2990,42 +2947,45 @@
|
|
|
2990
2947
|
},
|
|
2991
2948
|
"port": {
|
|
2992
2949
|
"char": "p",
|
|
2993
|
-
"description": "
|
|
2950
|
+
"description": "Local API + dashboard port",
|
|
2994
2951
|
"name": "port",
|
|
2995
|
-
"default":
|
|
2952
|
+
"default": 3000,
|
|
2996
2953
|
"hasDynamicHelp": false,
|
|
2997
2954
|
"multiple": false,
|
|
2998
2955
|
"type": "option"
|
|
2999
2956
|
},
|
|
3000
|
-
"
|
|
3001
|
-
"char": "
|
|
3002
|
-
"description": "
|
|
3003
|
-
"name": "
|
|
3004
|
-
"
|
|
3005
|
-
"
|
|
2957
|
+
"email": {
|
|
2958
|
+
"char": "e",
|
|
2959
|
+
"description": "Create the first user with this email (with --password)",
|
|
2960
|
+
"name": "email",
|
|
2961
|
+
"hasDynamicHelp": false,
|
|
2962
|
+
"multiple": false,
|
|
2963
|
+
"type": "option"
|
|
3006
2964
|
},
|
|
3007
|
-
"
|
|
3008
|
-
"description": "
|
|
3009
|
-
"name": "
|
|
3010
|
-
"
|
|
3011
|
-
"
|
|
2965
|
+
"password": {
|
|
2966
|
+
"description": "Password for the first user (min 8 chars)",
|
|
2967
|
+
"name": "password",
|
|
2968
|
+
"hasDynamicHelp": false,
|
|
2969
|
+
"multiple": false,
|
|
2970
|
+
"type": "option"
|
|
3012
2971
|
},
|
|
3013
|
-
"
|
|
3014
|
-
"description": "
|
|
3015
|
-
"name": "
|
|
2972
|
+
"foreground": {
|
|
2973
|
+
"description": "Run the server in this terminal instead of installing a launchd service (works on any OS; skips user provisioning)",
|
|
2974
|
+
"name": "foreground",
|
|
3016
2975
|
"allowNo": false,
|
|
3017
2976
|
"type": "boolean"
|
|
3018
2977
|
},
|
|
3019
|
-
"
|
|
3020
|
-
"
|
|
3021
|
-
"
|
|
2978
|
+
"yes": {
|
|
2979
|
+
"char": "y",
|
|
2980
|
+
"description": "Skip the runtime-download confirmation",
|
|
2981
|
+
"name": "yes",
|
|
3022
2982
|
"allowNo": false,
|
|
3023
2983
|
"type": "boolean"
|
|
3024
2984
|
}
|
|
3025
2985
|
},
|
|
3026
2986
|
"hasDynamicHelp": false,
|
|
3027
2987
|
"hiddenAliases": [],
|
|
3028
|
-
"id": "
|
|
2988
|
+
"id": "local:up",
|
|
3029
2989
|
"pluginAlias": "@rulemetric/cli",
|
|
3030
2990
|
"pluginName": "@rulemetric/cli",
|
|
3031
2991
|
"pluginType": "core",
|
|
@@ -3035,16 +2995,27 @@
|
|
|
3035
2995
|
"relativePath": [
|
|
3036
2996
|
"dist",
|
|
3037
2997
|
"commands",
|
|
3038
|
-
"
|
|
3039
|
-
"
|
|
2998
|
+
"local",
|
|
2999
|
+
"up.js"
|
|
3040
3000
|
]
|
|
3041
3001
|
},
|
|
3042
|
-
"
|
|
3002
|
+
"packs:add-instruction": {
|
|
3043
3003
|
"aliases": [],
|
|
3044
|
-
"args": {
|
|
3045
|
-
|
|
3004
|
+
"args": {
|
|
3005
|
+
"packId": {
|
|
3006
|
+
"description": "Pack ID",
|
|
3007
|
+
"name": "packId",
|
|
3008
|
+
"required": true
|
|
3009
|
+
},
|
|
3010
|
+
"instructionId": {
|
|
3011
|
+
"description": "Instruction ID",
|
|
3012
|
+
"name": "instructionId",
|
|
3013
|
+
"required": true
|
|
3014
|
+
}
|
|
3015
|
+
},
|
|
3016
|
+
"description": "Add an instruction to a pack",
|
|
3046
3017
|
"examples": [
|
|
3047
|
-
"<%= config.bin %>
|
|
3018
|
+
"<%= config.bin %> packs add-instruction <pack-id> <instruction-id>"
|
|
3048
3019
|
],
|
|
3049
3020
|
"flags": {
|
|
3050
3021
|
"api-url": {
|
|
@@ -3059,7 +3030,7 @@
|
|
|
3059
3030
|
},
|
|
3060
3031
|
"hasDynamicHelp": false,
|
|
3061
3032
|
"hiddenAliases": [],
|
|
3062
|
-
"id": "
|
|
3033
|
+
"id": "packs:add-instruction",
|
|
3063
3034
|
"pluginAlias": "@rulemetric/cli",
|
|
3064
3035
|
"pluginName": "@rulemetric/cli",
|
|
3065
3036
|
"pluginType": "core",
|
|
@@ -3069,99 +3040,20 @@
|
|
|
3069
3040
|
"relativePath": [
|
|
3070
3041
|
"dist",
|
|
3071
3042
|
"commands",
|
|
3072
|
-
"
|
|
3073
|
-
"
|
|
3043
|
+
"packs",
|
|
3044
|
+
"add-instruction.js"
|
|
3074
3045
|
]
|
|
3075
3046
|
},
|
|
3076
|
-
"
|
|
3047
|
+
"packs:apply": {
|
|
3077
3048
|
"aliases": [],
|
|
3078
|
-
"args": {
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
"env": "RULEMETRIC_API_URL",
|
|
3087
|
-
"hidden": true,
|
|
3088
|
-
"name": "api-url",
|
|
3089
|
-
"hasDynamicHelp": false,
|
|
3090
|
-
"multiple": false,
|
|
3091
|
-
"type": "option"
|
|
3092
|
-
}
|
|
3093
|
-
},
|
|
3094
|
-
"hasDynamicHelp": false,
|
|
3095
|
-
"hiddenAliases": [],
|
|
3096
|
-
"id": "proxy:stop",
|
|
3097
|
-
"pluginAlias": "@rulemetric/cli",
|
|
3098
|
-
"pluginName": "@rulemetric/cli",
|
|
3099
|
-
"pluginType": "core",
|
|
3100
|
-
"strict": true,
|
|
3101
|
-
"enableJsonFlag": false,
|
|
3102
|
-
"isESM": true,
|
|
3103
|
-
"relativePath": [
|
|
3104
|
-
"dist",
|
|
3105
|
-
"commands",
|
|
3106
|
-
"proxy",
|
|
3107
|
-
"stop.js"
|
|
3108
|
-
]
|
|
3109
|
-
},
|
|
3110
|
-
"packs:add-instruction": {
|
|
3111
|
-
"aliases": [],
|
|
3112
|
-
"args": {
|
|
3113
|
-
"packId": {
|
|
3114
|
-
"description": "Pack ID",
|
|
3115
|
-
"name": "packId",
|
|
3116
|
-
"required": true
|
|
3117
|
-
},
|
|
3118
|
-
"instructionId": {
|
|
3119
|
-
"description": "Instruction ID",
|
|
3120
|
-
"name": "instructionId",
|
|
3121
|
-
"required": true
|
|
3122
|
-
}
|
|
3123
|
-
},
|
|
3124
|
-
"description": "Add an instruction to a pack",
|
|
3125
|
-
"examples": [
|
|
3126
|
-
"<%= config.bin %> packs add-instruction <pack-id> <instruction-id>"
|
|
3127
|
-
],
|
|
3128
|
-
"flags": {
|
|
3129
|
-
"api-url": {
|
|
3130
|
-
"description": "Override API base URL",
|
|
3131
|
-
"env": "RULEMETRIC_API_URL",
|
|
3132
|
-
"hidden": true,
|
|
3133
|
-
"name": "api-url",
|
|
3134
|
-
"hasDynamicHelp": false,
|
|
3135
|
-
"multiple": false,
|
|
3136
|
-
"type": "option"
|
|
3137
|
-
}
|
|
3138
|
-
},
|
|
3139
|
-
"hasDynamicHelp": false,
|
|
3140
|
-
"hiddenAliases": [],
|
|
3141
|
-
"id": "packs:add-instruction",
|
|
3142
|
-
"pluginAlias": "@rulemetric/cli",
|
|
3143
|
-
"pluginName": "@rulemetric/cli",
|
|
3144
|
-
"pluginType": "core",
|
|
3145
|
-
"strict": true,
|
|
3146
|
-
"enableJsonFlag": false,
|
|
3147
|
-
"isESM": true,
|
|
3148
|
-
"relativePath": [
|
|
3149
|
-
"dist",
|
|
3150
|
-
"commands",
|
|
3151
|
-
"packs",
|
|
3152
|
-
"add-instruction.js"
|
|
3153
|
-
]
|
|
3154
|
-
},
|
|
3155
|
-
"packs:apply": {
|
|
3156
|
-
"aliases": [],
|
|
3157
|
-
"args": {
|
|
3158
|
-
"id": {
|
|
3159
|
-
"description": "Pack ID",
|
|
3160
|
-
"name": "id",
|
|
3161
|
-
"required": true
|
|
3162
|
-
}
|
|
3163
|
-
},
|
|
3164
|
-
"description": "Apply a pack to a project (bulk-link all instructions)",
|
|
3049
|
+
"args": {
|
|
3050
|
+
"id": {
|
|
3051
|
+
"description": "Pack ID",
|
|
3052
|
+
"name": "id",
|
|
3053
|
+
"required": true
|
|
3054
|
+
}
|
|
3055
|
+
},
|
|
3056
|
+
"description": "Apply a pack to a project (bulk-link all instructions)",
|
|
3165
3057
|
"examples": [
|
|
3166
3058
|
"<%= config.bin %> packs apply <pack-id> --project <project-id>"
|
|
3167
3059
|
],
|
|
@@ -3787,12 +3679,15 @@
|
|
|
3787
3679
|
"updates.js"
|
|
3788
3680
|
]
|
|
3789
3681
|
},
|
|
3790
|
-
"
|
|
3682
|
+
"proxy:env": {
|
|
3791
3683
|
"aliases": [],
|
|
3792
3684
|
"args": {},
|
|
3793
|
-
"description": "
|
|
3685
|
+
"description": "Print shell env vars to route any client through the RuleMetric proxy",
|
|
3794
3686
|
"examples": [
|
|
3795
|
-
"<%= config.bin %>
|
|
3687
|
+
"<%= config.bin %> proxy env",
|
|
3688
|
+
"<%= config.bin %> proxy env --shell fish",
|
|
3689
|
+
"eval \"$(rulemetric proxy env)\"",
|
|
3690
|
+
"rulemetric proxy env --python"
|
|
3796
3691
|
],
|
|
3797
3692
|
"flags": {
|
|
3798
3693
|
"api-url": {
|
|
@@ -3803,11 +3698,49 @@
|
|
|
3803
3698
|
"hasDynamicHelp": false,
|
|
3804
3699
|
"multiple": false,
|
|
3805
3700
|
"type": "option"
|
|
3701
|
+
},
|
|
3702
|
+
"shell": {
|
|
3703
|
+
"char": "s",
|
|
3704
|
+
"description": "Shell format (posix, fish, powershell)",
|
|
3705
|
+
"name": "shell",
|
|
3706
|
+
"default": "posix",
|
|
3707
|
+
"hasDynamicHelp": false,
|
|
3708
|
+
"multiple": false,
|
|
3709
|
+
"options": [
|
|
3710
|
+
"posix",
|
|
3711
|
+
"fish",
|
|
3712
|
+
"powershell"
|
|
3713
|
+
],
|
|
3714
|
+
"type": "option"
|
|
3715
|
+
},
|
|
3716
|
+
"python": {
|
|
3717
|
+
"description": "Include Python-specific env vars (REQUESTS_CA_BUNDLE, SSL_CERT_FILE)",
|
|
3718
|
+
"name": "python",
|
|
3719
|
+
"allowNo": false,
|
|
3720
|
+
"type": "boolean"
|
|
3721
|
+
},
|
|
3722
|
+
"node": {
|
|
3723
|
+
"description": "Include Node.js-specific env vars (NODE_EXTRA_CA_CERTS)",
|
|
3724
|
+
"name": "node",
|
|
3725
|
+
"allowNo": false,
|
|
3726
|
+
"type": "boolean"
|
|
3727
|
+
},
|
|
3728
|
+
"all": {
|
|
3729
|
+
"description": "Include env vars for all runtimes",
|
|
3730
|
+
"name": "all",
|
|
3731
|
+
"allowNo": false,
|
|
3732
|
+
"type": "boolean"
|
|
3733
|
+
},
|
|
3734
|
+
"vscode": {
|
|
3735
|
+
"description": "Output VS Code settings.json snippet for Copilot proxy",
|
|
3736
|
+
"name": "vscode",
|
|
3737
|
+
"allowNo": false,
|
|
3738
|
+
"type": "boolean"
|
|
3806
3739
|
}
|
|
3807
3740
|
},
|
|
3808
3741
|
"hasDynamicHelp": false,
|
|
3809
3742
|
"hiddenAliases": [],
|
|
3810
|
-
"id": "
|
|
3743
|
+
"id": "proxy:env",
|
|
3811
3744
|
"pluginAlias": "@rulemetric/cli",
|
|
3812
3745
|
"pluginName": "@rulemetric/cli",
|
|
3813
3746
|
"pluginType": "core",
|
|
@@ -3817,16 +3750,18 @@
|
|
|
3817
3750
|
"relativePath": [
|
|
3818
3751
|
"dist",
|
|
3819
3752
|
"commands",
|
|
3820
|
-
"
|
|
3821
|
-
"
|
|
3753
|
+
"proxy",
|
|
3754
|
+
"env.js"
|
|
3822
3755
|
]
|
|
3823
3756
|
},
|
|
3824
|
-
"
|
|
3757
|
+
"proxy:logs": {
|
|
3825
3758
|
"aliases": [],
|
|
3826
3759
|
"args": {},
|
|
3827
|
-
"description": "
|
|
3760
|
+
"description": "View context capture proxy logs",
|
|
3828
3761
|
"examples": [
|
|
3829
|
-
"<%= config.bin %>
|
|
3762
|
+
"<%= config.bin %> proxy logs",
|
|
3763
|
+
"<%= config.bin %> proxy logs --follow",
|
|
3764
|
+
"<%= config.bin %> proxy logs --lines 50"
|
|
3830
3765
|
],
|
|
3831
3766
|
"flags": {
|
|
3832
3767
|
"api-url": {
|
|
@@ -3837,11 +3772,27 @@
|
|
|
3837
3772
|
"hasDynamicHelp": false,
|
|
3838
3773
|
"multiple": false,
|
|
3839
3774
|
"type": "option"
|
|
3775
|
+
},
|
|
3776
|
+
"follow": {
|
|
3777
|
+
"char": "f",
|
|
3778
|
+
"description": "Follow log output (like tail -f)",
|
|
3779
|
+
"name": "follow",
|
|
3780
|
+
"allowNo": false,
|
|
3781
|
+
"type": "boolean"
|
|
3782
|
+
},
|
|
3783
|
+
"lines": {
|
|
3784
|
+
"char": "n",
|
|
3785
|
+
"description": "Number of lines to show",
|
|
3786
|
+
"name": "lines",
|
|
3787
|
+
"default": 30,
|
|
3788
|
+
"hasDynamicHelp": false,
|
|
3789
|
+
"multiple": false,
|
|
3790
|
+
"type": "option"
|
|
3840
3791
|
}
|
|
3841
3792
|
},
|
|
3842
3793
|
"hasDynamicHelp": false,
|
|
3843
3794
|
"hiddenAliases": [],
|
|
3844
|
-
"id": "
|
|
3795
|
+
"id": "proxy:logs",
|
|
3845
3796
|
"pluginAlias": "@rulemetric/cli",
|
|
3846
3797
|
"pluginName": "@rulemetric/cli",
|
|
3847
3798
|
"pluginType": "core",
|
|
@@ -3851,23 +3802,16 @@
|
|
|
3851
3802
|
"relativePath": [
|
|
3852
3803
|
"dist",
|
|
3853
3804
|
"commands",
|
|
3854
|
-
"
|
|
3855
|
-
"
|
|
3805
|
+
"proxy",
|
|
3806
|
+
"logs.js"
|
|
3856
3807
|
]
|
|
3857
3808
|
},
|
|
3858
|
-
"
|
|
3809
|
+
"proxy:restart": {
|
|
3859
3810
|
"aliases": [],
|
|
3860
|
-
"args": {
|
|
3861
|
-
|
|
3862
|
-
"description": "Organization slug to switch to",
|
|
3863
|
-
"name": "slug",
|
|
3864
|
-
"required": false
|
|
3865
|
-
}
|
|
3866
|
-
},
|
|
3867
|
-
"description": "Switch the active organization",
|
|
3811
|
+
"args": {},
|
|
3812
|
+
"description": "Restart the context capture proxy (stop + start)",
|
|
3868
3813
|
"examples": [
|
|
3869
|
-
"<%= config.bin %>
|
|
3870
|
-
"<%= config.bin %> org switch --clear"
|
|
3814
|
+
"<%= config.bin %> proxy restart"
|
|
3871
3815
|
],
|
|
3872
3816
|
"flags": {
|
|
3873
3817
|
"api-url": {
|
|
@@ -3879,16 +3823,25 @@
|
|
|
3879
3823
|
"multiple": false,
|
|
3880
3824
|
"type": "option"
|
|
3881
3825
|
},
|
|
3882
|
-
"
|
|
3883
|
-
"
|
|
3884
|
-
"
|
|
3826
|
+
"port": {
|
|
3827
|
+
"char": "p",
|
|
3828
|
+
"description": "Proxy listen port",
|
|
3829
|
+
"name": "port",
|
|
3830
|
+
"hasDynamicHelp": false,
|
|
3831
|
+
"multiple": false,
|
|
3832
|
+
"type": "option"
|
|
3833
|
+
},
|
|
3834
|
+
"docker": {
|
|
3835
|
+
"char": "d",
|
|
3836
|
+
"description": "Run in Docker mode",
|
|
3837
|
+
"name": "docker",
|
|
3885
3838
|
"allowNo": false,
|
|
3886
3839
|
"type": "boolean"
|
|
3887
3840
|
}
|
|
3888
3841
|
},
|
|
3889
3842
|
"hasDynamicHelp": false,
|
|
3890
3843
|
"hiddenAliases": [],
|
|
3891
|
-
"id": "
|
|
3844
|
+
"id": "proxy:restart",
|
|
3892
3845
|
"pluginAlias": "@rulemetric/cli",
|
|
3893
3846
|
"pluginName": "@rulemetric/cli",
|
|
3894
3847
|
"pluginType": "core",
|
|
@@ -3898,14 +3851,19 @@
|
|
|
3898
3851
|
"relativePath": [
|
|
3899
3852
|
"dist",
|
|
3900
3853
|
"commands",
|
|
3901
|
-
"
|
|
3902
|
-
"
|
|
3854
|
+
"proxy",
|
|
3855
|
+
"restart.js"
|
|
3903
3856
|
]
|
|
3904
3857
|
},
|
|
3905
|
-
"
|
|
3858
|
+
"proxy:setup": {
|
|
3906
3859
|
"aliases": [],
|
|
3907
3860
|
"args": {},
|
|
3908
|
-
"description": "
|
|
3861
|
+
"description": "Set up context capture proxy (installs mitmproxy, configures shell)",
|
|
3862
|
+
"examples": [
|
|
3863
|
+
"<%= config.bin %> proxy setup",
|
|
3864
|
+
"<%= config.bin %> proxy setup --shell zsh",
|
|
3865
|
+
"<%= config.bin %> proxy setup --check"
|
|
3866
|
+
],
|
|
3909
3867
|
"flags": {
|
|
3910
3868
|
"api-url": {
|
|
3911
3869
|
"description": "Override API base URL",
|
|
@@ -3916,16 +3874,38 @@
|
|
|
3916
3874
|
"multiple": false,
|
|
3917
3875
|
"type": "option"
|
|
3918
3876
|
},
|
|
3919
|
-
"
|
|
3920
|
-
"description": "
|
|
3921
|
-
"name": "
|
|
3877
|
+
"shell": {
|
|
3878
|
+
"description": "Shell to configure (auto-detected if omitted)",
|
|
3879
|
+
"name": "shell",
|
|
3880
|
+
"hasDynamicHelp": false,
|
|
3881
|
+
"multiple": false,
|
|
3882
|
+
"options": [
|
|
3883
|
+
"zsh",
|
|
3884
|
+
"bash",
|
|
3885
|
+
"fish",
|
|
3886
|
+
"powershell"
|
|
3887
|
+
],
|
|
3888
|
+
"type": "option"
|
|
3889
|
+
},
|
|
3890
|
+
"port": {
|
|
3891
|
+
"char": "p",
|
|
3892
|
+
"description": "Proxy listen port",
|
|
3893
|
+
"name": "port",
|
|
3894
|
+
"default": 8787,
|
|
3895
|
+
"hasDynamicHelp": false,
|
|
3896
|
+
"multiple": false,
|
|
3897
|
+
"type": "option"
|
|
3898
|
+
},
|
|
3899
|
+
"check": {
|
|
3900
|
+
"description": "Only check prerequisites, do not install anything",
|
|
3901
|
+
"name": "check",
|
|
3922
3902
|
"allowNo": false,
|
|
3923
3903
|
"type": "boolean"
|
|
3924
3904
|
}
|
|
3925
3905
|
},
|
|
3926
3906
|
"hasDynamicHelp": false,
|
|
3927
3907
|
"hiddenAliases": [],
|
|
3928
|
-
"id": "
|
|
3908
|
+
"id": "proxy:setup",
|
|
3929
3909
|
"pluginAlias": "@rulemetric/cli",
|
|
3930
3910
|
"pluginName": "@rulemetric/cli",
|
|
3931
3911
|
"pluginType": "core",
|
|
@@ -3935,18 +3915,19 @@
|
|
|
3935
3915
|
"relativePath": [
|
|
3936
3916
|
"dist",
|
|
3937
3917
|
"commands",
|
|
3938
|
-
"
|
|
3939
|
-
"
|
|
3918
|
+
"proxy",
|
|
3919
|
+
"setup.js"
|
|
3940
3920
|
]
|
|
3941
3921
|
},
|
|
3942
|
-
"
|
|
3922
|
+
"proxy:start": {
|
|
3943
3923
|
"aliases": [],
|
|
3944
3924
|
"args": {},
|
|
3945
|
-
"description": "
|
|
3925
|
+
"description": "Start context capture proxy",
|
|
3946
3926
|
"examples": [
|
|
3947
|
-
"<%= config.bin %>
|
|
3948
|
-
"<%= config.bin %>
|
|
3949
|
-
"<%= config.bin %>
|
|
3927
|
+
"<%= config.bin %> proxy start",
|
|
3928
|
+
"<%= config.bin %> proxy start --docker",
|
|
3929
|
+
"<%= config.bin %> proxy start --port 9090",
|
|
3930
|
+
"<%= config.bin %> proxy start --web"
|
|
3950
3931
|
],
|
|
3951
3932
|
"flags": {
|
|
3952
3933
|
"api-url": {
|
|
@@ -3960,45 +3941,42 @@
|
|
|
3960
3941
|
},
|
|
3961
3942
|
"port": {
|
|
3962
3943
|
"char": "p",
|
|
3963
|
-
"description": "
|
|
3944
|
+
"description": "Proxy listen port",
|
|
3964
3945
|
"name": "port",
|
|
3965
|
-
"default":
|
|
3946
|
+
"default": 8788,
|
|
3966
3947
|
"hasDynamicHelp": false,
|
|
3967
3948
|
"multiple": false,
|
|
3968
3949
|
"type": "option"
|
|
3969
3950
|
},
|
|
3970
|
-
"
|
|
3971
|
-
"char": "
|
|
3972
|
-
"description": "
|
|
3973
|
-
"name": "
|
|
3974
|
-
"
|
|
3975
|
-
"
|
|
3976
|
-
"type": "option"
|
|
3951
|
+
"docker": {
|
|
3952
|
+
"char": "d",
|
|
3953
|
+
"description": "Run proxy in Docker (no local mitmproxy needed)",
|
|
3954
|
+
"name": "docker",
|
|
3955
|
+
"allowNo": false,
|
|
3956
|
+
"type": "boolean"
|
|
3977
3957
|
},
|
|
3978
|
-
"
|
|
3979
|
-
"description": "
|
|
3980
|
-
"name": "
|
|
3981
|
-
"
|
|
3982
|
-
"
|
|
3983
|
-
"type": "option"
|
|
3958
|
+
"web": {
|
|
3959
|
+
"description": "Launch mitmweb debug UI instead of mitmdump (local mode only)",
|
|
3960
|
+
"name": "web",
|
|
3961
|
+
"allowNo": false,
|
|
3962
|
+
"type": "boolean"
|
|
3984
3963
|
},
|
|
3985
|
-
"
|
|
3986
|
-
"description": "
|
|
3987
|
-
"name": "
|
|
3964
|
+
"skip-checks": {
|
|
3965
|
+
"description": "Skip prerequisite checks",
|
|
3966
|
+
"name": "skip-checks",
|
|
3988
3967
|
"allowNo": false,
|
|
3989
3968
|
"type": "boolean"
|
|
3990
3969
|
},
|
|
3991
|
-
"
|
|
3992
|
-
"
|
|
3993
|
-
"
|
|
3994
|
-
"name": "yes",
|
|
3970
|
+
"build": {
|
|
3971
|
+
"description": "Force rebuild Docker image",
|
|
3972
|
+
"name": "build",
|
|
3995
3973
|
"allowNo": false,
|
|
3996
3974
|
"type": "boolean"
|
|
3997
3975
|
}
|
|
3998
3976
|
},
|
|
3999
3977
|
"hasDynamicHelp": false,
|
|
4000
3978
|
"hiddenAliases": [],
|
|
4001
|
-
"id": "
|
|
3979
|
+
"id": "proxy:start",
|
|
4002
3980
|
"pluginAlias": "@rulemetric/cli",
|
|
4003
3981
|
"pluginName": "@rulemetric/cli",
|
|
4004
3982
|
"pluginType": "core",
|
|
@@ -4008,8 +3986,76 @@
|
|
|
4008
3986
|
"relativePath": [
|
|
4009
3987
|
"dist",
|
|
4010
3988
|
"commands",
|
|
4011
|
-
"
|
|
4012
|
-
"
|
|
3989
|
+
"proxy",
|
|
3990
|
+
"start.js"
|
|
3991
|
+
]
|
|
3992
|
+
},
|
|
3993
|
+
"proxy:status": {
|
|
3994
|
+
"aliases": [],
|
|
3995
|
+
"args": {},
|
|
3996
|
+
"description": "Check gateway and context capture proxy status",
|
|
3997
|
+
"examples": [
|
|
3998
|
+
"<%= config.bin %> proxy status"
|
|
3999
|
+
],
|
|
4000
|
+
"flags": {
|
|
4001
|
+
"api-url": {
|
|
4002
|
+
"description": "Override API base URL",
|
|
4003
|
+
"env": "RULEMETRIC_API_URL",
|
|
4004
|
+
"hidden": true,
|
|
4005
|
+
"name": "api-url",
|
|
4006
|
+
"hasDynamicHelp": false,
|
|
4007
|
+
"multiple": false,
|
|
4008
|
+
"type": "option"
|
|
4009
|
+
}
|
|
4010
|
+
},
|
|
4011
|
+
"hasDynamicHelp": false,
|
|
4012
|
+
"hiddenAliases": [],
|
|
4013
|
+
"id": "proxy:status",
|
|
4014
|
+
"pluginAlias": "@rulemetric/cli",
|
|
4015
|
+
"pluginName": "@rulemetric/cli",
|
|
4016
|
+
"pluginType": "core",
|
|
4017
|
+
"strict": true,
|
|
4018
|
+
"enableJsonFlag": false,
|
|
4019
|
+
"isESM": true,
|
|
4020
|
+
"relativePath": [
|
|
4021
|
+
"dist",
|
|
4022
|
+
"commands",
|
|
4023
|
+
"proxy",
|
|
4024
|
+
"status.js"
|
|
4025
|
+
]
|
|
4026
|
+
},
|
|
4027
|
+
"proxy:stop": {
|
|
4028
|
+
"aliases": [],
|
|
4029
|
+
"args": {},
|
|
4030
|
+
"description": "Stop the context capture proxy",
|
|
4031
|
+
"examples": [
|
|
4032
|
+
"<%= config.bin %> proxy stop"
|
|
4033
|
+
],
|
|
4034
|
+
"flags": {
|
|
4035
|
+
"api-url": {
|
|
4036
|
+
"description": "Override API base URL",
|
|
4037
|
+
"env": "RULEMETRIC_API_URL",
|
|
4038
|
+
"hidden": true,
|
|
4039
|
+
"name": "api-url",
|
|
4040
|
+
"hasDynamicHelp": false,
|
|
4041
|
+
"multiple": false,
|
|
4042
|
+
"type": "option"
|
|
4043
|
+
}
|
|
4044
|
+
},
|
|
4045
|
+
"hasDynamicHelp": false,
|
|
4046
|
+
"hiddenAliases": [],
|
|
4047
|
+
"id": "proxy:stop",
|
|
4048
|
+
"pluginAlias": "@rulemetric/cli",
|
|
4049
|
+
"pluginName": "@rulemetric/cli",
|
|
4050
|
+
"pluginType": "core",
|
|
4051
|
+
"strict": true,
|
|
4052
|
+
"enableJsonFlag": false,
|
|
4053
|
+
"isESM": true,
|
|
4054
|
+
"relativePath": [
|
|
4055
|
+
"dist",
|
|
4056
|
+
"commands",
|
|
4057
|
+
"proxy",
|
|
4058
|
+
"stop.js"
|
|
4013
4059
|
]
|
|
4014
4060
|
},
|
|
4015
4061
|
"skills:export-approved": {
|
|
@@ -4998,5 +5044,5 @@
|
|
|
4998
5044
|
]
|
|
4999
5045
|
}
|
|
5000
5046
|
},
|
|
5001
|
-
"version": "0.
|
|
5047
|
+
"version": "0.21.0"
|
|
5002
5048
|
}
|