Skip to content

Commit b73435f

Browse files
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: 3b8172ff2e8adace73e6c26a8417a2539013151e
1 parent 8478a4b commit b73435f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

copy.bara.sky

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ DESTINATION_FILES = [
2626

2727
DESTINATION_FILES_EXCLUDE = [
2828
".github/workflows/copybara-push.yaml",
29+
".github/workflows/cli-json-export.yaml",
30+
"tools/generate-cli-json-export/**",
2931
]
3032

3133
DEFAULT_COMITTER = "Render Engineering <dev-public@render.com>"

0 commit comments

Comments
 (0)