Releases: epam/modular-cli
Releases · epam/modular-cli
2.3.5
2.3.3
[2.3.3] - 2024-11-12
- Update output message to include alias if it exists when required parameters are missing
[2.3.2] - 2024-10-31
- Fix bug
NoneType
object has no attributelogin
if configuration is missing
[2.3.1] - 2024-10-29
- Update
README.md
file forPYPI
2.3.0
[2.3.0] - 2024-09-20
- Fix output of
modular-cli version
command
[2.2.0] - 2024-08-22
- Update CLI to support
refresh token
implementation and store it in the
credentials
file - Fix issue where JSON conversion prompt appears even when table fits in terminal
[2.1.0] - 2024-08-20
- Reduce all output parameter keys to the same style
[2.0.11] - 2024-08-19
- Fix
get_entry_point
to return the intended entry point by specifically
checking for the default package name in package resources
2.0.10
[2.0.10] - 2024-07-19
- Support more successful status codes
2.0.9
[2.0.9] - 2024-07-01
- Fix
'str' object has no attribute 'items'
issue when--table
flag is present
[2.0.8] - 2024-06-25
- Fix bug in
process_table_view
method causing table breakage if\r\n
are in
object set into a table
[2.0.7] - 2024-06-10
- Add exit code 1 for handling non-200 status code responses
[2.0.6] - 2024-05-07
- Enhance table view by increasing value of
MAX_COLUMNS_WIDTH
and reusing this
constant instead of using hardcoded value - Fix a bug in the
process_table_view
method that breaks the table and shifts
it if the headers are not in each json block
2.0.5
What's Changed
- Implemented proper bool type command option processing
- Hid error logs when executing CLI commands on MacOS
- Enhanced readability using the
modular setup
command if the user provides an invalid link.
Full Changelog: https://github.com/epam/modular-cli/commits/2.0.5