Skip to content

Releases: epam/modular-cli

2.3.5

26 Feb 13:52
1a356d7
Compare
Choose a tag to compare

[2.3.5] - 2025-02-06

  • Add MISSING_CONFIGURATION_MESSAGE constant for error handling
    [EPMCEOOS-6591]:
  • Fix code based on SonarQube recommendations

[2.3.4] - 2025-01-08

  • Add ability to hide and input parameters interactively by supporting interactive_settings

2.3.3

29 Jan 13:57
2dd4086
Compare
Choose a tag to compare

[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 attribute login if configuration is missing

[2.3.1] - 2024-10-29

  • Update README.md file for PYPI

2.3.0

21 Nov 08:42
ade9acf
Compare
Choose a tag to compare

[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

10 Oct 23:39
1b3a854
Compare
Choose a tag to compare

[2.0.10] - 2024-07-19

  • Support more successful status codes

2.0.9

10 Oct 23:21
4b35a47
Compare
Choose a tag to compare

[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

19 Jun 05:44
5a063f0
Compare
Choose a tag to compare

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