Hashi is a tool for downloading HashiCorp tools.
go get -u github.com/porkbeans/hashi
# Show help
hashi help
# List all products
hashi list
# List versions of consul
hashi list consul
# List zip files of vault 1.0.1
hashi list vault 1.0.1
# Install packer 1.3.3 for your environment
hashi install packer 1.3.3 /usr/local/bin/packer
# Install terraform 0.11.11 for darwin amd64
hashi install terraform 0.11.11 /usr/local/bin/terraform --os darwin --arch amd64