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

Adds kconnect, a tool to manage kubectl cluster configurations #245

Closed mpepping closed 8 months ago

mpepping commented 8 months ago

@leucos, @cleming, could you please have a look?

cleming commented 8 months ago
❯ binenv update -f kconnect

❯ binenv install kconnect
2023-10-26T09:38:37+02:00 WRN version for "kconnect" not specified; using "0.5.13"
2023-10-26T09:38:44+02:00 INF "kconnect" (0.5.13) installed

❯ kconnect version
info    kconnect - the Kubernetes Connection Manager CLI    {"version": "0.5.13"}

It works ! :tada: thank you @mpepping and sorry for the delay