cli-enonic
cli-enonic copied to clipboard
Filter the list of distros in `sandbox upgrade` command
When running sandbox upgrade command, we should filter the list of suggested distros by removing all versions that are equal to or older than current version of the sandbox. In the case below there should only be "7.5.0" in the list since my sandbox is on "7.4.1". If there are no versions that are later than current version of the sandbox, give message "Sandbox <SandboxName> is using the latest release of Enonic XP".
