This script will read the version of the Helm server you are running, download a new version of the helm CLI to your machine if needed, and run your command with a version of helm that matches your server.
I named it h since most everyone appears to alias helm to h anyway.
Download the file to somewhere in your path. Any time you would call helm ..., call h ... instead.
curl -OL https://raw.githubusercontent.com/deis/h/master/h && chmod +x h
