devops-works/binenv

[v0.13.0]Problem with kafkactl

EnochTheWise opened this issue · 3 comments

$ binenv install kafkactl
2021-10-11T14:42:23+07:00 WRN version for "kafkactl" not specified; using ""
2021-10-11T14:42:23+07:00 ERR unable to install "kafkactl" () error="unable to select latest stable version for \"kafkactl\": no stable version available. May be run 'binenv update kafkactl' ?"

$ binenv update kafkactl
2021-10-11T14:42:40+07:00 INF retrieving distribution cache from https://raw.githubusercontent.com/devops-works/binenv/develop/distributions/cache.json
2021-10-11T14:42:40+07:00 INF fetched updates for 194 distributions

$ binenv install kafkactl
2021-10-11T14:42:42+07:00 WRN version for "kafkactl" not specified; using ""
2021-10-11T14:42:42+07:00 ERR unable to install "kafkactl" () error="unable to select latest stable version for \"kafkactl\": no stable version available. May be run 'binenv update kafkactl' ?"

hello; I guess this is a dupe of #159 and #157
binenv seems to have issues finding versions in cache.
we'll look into it.

in the meantime, you probably can fix this using binenv update kafkactl -f

Sometimes some app dont have version in cache.json
Last example
9c7dacd#r57912119