enonic / cli-enonic

GNU General Public License v3.0
41 stars 2 forks source link

`--force` flag should use default distro selection for a new sandbox #496

Closed alansemenov closed 9 months ago

alansemenov commented 10 months ago

Running

enonic sandbox create Sandbox1 --skip-template --force

should use the distro selected by default in the wizard (latest stable without --all flag or latest unstable with) for the new sandbox. Instead it gives error message: "Version flag can not be empty in non-interactive mode."