databricks / click

The "Command Line Interactive Controller for Kubernetes"
Apache License 2.0
1.49k stars 85 forks source link

Homebrew installation for MacOS #171

Closed bygui86 closed 2 years ago

bygui86 commented 2 years ago

Hi guys,

I like this tool. But for who does not want to install rust and cargo (because not used in the company), what about an easy installation with Homebrew on MacOS?

nicklan commented 2 years ago

I'd like to offer that, but I'm not a Mac user, so it would need to come from someone else. What would be involved in supporting that?

bygui86 commented 2 years ago

@nicklan I don't think you should support macos specifically. In general it would be good to have an easier installation mode not requiring cargo. Something like "download the compiled executable and put it in your PATH".

rockwotj commented 2 years ago

It would be great if this project hosted precompiled binaries in the Releases page when tags are created. I think this would be pretty simple to add via: https://github.com/rust-build/rust-build.action

nicklan commented 2 years ago

This is done now, check the Release page :)