|
4 | 4 | "description": "CLI for DWS setup, validation, conversion, benchmarking, reporting, and skills.", |
5 | 5 | "commands": { |
6 | 6 | "setup": { |
7 | | - "command": "dws-cli setup", |
| 7 | + "command": "dws setup", |
8 | 8 | "description": "Initialize or configure the DWS environment." |
9 | 9 | }, |
10 | 10 | "preflight": { |
11 | | - "command": "dws-cli preflight", |
12 | | - "description": "Run preflight checks before conversion or benchmarks." |
| 11 | + "command": "dws preflight <htmlPath>", |
| 12 | + "description": "Run preflight checks on an HTML file (stub output)." |
13 | 13 | }, |
14 | 14 | "convert": { |
15 | | - "command": "dws-cli convert", |
16 | | - "description": "Convert inputs using the DWS pipeline." |
| 15 | + "command": "dws convert <htmlPath> --output <path>", |
| 16 | + "description": "Convert HTML to PDF (stub output)." |
17 | 17 | }, |
18 | 18 | "benchmark": { |
19 | | - "command": "dws-cli benchmark", |
20 | | - "description": "Run benchmarks against a dataset or config." |
| 19 | + "command": "dws benchmark --suite <name>", |
| 20 | + "description": "Run benchmark placeholders and write results JSON." |
21 | 21 | }, |
22 | 22 | "report": { |
23 | | - "command": "dws-cli report", |
24 | | - "description": "Generate or view benchmark reports." |
| 23 | + "command": "dws report --in <results.json> --out <report.md>", |
| 24 | + "description": "Generate a markdown report from benchmark results." |
25 | 25 | }, |
26 | 26 | "skills": { |
27 | | - "command": "dws-cli skills", |
| 27 | + "command": "dws skills <subcommand>", |
28 | 28 | "description": "List or manage DWS skills." |
29 | 29 | } |
30 | 30 | } |
|
0 commit comments