ezsystems / launchpad

CLI tool to bootstrap an eZ Platform project Docker stack | #justcode
https://ezsystems.github.io/launchpad
MIT License
22 stars 26 forks source link

Improve ezPlatform version detection #79

Closed skrosoft closed 4 years ago

skrosoft commented 4 years ago
Q A
Bug report? no
Feature request? yes
BC Break report? no
RFC? yes/no
Version 1.5.4
Environment Linux/Mac/Windows

ezlaunchpad accept both command:

~/ez init ezsystems/ezplatform 2.5.9
~/ez init ezsystems/ezplatform v2.5.9

But when using "v2.5.9" as version, the "v" char make ezlaunchpad understanding the initialization as a Version 3 instalation.

ezlaunchpad should detect better the version to install.

Atte, Vincent