Releases: OhmSpectator/devmate
Releases · OhmSpectator/devmate
DevMate CLI - 24.02.07.d1a8
Fix typo in Device Row UI Signed-off-by: Nikolay Martyanov <nikolay@zededa.com>
DevMate CLI - 23.09.21.de14
devmate/cli: Add support for self-signed certificates in CLI. - Imported `warnings` and `urllib3` to suppress SSL warnings for self-signed certificates. - Introduced `do_api_call` function to handle API calls and manage SSL verification. - Replaced direct `requests` calls with `do_api_call` across various CLI commands for a consistent approach to handling self-signed certificates. Signed-off-by: Nikolay Martyanov <nikolay@zededa.com>
DevMate CLI - 23.09.19.fbcc
devmate/cli: Enhance CLI help messages and usage instructions. - Refactor argparse setup for better readability and maintainability. - Include usage examples for each sub-command for improved user experience. - Extend main parser description for more comprehensive overview. - Mark model, protocol, address, and port arguments as required for relevant sub-commands. Signed-off-by: Nikolay Martyanov <nikolay@zededa.com>
DevMate CLI - 23.09.19.c79d
devmate/cli: Add CLI Configuration Management for Server Address and …
DevMate CLI - 23.09.19.0b65
devmate/cli: Refactor list_devices output to tabular format. Enhance the readability of the list_devices function output by presenting it in a structured tabular format. - Replaced the previous list output with a table-like structure using PrettyTable. - Updated dependencies to include PrettyTable. - Modified the unit tests to match the new table output. Signed-off-by: Nikolay Martyanov <nikolay@zededa.com>
DevMate CLI - 23.09.15.0aee
devmate/cli: Rename Ubuntu to Linux in GitHub Actions workflow. Added a new step to the CI/CD pipeline in the `publish-cli.yml` GitHub Actions workflow. The step renames the Ubuntu CLI artifact folder to Linux for better platform-agnostic naming. Signed-off-by: Nikolay Martyanov <nikolay@zededa.com>