devops-works / binenv

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

Add k3d #129

Closed sokraflex closed 3 years ago

sokraflex commented 3 years ago

This PR adds support for k3d.

cleming commented 3 years ago
❯ binenv install k3d
2021-07-15T15:25:19+02:00 WRN version for "k3d" not specified; using "4.4.7"
fetching k3d version 4.4.7 100% |██████████| (16/16 MB, 8.882 MB/s)        
2021-07-15T15:25:21+02:00 INF "k3d" (4.4.7) installed

Thanks @sokraflex !