Releases: icaroland/cli-entrypoint
Releases · icaroland/cli-entrypoint
0.1-alpha.4
enhance logging for debugging during installation on powershell
0.1-alpha.3
add waitFor() to cli process
0.1-alpha.2
refactor-entrypoint (#10)
0.1-alpha.1
Tries to detect the cli to use
- We are not inside and icaro project?
- get the last cli version installed using a
SemVerComparator
(if no cli version installed raise error)
- get the last cli version installed using a
- We are inside an icaro project?
- read and use the cli version installed (if we can't read the json or the version is not present raise error)