Skip to content

Releases: OhmSpectator/devmate

DevMate CLI - 24.02.07.d1a8

07 Feb 14:18
Compare
Choose a tag to compare
Fix typo in Device Row UI

Signed-off-by: Nikolay Martyanov <nikolay@zededa.com>

DevMate CLI - 23.09.21.de14

21 Sep 08:46
Compare
Choose a tag to compare
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

19 Sep 11:56
Compare
Choose a tag to compare
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

19 Sep 10:30
Compare
Choose a tag to compare
devmate/cli: Add CLI Configuration Management for Server Address and …

DevMate CLI - 23.09.19.0b65

19 Sep 09:45
Compare
Choose a tag to compare
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

15 Sep 14:59
Compare
Choose a tag to compare
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>