Azure / service-catalog-cli

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

Self-updating binary #101

Closed carolynvs closed 6 years ago

carolynvs commented 6 years ago

It would be nice to have a command to in-place replace the binary, e.g. svcat -upgrade. FYI, if we end up distributing with a package manager, that needs to be disabled for those builds.

This may be one way to accomplish that: https://github.com/rhysd/go-github-selfupdate.