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>
559 B
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