Skip to content

Releases: OhmSpectator/devmate

DevMate CLI - 24.02.07.d1a8

Choose a tag to compare

@github-actions github-actions released this 07 Feb 14:18
Fix typo in Device Row UI

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

DevMate CLI - 23.09.21.de14

Choose a tag to compare

@github-actions github-actions released this 21 Sep 08:46
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

Choose a tag to compare

@github-actions github-actions released this 19 Sep 11:56
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

Choose a tag to compare

@github-actions github-actions released this 19 Sep 10:30
devmate/cli: Add CLI Configuration Management for Server Address and …

DevMate CLI - 23.09.19.0b65

Choose a tag to compare

@github-actions github-actions released this 19 Sep 09:45
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

Choose a tag to compare

@github-actions github-actions released this 15 Sep 14:59
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>