ExtendCli - Release Notes - 3.2
3.2.2-funcrel
Other Updates
| Internal Id | Details |
|---|
| EXTENDCLI-61 | In command “bundle pack”, the command –force/-f has been replaced with -i / –ignore-warnings (with the same behaviour) to better describe the option usage. |
| EXTENDCLI-62 | Fixed an issue that could cause extension strategy to be ignored under certain conditions. |
3.2.1-funcrel
Feature Improvements
| Summary | Details |
|---|
| Cache management | Improvements to cache management and error resolution. |
Other Updates
| Internal Id | Details |
|---|
| EXTENDCLI-54 | Improved automatic error resolution |
3.2.0-funcrel
New Features
| Summary | Details |
|---|
| Added command “bundle install” | New command is designed to install all extensions described in the bundle to the default extensions folder or an optional custom destination folder. |
Other Updates
| Internal Id | Details |
|---|
| EXTENDCLI-54 | Fixed an issue where hash validation would fail randomly when extension is valid. |
| EXTENDCLI-53 | Fixed an issue where hash validation would fail randomly when extension is valid. |
Resolved Issues
| Customer Ticket Id | Details |
|---|
| 44772 | Fixed an issue where under some conditions extendCLI wouldn’t validate extension version match when connected to Extend Proxy. |
AJS.$('[data-macro-name="markdown-from-url"] code').each(function(i, block) { hljs.highlightBlock(block); });``AJS.$('[data-macro-name="markdown-from-url"] .language-mermaid').each(function(i, block) { const config = { startOnLoad:true, theme: 'default', flowchart:{ useMaxWidth:false, htmlLabels:true } }; mermaid.initialize(config); window.mermaid.init(undefined, block); });