Port CI commands (changelog, version, publish, init) and SDK commands into a standalone module for CI/CD pipeline tooling. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
8 lines
273 B
Go
8 lines
273 B
Go
// SDK validation and API compatibility commands.
|
|
//
|
|
// Commands:
|
|
// - diff: Check for breaking API changes between spec versions
|
|
// - validate: Validate OpenAPI spec syntax
|
|
//
|
|
// Configuration via .core/sdk.yaml. For SDK generation, use: core build sdk
|
|
package sdkcmd
|