Goal
Add Kibana API support to the CLI, allowing users to interact with Kibana endpoints alongside Elasticsearch and Cloud APIs.
Implementation Plan
- Manually implement a couple of representative Kibana APIs as proof-of-concept
- Add code generator to elastic/elastic-client-generator-js to generate Kibana API commands
- Import all generated Kibana API code into elastic/cli
This follows the same pattern as Cloud API support (#49) and Serverless API support (#51).
Specification
The Kibana API spec is available at: https://www.elastic.co/docs/api/doc/serverless.json
Goal
Add Kibana API support to the CLI, allowing users to interact with Kibana endpoints alongside Elasticsearch and Cloud APIs.
Implementation Plan
This follows the same pattern as Cloud API support (#49) and Serverless API support (#51).
Specification
The Kibana API spec is available at: https://www.elastic.co/docs/api/doc/serverless.json