devops-works / binenv

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

Upgrade all binaries #63

Closed cleming closed 2 years ago

cleming commented 3 years ago

Add option to upgrade all installed binaries

Workaround :

for d in $(binenv versions -f | grep -v ^# | cut -d'=' -f1); do binenv install $d; done
leucos commented 2 years ago

This is in since 0.18.0 :tada: