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

`binenv update [-f]` should exit(1) if ANY issue occurs with cache update #221

Open leucos opened 1 year ago

leucos commented 1 year ago

When binenv updates it's cache, it continues when an update for the distribution is encountered.

While this feature is quite nice and can be helpful in some situations, we still want to exit(1) when an error occurs. For instance, when creating a cache in GH actions, we do not want to replace a propre cache with a new one where some distributions are missing.