ci/sdk/cmd_commands.go

9 lines
273 B
Go
Raw Permalink Normal View History

// 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