/hashi

A tool for downloading HashiCorp tools.

Primary LanguageGoMIT LicenseMIT

Hashi

Hashi is a tool for downloading HashiCorp tools.

Build Status Coverage Status Go Report Card Maintainability

Installation

go get -u github.com/porkbeans/hashi

Examples

# 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