Hashi.UP
This is a little tool to help grab the hashicorp tools more easily, rather than having to go to each web page, find your OS/Arch, and download the tool.
Getting the tool
Head on over to the Releases page and grab the version you need for your os. This is a simple binary, so no real installation is necessary.
On a *nix system, you may need to provide execution privliedges to run this tool: chmod +x hashi.up
Building from source
You would need to have Go installed and runable, to do this, head over to The Go Downloads Website and install it.
Additionally, you would need to have make
installed.
Otherwise, simply clone this repository, cd
into the repository direcotry, and run make && make install
.
Usage
Usage
hashi.up [flags]
hashi.up [command]
Available Commands:
help Help about any command
install Install one, some, or all of the hashicorp
…