micro-contracts 0.17.2 → 0.17.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli-contract.yaml +24 -0
- package/dist/micro-contracts.bundle.mjs +166 -102
- package/dist/micro-contracts.bundle.mjs.map +3 -3
- package/docs/cli-reference.md +4 -0
- package/package.json +1 -1
package/cli-contract.yaml
CHANGED
|
@@ -883,6 +883,12 @@ command_sets:
|
|
|
883
883
|
enum: [json, text, yaml]
|
|
884
884
|
default: text
|
|
885
885
|
|
|
886
|
+
- name: log-file
|
|
887
|
+
aliases: [l]
|
|
888
|
+
description: Write agent progress log to this file path.
|
|
889
|
+
schema:
|
|
890
|
+
type: string
|
|
891
|
+
|
|
886
892
|
exits:
|
|
887
893
|
'0':
|
|
888
894
|
description: Audit completed, no blocking findings.
|
|
@@ -1005,6 +1011,12 @@ command_sets:
|
|
|
1005
1011
|
enum: [json, text, yaml]
|
|
1006
1012
|
default: text
|
|
1007
1013
|
|
|
1014
|
+
- name: log-file
|
|
1015
|
+
aliases: [l]
|
|
1016
|
+
description: Write agent progress log to this file path.
|
|
1017
|
+
schema:
|
|
1018
|
+
type: string
|
|
1019
|
+
|
|
1008
1020
|
exits:
|
|
1009
1021
|
'0':
|
|
1010
1022
|
description: Review completed, no blocking findings.
|
|
@@ -1128,6 +1140,12 @@ command_sets:
|
|
|
1128
1140
|
enum: [json, text, yaml]
|
|
1129
1141
|
default: json
|
|
1130
1142
|
|
|
1143
|
+
- name: log-file
|
|
1144
|
+
aliases: [l]
|
|
1145
|
+
description: Write agent progress log to this file path.
|
|
1146
|
+
schema:
|
|
1147
|
+
type: string
|
|
1148
|
+
|
|
1131
1149
|
exits:
|
|
1132
1150
|
'0':
|
|
1133
1151
|
description: Proposal generated successfully.
|
|
@@ -1255,6 +1273,12 @@ command_sets:
|
|
|
1255
1273
|
enum: [json, text, yaml]
|
|
1256
1274
|
default: text
|
|
1257
1275
|
|
|
1276
|
+
- name: log-file
|
|
1277
|
+
aliases: [l]
|
|
1278
|
+
description: Write agent progress log to this file path.
|
|
1279
|
+
schema:
|
|
1280
|
+
type: string
|
|
1281
|
+
|
|
1258
1282
|
exits:
|
|
1259
1283
|
'0':
|
|
1260
1284
|
description: Audit completed, no blocking findings.
|