From 385cfd9ec6a758e020b53c8012b6c6b7eadadf15 Mon Sep 17 00:00:00 2001 From: Alistair Yan <52126234+1riatsila1@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:16:35 +0200 Subject: [PATCH] docs: readme for client gen (#161) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42175cc..a82e27b 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ just test ## Updating the client -The client used for interfacing with the UXI backend is autogenerated using an API Spec and [openapitools](https://github.com/OpenAPITools/openapi-generator-cli). In order to generate a client, ensure that the desired OpenAPI spec is copied to `./pkg/config-api-client/api/openapi.yaml`. Thereafter run: +The client used for interfacing with the UXI backend is autogenerated using an API Spec and [openapitools](https://github.com/OpenAPITools/openapi-generator-cli). In order to download the latest spec and generate the corresponding client, run: ```shell just generate-config-api-client