cli/cmd/api
Snider d6eec4d240
Some checks are pending
Security Scan / Go Vulnerability Check (push) Waiting to run
Security Scan / Dependency & Config Scan (push) Waiting to run
Security Scan / Secret Detection (push) Waiting to run
feat(api): add core api spec and core api sdk commands
New command group for OpenAPI spec generation and SDK codegen:
- `core api spec` generates OpenAPI 3.1 spec (JSON/YAML) from route groups
- `core api sdk` generates client SDKs via openapi-generator-cli
- Adds go-api dependency for SpecBuilder, ExportSpec, SDKGenerator

Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 01:28:58 +00:00
..
cmd.go feat(api): add core api spec and core api sdk commands 2026-02-21 01:28:58 +00:00
cmd_sdk.go feat(api): add core api spec and core api sdk commands 2026-02-21 01:28:58 +00:00
cmd_spec.go feat(api): add core api spec and core api sdk commands 2026-02-21 01:28:58 +00:00
cmd_test.go feat(api): add core api spec and core api sdk commands 2026-02-21 01:28:58 +00:00