devops-works / binenv

One binary to rule them all. Manage all those pesky binaries (kubectl, helm, terraform, ...) easily.
MIT License
366 stars 44 forks source link

ERR no distribution named "regctl" #215

Closed EnochTheWise closed 1 week ago

EnochTheWise commented 1 year ago

Not found:

$ binenv search regctl

But present in versions:

$ binenv versions regctl
# Most recent first; legend: active, installed, available
regctl: 0.4.5 0.4.4 0.4.3 0.4.2 0.4.1 0.4.0 0.3.10 0.3.9 0.3.8 0.3.7 0.3.6 0.3.5 0.3.4 0.3.3 0.3.2 0.3.1 0.3.0 0.2.1 0.2.0 0.1.0 0.0.5 0.0.4 0.0.3 0.0.2 0.0.1

8)

leucos commented 1 year ago

You probably did not binenv update

EnochTheWise commented 1 year ago
$ binenv update regctl -f
updating distributions 100% |███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| (1/1, 445 it/s)
2022-10-21T11:19:09+07:00 ERR no distribution named "regctl"
$ binenv search regctl
$ binenv versions regctl
# Most recent first; legend: active, installed, available
regctl: 0.4.5 0.4.4 0.4.3 0.4.2 0.4.1 0.4.0 0.3.10 0.3.9 0.3.8 0.3.7 0.3.6 0.3.5 0.3.4 0.3.3 0.3.2 0.3.1 0.3.0 0.2.1 0.2.0 0.1.0 0.0.5 0.0.4 0.0.3 0.0.2 0.0.1 
$ binenv update
2022-10-21T11:19:40+07:00 INF retrieving distribution cache from https://raw.githubusercontent.com/devops-works/binenv/develop/distributions/cache.json
2022-10-21T11:19:41+07:00 INF fetched updates for 274 distributions
$ binenv search regctl
$ binenv update -f
updating distributions 100% |████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| (261/261, 5 it/s)         
$ binenv search regctl
$ binenv versions regctl
# Most recent first; legend: active, installed, available
regctl: 0.4.5 0.4.4 0.4.3 0.4.2 0.4.1 0.4.0 0.3.10 0.3.9 0.3.8 0.3.7 0.3.6 0.3.5 0.3.4 0.3.3 0.3.2 0.3.1 0.3.0 0.2.1 0.2.0 0.1.0 0.0.5 0.0.4 0.0.3 0.0.2 0.0.1
leucos commented 1 year ago

binenv update -a