marcosnils / bin

Effortless binary manager
MIT License
648 stars 45 forks source link

bin install github.com/helm/helm #127

Closed dR3b closed 2 years ago

dR3b commented 2 years ago

I got the following error with bin install github.com/helm/helm:

% bin install github.com/helm/helm
   • Getting latest release for helm/helm

Multiple matches found, please select one:

 [1] 54827640
 [2] 54827642
 [3] 54827644
 [4] 54827645
 [5] 54827647
 [6] 54827648
 Select an option: ^C

I would expect the versions x.y.z. here.

marcosnils commented 2 years ago

Fixed in bin v0.13.1.

Unfortunately, helm cannot be installed using bin because they don't publish their binaries in github releases.

dR3b commented 2 years ago

Alternatives?

marcosnils commented 2 years ago

Use any of their official package manager releases? https://helm.sh/

MurzNN commented 7 months ago

Seems this will be possible when this PR https://github.com/marcosnils/bin/pull/179 will be merged, and for kubectl too?

marcosnils commented 7 months ago

Seems this will be possible when this PR #179 will be merged, and for kubectl too?

yes, this seems to be possible.