This repository contains OpenAPI specifications and generated code for Kortex components.
Contains the OpenAPI specification for the Kortex CLI and generated type definitions.
openapi.yaml- OpenAPI specification describing the commands available in the Kortex CLIgo/- Go type definitions for the CLI clienttypescript/- TypeScript type definitions for the CLI client
Each path in the OpenAPI specification corresponds to a CLI command, and response formats define the structure of command output when using the -o json flag.
Contains the OpenAPI specification for Kortex Workspace configuration and generated type definitions.
openapi.yaml- OpenAPI specification for workspace configurationgo/- Go type definitions for the workspace configurationtypescript/- TypeScript type definitions for the workspace configuration
This project is licensed under the Apache License 2.0. See the LICENSE file for details.