DevMate CLI - 23.09.21.de14
github-actions
released this
21 Sep 08:46
·
46 commits
to master
since this release
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 <[email protected]>