Commit b73435f
Add serialization utility for CLI commands for docs gen (#361)
* Add serialization of CLI commands for docs gen
First iteration on apiref generator
Small formatting updates to output
Add basic tests for CLI reference generation
Add GitHub action for CLI reference generation
Add comments throughout generator code
Omit everything CLI reference from the OSS repo
Split monolithic generator into concern-based files
Simplify tool to just generate JSON contract
* Preserve whitespace in contract then trim as needed
* Fix a filenaming issue
* Rename JSON generator for higher clarity
* Dedupe serialization paths and 'magic strings'
* Harden CLI JSON export generator and tooling
* Remove write-to-file for now for simplicity, stdout only
GitOrigin-RevId: 3b8172ff2e8adace73e6c26a8417a2539013151e1 parent 8478a4b commit b73435f
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
0 commit comments