marcosnils/bin

bin install github.com/helm/helm

dR3b opened this issue · 5 comments

dR3b commented

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.

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

Alternatives?

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

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

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

yes, this seems to be possible.