Skip to content
This repository has been archived by the owner on Apr 10, 2021. It is now read-only.
/ hashi Public archive

A tool for downloading HashiCorp tools.

License

Notifications You must be signed in to change notification settings

porkbeans/hashi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published