@provartesting/provardx-cli 1.5.0-beta.15 → 1.5.0-beta.17

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.
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "commands": {
3
- "provar:config:get": {
3
+ "provar:auth:clear": {
4
4
  "aliases": [],
5
5
  "args": {},
6
- "description": "Retrieve a value from the specified JSON file.",
6
+ "description": "Deletes the API key stored at ~/.provar/credentials.json. After clearing, the\nprovar_testcase_validate MCP tool falls back to local validation (structural rules only,\nno Quality Hub quality scoring).\n\nThe PROVAR_API_KEY environment variable is not affected by this command.",
7
7
  "examples": [
8
- "Get the testEnvironment value within the environment property from the config.json file:\n$ sf provar config get environment.testEnvironment -f config.json"
8
+ "Clear the stored API key:\n<%= config.bin %> <%= command.id %>"
9
9
  ],
10
10
  "flags": {
11
11
  "json": {
@@ -22,52 +22,42 @@
22
22
  "hasDynamicHelp": false,
23
23
  "multiple": false,
24
24
  "type": "option"
25
- },
26
- "file-path": {
27
- "char": "f",
28
- "name": "file-path",
29
- "required": true,
30
- "summary": "Config file-path to get the properties from.",
31
- "hasDynamicHelp": false,
32
- "multiple": false,
33
- "type": "option"
34
25
  }
35
26
  },
36
27
  "hasDynamicHelp": false,
37
28
  "hiddenAliases": [],
38
- "id": "provar:config:get",
29
+ "id": "provar:auth:clear",
39
30
  "pluginAlias": "@provartesting/provardx-cli",
40
31
  "pluginName": "@provartesting/provardx-cli",
41
32
  "pluginType": "core",
42
- "strict": false,
43
- "summary": "Retrieve a value from the specified JSON file.",
33
+ "strict": true,
34
+ "summary": "Remove the stored Provar API key.",
44
35
  "enableJsonFlag": true,
45
36
  "isESM": true,
46
37
  "relativePath": [
47
38
  "lib",
48
39
  "commands",
49
40
  "provar",
50
- "config",
51
- "get.js"
41
+ "auth",
42
+ "clear.js"
52
43
  ],
53
44
  "aliasPermutations": [],
54
45
  "permutations": [
55
- "provar:config:get",
56
- "config:provar:get",
57
- "config:get:provar",
58
- "provar:get:config",
59
- "get:provar:config",
60
- "get:config:provar"
46
+ "provar:auth:clear",
47
+ "auth:provar:clear",
48
+ "auth:clear:provar",
49
+ "provar:clear:auth",
50
+ "clear:provar:auth",
51
+ "clear:auth:provar"
61
52
  ]
62
53
  },
63
- "provar:config:set": {
54
+ "provar:auth:login": {
64
55
  "aliases": [],
65
56
  "args": {},
66
- "description": "Set one or more properties in the specified JSON file.",
57
+ "description": "Opens a browser to the Provar login page. After you authenticate, your API key\nis stored at ~/.provar/credentials.json and used automatically by the Provar MCP\ntools and CI/CD integrations.\n\nThe Cognito session tokens are held in memory only for the duration of the key\nexchange and are then discarded — only the pv*k* API key is written to disk.\n\nRun 'sf provar auth status' after login to confirm the key is configured correctly.\n\nDon't have an account? Request access at:\nhttps://aqqlrlhga7.execute-api.us-east-1.amazonaws.com/dev/auth/request-access",
67
58
  "examples": [
68
- "Set the environment to “SIT” in the config.json properties file:\n$ sf provar config set environment.testEnvironment=\"SIT\" -f config.json",
69
- "Set the testEnvironment to “SIT” and the webBrowser to “Chrome”, within the environment property.\n$ sf provar config set environment.testEnvironment=\"SIT\" environment.webBrowser=\"Chrome\" -f config.json",
70
- "Set testCases to a list of test case paths in the config.json properties file.\n$ sf provar config set testCases='[\"tests/myTestCase.testcase\",\"tests/testSuite1/myTestCase1.testCase\"]' -f config.json"
59
+ "Log in interactively (opens browser):\n<%= config.bin %> <%= command.id %>",
60
+ "Log in against a staging environment:\n<%= config.bin %> <%= command.id %> --url https://dev.api.example.com"
71
61
  ],
72
62
  "flags": {
73
63
  "json": {
@@ -85,11 +75,10 @@
85
75
  "multiple": false,
86
76
  "type": "option"
87
77
  },
88
- "file-path": {
89
- "char": "f",
90
- "name": "file-path",
91
- "required": true,
92
- "summary": "Config file-path to set the properties to.",
78
+ "url": {
79
+ "name": "url",
80
+ "required": false,
81
+ "summary": "Override the Quality Hub API base URL (for testing against a non-production environment).",
93
82
  "hasDynamicHelp": false,
94
83
  "multiple": false,
95
84
  "type": "option"
@@ -97,37 +86,37 @@
97
86
  },
98
87
  "hasDynamicHelp": false,
99
88
  "hiddenAliases": [],
100
- "id": "provar:config:set",
89
+ "id": "provar:auth:login",
101
90
  "pluginAlias": "@provartesting/provardx-cli",
102
91
  "pluginName": "@provartesting/provardx-cli",
103
92
  "pluginType": "core",
104
- "strict": false,
105
- "summary": "Set one or more properties in the specified JSON file.",
93
+ "strict": true,
94
+ "summary": "Log in to Provar Quality Hub and store your API key.",
106
95
  "enableJsonFlag": true,
107
96
  "isESM": true,
108
97
  "relativePath": [
109
98
  "lib",
110
99
  "commands",
111
100
  "provar",
112
- "config",
113
- "set.js"
101
+ "auth",
102
+ "login.js"
114
103
  ],
115
104
  "aliasPermutations": [],
116
105
  "permutations": [
117
- "provar:config:set",
118
- "config:provar:set",
119
- "config:set:provar",
120
- "provar:set:config",
121
- "set:provar:config",
122
- "set:config:provar"
106
+ "provar:auth:login",
107
+ "auth:provar:login",
108
+ "auth:login:provar",
109
+ "provar:login:auth",
110
+ "login:provar:auth",
111
+ "login:auth:provar"
123
112
  ]
124
113
  },
125
- "provar:auth:clear": {
114
+ "provar:auth:rotate": {
126
115
  "aliases": [],
127
116
  "args": {},
128
- "description": "Deletes the API key stored at ~/.provar/credentials.json. After clearing, the\nprovar_testcase_validate MCP tool falls back to local validation (structural rules only,\nno Quality Hub quality scoring).\n\nThe PROVAR_API_KEY environment variable is not affected by this command.",
117
+ "description": "Exchanges your current pv*k* key for a new one in a single atomic operation.\nThe old key is invalidated the moment the new key is issued — there is no window\nwhere both are valid.\n\nThe new key is written to ~/.provar/credentials.json automatically.\n\nUse this command to rotate your key on a regular schedule (every ~90 days) without\ngoing through the browser login flow again.\n\nIf the current key is already expired or revoked, rotation is not possible run\nsf provar auth login instead to authenticate via browser and get a fresh key.",
129
118
  "examples": [
130
- "Clear the stored API key:\n<%= config.bin %> <%= command.id %>"
119
+ "Rotate the stored API key:\n<%= config.bin %> <%= command.id %>"
131
120
  ],
132
121
  "flags": {
133
122
  "json": {
@@ -148,12 +137,12 @@
148
137
  },
149
138
  "hasDynamicHelp": false,
150
139
  "hiddenAliases": [],
151
- "id": "provar:auth:clear",
140
+ "id": "provar:auth:rotate",
152
141
  "pluginAlias": "@provartesting/provardx-cli",
153
142
  "pluginName": "@provartesting/provardx-cli",
154
143
  "pluginType": "core",
155
144
  "strict": true,
156
- "summary": "Remove the stored Provar API key.",
145
+ "summary": "Rotate your stored Provar Quality Hub API key.",
157
146
  "enableJsonFlag": true,
158
147
  "isESM": true,
159
148
  "relativePath": [
@@ -161,25 +150,24 @@
161
150
  "commands",
162
151
  "provar",
163
152
  "auth",
164
- "clear.js"
153
+ "rotate.js"
165
154
  ],
166
155
  "aliasPermutations": [],
167
156
  "permutations": [
168
- "provar:auth:clear",
169
- "auth:provar:clear",
170
- "auth:clear:provar",
171
- "provar:clear:auth",
172
- "clear:provar:auth",
173
- "clear:auth:provar"
157
+ "provar:auth:rotate",
158
+ "auth:provar:rotate",
159
+ "auth:rotate:provar",
160
+ "provar:rotate:auth",
161
+ "rotate:provar:auth",
162
+ "rotate:auth:provar"
174
163
  ]
175
164
  },
176
- "provar:auth:login": {
165
+ "provar:auth:status": {
177
166
  "aliases": [],
178
167
  "args": {},
179
- "description": "Opens a browser to the Provar login page. After you authenticate, your API key\nis stored at ~/.provar/credentials.json and used automatically by the Provar MCP\ntools and CI/CD integrations.\n\nThe Cognito session tokens are held in memory only for the duration of the key\nexchange and are then discarded only the pv*k* API key is written to disk.\n\nRun 'sf provar auth status' after login to confirm the key is configured correctly.\n\nDon't have an account? Request access at:\nhttps://aqqlrlhga7.execute-api.us-east-1.amazonaws.com/dev/auth/request-access",
168
+ "description": "Reports where the active API key comes from (environment variable or stored file),\nshows the key prefix and when it was set, and states whether validation will use the\nQuality Hub API or local rules only. The full key is never printed.\n\nIf no key is configured, guidance is shown for logging in or requesting access.",
180
169
  "examples": [
181
- "Log in interactively (opens browser):\n<%= config.bin %> <%= command.id %>",
182
- "Log in against a staging environment:\n<%= config.bin %> <%= command.id %> --url https://dev.api.example.com"
170
+ "Check auth status:\n<%= config.bin %> <%= command.id %>"
183
171
  ],
184
172
  "flags": {
185
173
  "json": {
@@ -196,24 +184,16 @@
196
184
  "hasDynamicHelp": false,
197
185
  "multiple": false,
198
186
  "type": "option"
199
- },
200
- "url": {
201
- "name": "url",
202
- "required": false,
203
- "summary": "Override the Quality Hub API base URL (for testing against a non-production environment).",
204
- "hasDynamicHelp": false,
205
- "multiple": false,
206
- "type": "option"
207
187
  }
208
188
  },
209
189
  "hasDynamicHelp": false,
210
190
  "hiddenAliases": [],
211
- "id": "provar:auth:login",
191
+ "id": "provar:auth:status",
212
192
  "pluginAlias": "@provartesting/provardx-cli",
213
193
  "pluginName": "@provartesting/provardx-cli",
214
194
  "pluginType": "core",
215
195
  "strict": true,
216
- "summary": "Log in to Provar Quality Hub and store your API key.",
196
+ "summary": "Show the current Provar API key configuration status.",
217
197
  "enableJsonFlag": true,
218
198
  "isESM": true,
219
199
  "relativePath": [
@@ -221,24 +201,24 @@
221
201
  "commands",
222
202
  "provar",
223
203
  "auth",
224
- "login.js"
204
+ "status.js"
225
205
  ],
226
206
  "aliasPermutations": [],
227
207
  "permutations": [
228
- "provar:auth:login",
229
- "auth:provar:login",
230
- "auth:login:provar",
231
- "provar:login:auth",
232
- "login:provar:auth",
233
- "login:auth:provar"
208
+ "provar:auth:status",
209
+ "auth:provar:status",
210
+ "auth:status:provar",
211
+ "provar:status:auth",
212
+ "status:provar:auth",
213
+ "status:auth:provar"
234
214
  ]
235
215
  },
236
- "provar:auth:rotate": {
216
+ "provar:config:get": {
237
217
  "aliases": [],
238
218
  "args": {},
239
- "description": "Exchanges your current pv*k* key for a new one in a single atomic operation.\nThe old key is invalidated the moment the new key is issued — there is no window\nwhere both are valid.\n\nThe new key is written to ~/.provar/credentials.json automatically.\n\nUse this command to rotate your key on a regular schedule (every ~90 days) without\ngoing through the browser login flow again.\n\nIf the current key is already expired or revoked, rotation is not possible — run\nsf provar auth login instead to authenticate via browser and get a fresh key.",
219
+ "description": "Retrieve a value from the specified JSON file.",
240
220
  "examples": [
241
- "Rotate the stored API key:\n<%= config.bin %> <%= command.id %>"
221
+ "Get the testEnvironment value within the environment property from the config.json file:\n$ sf provar config get environment.testEnvironment -f config.json"
242
222
  ],
243
223
  "flags": {
244
224
  "json": {
@@ -255,41 +235,52 @@
255
235
  "hasDynamicHelp": false,
256
236
  "multiple": false,
257
237
  "type": "option"
238
+ },
239
+ "file-path": {
240
+ "char": "f",
241
+ "name": "file-path",
242
+ "required": true,
243
+ "summary": "Config file-path to get the properties from.",
244
+ "hasDynamicHelp": false,
245
+ "multiple": false,
246
+ "type": "option"
258
247
  }
259
248
  },
260
249
  "hasDynamicHelp": false,
261
250
  "hiddenAliases": [],
262
- "id": "provar:auth:rotate",
251
+ "id": "provar:config:get",
263
252
  "pluginAlias": "@provartesting/provardx-cli",
264
253
  "pluginName": "@provartesting/provardx-cli",
265
254
  "pluginType": "core",
266
- "strict": true,
267
- "summary": "Rotate your stored Provar Quality Hub API key.",
255
+ "strict": false,
256
+ "summary": "Retrieve a value from the specified JSON file.",
268
257
  "enableJsonFlag": true,
269
258
  "isESM": true,
270
259
  "relativePath": [
271
260
  "lib",
272
261
  "commands",
273
262
  "provar",
274
- "auth",
275
- "rotate.js"
263
+ "config",
264
+ "get.js"
276
265
  ],
277
266
  "aliasPermutations": [],
278
267
  "permutations": [
279
- "provar:auth:rotate",
280
- "auth:provar:rotate",
281
- "auth:rotate:provar",
282
- "provar:rotate:auth",
283
- "rotate:provar:auth",
284
- "rotate:auth:provar"
268
+ "provar:config:get",
269
+ "config:provar:get",
270
+ "config:get:provar",
271
+ "provar:get:config",
272
+ "get:provar:config",
273
+ "get:config:provar"
285
274
  ]
286
275
  },
287
- "provar:auth:status": {
276
+ "provar:config:set": {
288
277
  "aliases": [],
289
278
  "args": {},
290
- "description": "Reports where the active API key comes from (environment variable or stored file),\nshows the key prefix and when it was set, and states whether validation will use the\nQuality Hub API or local rules only. The full key is never printed.\n\nIf no key is configured, guidance is shown for logging in or requesting access.",
279
+ "description": "Set one or more properties in the specified JSON file.",
291
280
  "examples": [
292
- "Check auth status:\n<%= config.bin %> <%= command.id %>"
281
+ "Set the environment to “SIT” in the config.json properties file:\n$ sf provar config set environment.testEnvironment=\"SIT\" -f config.json",
282
+ "Set the testEnvironment to “SIT” and the webBrowser to “Chrome”, within the environment property.\n$ sf provar config set environment.testEnvironment=\"SIT\" environment.webBrowser=\"Chrome\" -f config.json",
283
+ "Set testCases to a list of test case paths in the config.json properties file.\n$ sf provar config set testCases='[\"tests/myTestCase.testcase\",\"tests/testSuite1/myTestCase1.testCase\"]' -f config.json"
293
284
  ],
294
285
  "flags": {
295
286
  "json": {
@@ -306,33 +297,42 @@
306
297
  "hasDynamicHelp": false,
307
298
  "multiple": false,
308
299
  "type": "option"
300
+ },
301
+ "file-path": {
302
+ "char": "f",
303
+ "name": "file-path",
304
+ "required": true,
305
+ "summary": "Config file-path to set the properties to.",
306
+ "hasDynamicHelp": false,
307
+ "multiple": false,
308
+ "type": "option"
309
309
  }
310
310
  },
311
311
  "hasDynamicHelp": false,
312
312
  "hiddenAliases": [],
313
- "id": "provar:auth:status",
313
+ "id": "provar:config:set",
314
314
  "pluginAlias": "@provartesting/provardx-cli",
315
315
  "pluginName": "@provartesting/provardx-cli",
316
316
  "pluginType": "core",
317
- "strict": true,
318
- "summary": "Show the current Provar API key configuration status.",
317
+ "strict": false,
318
+ "summary": "Set one or more properties in the specified JSON file.",
319
319
  "enableJsonFlag": true,
320
320
  "isESM": true,
321
321
  "relativePath": [
322
322
  "lib",
323
323
  "commands",
324
324
  "provar",
325
- "auth",
326
- "status.js"
325
+ "config",
326
+ "set.js"
327
327
  ],
328
328
  "aliasPermutations": [],
329
329
  "permutations": [
330
- "provar:auth:status",
331
- "auth:provar:status",
332
- "auth:status:provar",
333
- "provar:status:auth",
334
- "status:provar:auth",
335
- "status:auth:provar"
330
+ "provar:config:set",
331
+ "config:provar:set",
332
+ "config:set:provar",
333
+ "provar:set:config",
334
+ "set:provar:config",
335
+ "set:config:provar"
336
336
  ]
337
337
  },
338
338
  "provar:mcp:start": {
@@ -602,111 +602,6 @@
602
602
  "open:quality-hub:provar"
603
603
  ]
604
604
  },
605
- "provar:automation:project:validate": {
606
- "aliases": [],
607
- "args": {},
608
- "description": "Reads the plan/suite/testinstance hierarchy from the plans/ directory, resolves test\ncase XML from the tests/ directory, and runs the full validation rule set. Reports a\nquality score, violation summary, and per-plan/suite breakdown. Saves a QH-compatible\nJSON report to {project_path}/provardx/validation/ by default.",
609
- "examples": [
610
- "Validate the Provar project in the current directory:\n<%= config.bin %> <%= command.id %>",
611
- "Validate a project at a specific path and output JSON:\n<%= config.bin %> <%= command.id %> --project-path /path/to/MyProject --json",
612
- "Validate with a custom quality threshold, saving results to a specific directory:\n<%= config.bin %> <%= command.id %> -p /path/to/MyProject -q 90 -d /reports/validation",
613
- "Validate without saving results:\n<%= config.bin %> <%= command.id %> --no-save-results"
614
- ],
615
- "flags": {
616
- "json": {
617
- "description": "Format output as json.",
618
- "helpGroup": "GLOBAL",
619
- "name": "json",
620
- "allowNo": false,
621
- "type": "boolean"
622
- },
623
- "flags-dir": {
624
- "helpGroup": "GLOBAL",
625
- "name": "flags-dir",
626
- "summary": "Import flag values from a directory.",
627
- "hasDynamicHelp": false,
628
- "multiple": false,
629
- "type": "option"
630
- },
631
- "project-path": {
632
- "char": "p",
633
- "name": "project-path",
634
- "summary": "Path to the Provar project root (directory containing the .testproject file). Defaults to current directory.",
635
- "default": "/home/runner/work/provardx-cli/provardx-cli",
636
- "hasDynamicHelp": false,
637
- "multiple": false,
638
- "type": "option"
639
- },
640
- "quality-threshold": {
641
- "char": "q",
642
- "name": "quality-threshold",
643
- "summary": "Minimum quality score (0-100) for a test case to pass validation (default: 80).",
644
- "default": 80,
645
- "hasDynamicHelp": false,
646
- "multiple": false,
647
- "type": "option"
648
- },
649
- "save-results": {
650
- "name": "save-results",
651
- "summary": "Write a QH-compatible JSON report to provardx/validation/. Use --no-save-results to skip (default: true).",
652
- "allowNo": true,
653
- "type": "boolean"
654
- },
655
- "results-dir": {
656
- "char": "d",
657
- "name": "results-dir",
658
- "summary": "Override the output directory for the saved validation report.",
659
- "hasDynamicHelp": false,
660
- "multiple": false,
661
- "type": "option"
662
- }
663
- },
664
- "hasDynamicHelp": false,
665
- "hiddenAliases": [],
666
- "id": "provar:automation:project:validate",
667
- "pluginAlias": "@provartesting/provardx-cli",
668
- "pluginName": "@provartesting/provardx-cli",
669
- "pluginType": "core",
670
- "strict": true,
671
- "summary": "Validate a Provar project from its directory on disk and report quality scores.",
672
- "enableJsonFlag": true,
673
- "isESM": true,
674
- "relativePath": [
675
- "lib",
676
- "commands",
677
- "provar",
678
- "automation",
679
- "project",
680
- "validate.js"
681
- ],
682
- "aliasPermutations": [],
683
- "permutations": [
684
- "provar:automation:project:validate",
685
- "automation:provar:project:validate",
686
- "automation:project:provar:validate",
687
- "automation:project:validate:provar",
688
- "provar:project:automation:validate",
689
- "project:provar:automation:validate",
690
- "project:automation:provar:validate",
691
- "project:automation:validate:provar",
692
- "provar:project:validate:automation",
693
- "project:provar:validate:automation",
694
- "project:validate:provar:automation",
695
- "project:validate:automation:provar",
696
- "provar:automation:validate:project",
697
- "automation:provar:validate:project",
698
- "automation:validate:provar:project",
699
- "automation:validate:project:provar",
700
- "provar:validate:automation:project",
701
- "validate:provar:automation:project",
702
- "validate:automation:provar:project",
703
- "validate:automation:project:provar",
704
- "provar:validate:project:automation",
705
- "validate:provar:project:automation",
706
- "validate:project:provar:automation",
707
- "validate:project:automation:provar"
708
- ]
709
- },
710
605
  "provar:automation:config:generate": {
711
606
  "aliases": [],
712
607
  "args": {},
@@ -1082,6 +977,111 @@
1082
977
  "validate:config:automation:provar"
1083
978
  ]
1084
979
  },
980
+ "provar:automation:project:validate": {
981
+ "aliases": [],
982
+ "args": {},
983
+ "description": "Reads the plan/suite/testinstance hierarchy from the plans/ directory, resolves test\ncase XML from the tests/ directory, and runs the full validation rule set. Reports a\nquality score, violation summary, and per-plan/suite breakdown. Saves a QH-compatible\nJSON report to {project_path}/provardx/validation/ by default.",
984
+ "examples": [
985
+ "Validate the Provar project in the current directory:\n<%= config.bin %> <%= command.id %>",
986
+ "Validate a project at a specific path and output JSON:\n<%= config.bin %> <%= command.id %> --project-path /path/to/MyProject --json",
987
+ "Validate with a custom quality threshold, saving results to a specific directory:\n<%= config.bin %> <%= command.id %> -p /path/to/MyProject -q 90 -d /reports/validation",
988
+ "Validate without saving results:\n<%= config.bin %> <%= command.id %> --no-save-results"
989
+ ],
990
+ "flags": {
991
+ "json": {
992
+ "description": "Format output as json.",
993
+ "helpGroup": "GLOBAL",
994
+ "name": "json",
995
+ "allowNo": false,
996
+ "type": "boolean"
997
+ },
998
+ "flags-dir": {
999
+ "helpGroup": "GLOBAL",
1000
+ "name": "flags-dir",
1001
+ "summary": "Import flag values from a directory.",
1002
+ "hasDynamicHelp": false,
1003
+ "multiple": false,
1004
+ "type": "option"
1005
+ },
1006
+ "project-path": {
1007
+ "char": "p",
1008
+ "name": "project-path",
1009
+ "summary": "Path to the Provar project root (directory containing the .testproject file). Defaults to current directory.",
1010
+ "default": "/home/runner/work/provardx-cli/provardx-cli",
1011
+ "hasDynamicHelp": false,
1012
+ "multiple": false,
1013
+ "type": "option"
1014
+ },
1015
+ "quality-threshold": {
1016
+ "char": "q",
1017
+ "name": "quality-threshold",
1018
+ "summary": "Minimum quality score (0-100) for a test case to pass validation (default: 80).",
1019
+ "default": 80,
1020
+ "hasDynamicHelp": false,
1021
+ "multiple": false,
1022
+ "type": "option"
1023
+ },
1024
+ "save-results": {
1025
+ "name": "save-results",
1026
+ "summary": "Write a QH-compatible JSON report to provardx/validation/. Use --no-save-results to skip (default: true).",
1027
+ "allowNo": true,
1028
+ "type": "boolean"
1029
+ },
1030
+ "results-dir": {
1031
+ "char": "d",
1032
+ "name": "results-dir",
1033
+ "summary": "Override the output directory for the saved validation report.",
1034
+ "hasDynamicHelp": false,
1035
+ "multiple": false,
1036
+ "type": "option"
1037
+ }
1038
+ },
1039
+ "hasDynamicHelp": false,
1040
+ "hiddenAliases": [],
1041
+ "id": "provar:automation:project:validate",
1042
+ "pluginAlias": "@provartesting/provardx-cli",
1043
+ "pluginName": "@provartesting/provardx-cli",
1044
+ "pluginType": "core",
1045
+ "strict": true,
1046
+ "summary": "Validate a Provar project from its directory on disk and report quality scores.",
1047
+ "enableJsonFlag": true,
1048
+ "isESM": true,
1049
+ "relativePath": [
1050
+ "lib",
1051
+ "commands",
1052
+ "provar",
1053
+ "automation",
1054
+ "project",
1055
+ "validate.js"
1056
+ ],
1057
+ "aliasPermutations": [],
1058
+ "permutations": [
1059
+ "provar:automation:project:validate",
1060
+ "automation:provar:project:validate",
1061
+ "automation:project:provar:validate",
1062
+ "automation:project:validate:provar",
1063
+ "provar:project:automation:validate",
1064
+ "project:provar:automation:validate",
1065
+ "project:automation:provar:validate",
1066
+ "project:automation:validate:provar",
1067
+ "provar:project:validate:automation",
1068
+ "project:provar:validate:automation",
1069
+ "project:validate:provar:automation",
1070
+ "project:validate:automation:provar",
1071
+ "provar:automation:validate:project",
1072
+ "automation:provar:validate:project",
1073
+ "automation:validate:provar:project",
1074
+ "automation:validate:project:provar",
1075
+ "provar:validate:automation:project",
1076
+ "validate:provar:automation:project",
1077
+ "validate:automation:provar:project",
1078
+ "validate:automation:project:provar",
1079
+ "provar:validate:project:automation",
1080
+ "validate:provar:project:automation",
1081
+ "validate:project:provar:automation",
1082
+ "validate:project:automation:provar"
1083
+ ]
1084
+ },
1085
1085
  "provar:quality-hub:test:run": {
1086
1086
  "aliases": [
1087
1087
  "provar:manager:test:run"
@@ -2036,5 +2036,5 @@
2036
2036
  ]
2037
2037
  }
2038
2038
  },
2039
- "version": "1.5.0-beta.15"
2039
+ "version": "1.5.0-beta.17"
2040
2040
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@provartesting/provardx-cli",
3
3
  "description": "A plugin for the Salesforce CLI to orchestrate testing activities and report quality metrics to Provar Quality Hub",
4
- "version": "1.5.0-beta.15",
4
+ "version": "1.5.0-beta.17",
5
5
  "mcpName": "io.github.ProvarTesting/provar",
6
6
  "license": "BSD-3-Clause",
7
7
  "plugins": [
@@ -146,10 +146,11 @@
146
146
  ]
147
147
  },
148
148
  "compile": {
149
- "command": "tsc -p . --pretty --incremental && shx mkdir -p lib/mcp/rules && shx cp src/mcp/rules/*.json lib/mcp/rules/ && shx mkdir -p lib/mcp/docs && shx cp docs/PROVAR_TEST_STEP_REFERENCE.md lib/mcp/docs/",
149
+ "command": "tsc -p . --pretty --incremental && shx mkdir -p lib/mcp/rules && shx cp src/mcp/rules/*.json lib/mcp/rules/ && shx mkdir -p lib/mcp/docs && shx cp docs/PROVAR_TEST_STEP_REFERENCE.md lib/mcp/docs/ && shx cp docs/NITROX_COMPONENT_CATALOG.md lib/mcp/docs/",
150
150
  "files": [
151
151
  "src/**/*.ts",
152
152
  "src/mcp/rules/*.json",
153
+ "docs/NITROX_COMPONENT_CATALOG.md",
153
154
  "**/tsconfig.json",
154
155
  "messages/**"
155
156
  ],