Skip to content

Releases: icaroland/cli-entrypoint

0.1-alpha.4

10 Dec 12:14
550e273
Compare
Choose a tag to compare

enhance logging for debugging during installation on powershell

0.1-alpha.3

19 Nov 11:40
Compare
Choose a tag to compare
add waitFor() to cli process

0.1-alpha.2

19 Nov 10:37
d9e7c04
Compare
Choose a tag to compare
refactor-entrypoint (#10)

0.1-alpha.1

15 Nov 21:40
c643d1a
Compare
Choose a tag to compare

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)
  • 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)