Skip to content
archive

GitHub Action

Setup HashiCorp tools

v1.0.0 Latest version

Setup HashiCorp tools

archive

Setup HashiCorp tools

Download any HashiCorp tool (nomad, consul-template etc) and add to $PATH

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup HashiCorp tools

uses: nahsi/setup-hashi-tool@v1.0.0

Learn more about this action in nahsi/setup-hashi-tool

Choose a version

setup-hashi-tool

This actions downloads and adds to $PATH any tool by HashiCorp available at release page.

Not all tools are tested! But popular ones should work.

Usage

Supports ubuntu-latest and macos-latest runners with x86 and arm64 architecture.

steps:
- uses: nahsi/setup-hashi-tool@v1
  with:
    name: nomad # required
    version: 0.14.0 # default is latest