helm/scripts
Matt Butcher 8934eb5dc6
feat(scripts): add 'get' script to download and install
This adds 'scripts/get`, which is a bash script for fetching and
installing the Helm client. It has the following features:

- It uses the GitHub API to discover the latest release
- It downloads the SHA256 checksum and verifies the binary using it
- It does basic tests on the installation
2016-10-24 17:35:35 -06:00
..
cluster fix(scripts): update local-cluster.sh to work with v1.3 2016-07-05 13:02:10 -07:00
ci.sh fix(ci): ensure go packages are compiled before testing 2016-10-19 08:30:29 -07:00
coverage.sh fix(ci): disable running coverage in parallel 2016-08-10 13:08:24 -07:00
get feat(scripts): add 'get' script to download and install 2016-10-24 17:35:35 -06:00
local-cluster.sh fix(scripts): update local-cluster.sh to work with v1.3 2016-07-05 13:02:10 -07:00
sync-repo.sh fix(*): add license header 2016-06-22 12:28:45 -06:00
validate-go.sh ref(scripts): use gometalinter for linters 2016-10-10 14:20:01 -07:00
validate-license.sh feat(ci): validate license block in source files 2016-07-25 00:11:06 -07:00