Describe the bug
The CLI's Client API generator scripts are not working properly.
Also, the openapi-generator version used don't have support to arm64 builds, making it impossible to generate the API from the Raspberry Pi or any ARM host machine.
This feature is important to be working since we may automatically update and reflect the current state of all the APIs available from the backend side.
Steps to reproduce the behavior
- Go to the CLI submodule folder
- Run
./scripts/generate_client.sh
Expected behavior
It's expected that the script creates all the necessary API files into the th_cli/api_lib_autogen/ folder.
Log files
No response
PICS file
No response
Screenshots
No response
Environment
No response
Additional Information
No response
Describe the bug
The CLI's Client API generator scripts are not working properly.
Also, the
openapi-generatorversion used don't have support to arm64 builds, making it impossible to generate the API from the Raspberry Pi or any ARM host machine.This feature is important to be working since we may automatically update and reflect the current state of all the APIs available from the backend side.
Steps to reproduce the behavior
./scripts/generate_client.shExpected behavior
It's expected that the script creates all the necessary API files into the
th_cli/api_lib_autogen/folder.Log files
No response
PICS file
No response
Screenshots
No response
Environment
No response
Additional Information
No response