cli/docs/cmd/build/sdk/index.md
Snider 8601e5b355 docs: add example.md files for all CLI commands
Each command directory now has both index.md (reference) and
example.md (usage examples and configuration samples).

Also adds exception for docs/cmd/build in .gitignore.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 14:58:54 +00:00

559 B

core build sdk

Generate API SDKs from OpenAPI specifications.

Usage

core build sdk [flags]

Flags

Flag Description
--spec Path to OpenAPI spec file
--lang Generate only this language
--version Version to embed
--dry-run Preview without generating

Examples

core build sdk                      # Generate all
core build sdk --lang typescript    # TypeScript only
core build sdk --spec ./api.yaml    # Custom spec
core build sdk --dry-run            # Preview