cloudnativelabs / kube-shell

Kubernetes shell: An integrated shell for working with the Kubernetes
Apache License 2.0
2.38k stars 175 forks source link

Make it possible to install via homebrew #45

Open ahmetb opened 6 years ago

ahmetb commented 6 years ago

I install all my tools via Homebrew (declaratively via the "Bundle" feature) on macOS.

I think kube-shell should be possible to installable via Homebrew as well. You can start curating a brew formula in this repo and I can pilot it by tapping into this repo, then installing the formula. This project meets the criteria (not very new, has enough stars etc) to be accepted into the Homebrew-core repository, so in the future it can be added via:

brew install kube-shell

I really would like to see this happen. Installing things with language-specific package managers (i.e. pip) and using my system-site-packages path for this task doesn’t sound ideal to me.

vogxn commented 6 years ago

This is really powerful. I would really love this for kube-shell. I am not fully sure where to get started so I'll do a bit of searching and try and make some progress.

ahmetb commented 6 years ago

I'd find another software in Homebrew formula repository that is normally installable via pip and just copy from there.