haxelib icon indicating copy to clipboard operation
haxelib copied to clipboard

Add an --unstable flag for installing unstable releases

Open tobil4sk opened this issue 3 years ago • 0 comments

Right now, haxelib install ignores unstable releases (alpha, beta, rc) when running:

haxelib install library

The only way to install a pre-release version is to manually check for it and install it specifically:

haxelib install library 5.0.0-alpha.2

We could add an --unstable flag to allow installation of the latest unstable release via

haxelib install library --unstable

We could add it to haxelib update as well, but maybe only when updating a specific library, rather than when doing a full update of all libraries?

tobil4sk avatar Nov 20 '22 17:11 tobil4sk