c-bata / kube-prompt

An interactive kubernetes client featuring auto-complete.
MIT License
1.78k stars 133 forks source link

Fetch the latest binary release without arch info #86

Open huang12zheng opened 3 years ago

huang12zheng commented 3 years ago

Inspired by https://github.com/technosophos/helm-template

#Stop execution on any error
trap "fail_trap" EXIT
set -e
initArch
initOS
verifySupported
getDownloadURL
downloadFile
installFile