* Implemented proper bool type command option processing
2.0.0
* Update libraries to support Python 3.10: * `prettytable` from 3.2.0 to 3.9.0 * `PyYAML` from 6.0 to 6.0.1 * `requests` from 2.27.1 to 2.31.0 * `tabulate` from 0.8.9 to 0.9.0 * `typing_extensions` from 4.2.0 to 4.7.1 * `zipp` from 3.8.0 to 3.12.0 * `wcwidth` from 0.2.5 to 0.2.6
1.2.9
* Add ability to set custom log path by environment variable `SERVICE_LOGS` [EPMCEOOS-5023]
1.2.8
* Add ability to set up entry point for console script by env. variable named `MODULAR_CLI_ENTRY_POINT`