Azure / service-catalog-cli

See the upstream repository ->
https://github.com/kubernetes-incubator/service-catalog
MIT License
33 stars 14 forks source link

Tweak build script / version command for homebrew #71

Closed carolynvs closed 6 years ago

carolynvs commented 6 years ago

Homebrew prefers to not build from git, instead downloading the compressed archive and passing the version into the make command.

Homebrew

$ svcat --version
svcat v1.2.3

Other

$ svcat --version
svcat v1.2.3 (abc1234)

A few other minor tweaks