Skip to content
check

GitHub Action

Setup Consul Template CLI

v1 Latest version

Setup Consul Template CLI

check

Setup Consul Template CLI

Downloads and move consul-template binary to the /usr/local/bin/ directory

Installation

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

              

- name: Setup Consul Template CLI

uses: amendoa/action-setup-consul-template@v1

Learn more about this action in amendoa/action-setup-consul-template

Choose a version

Delivery

Setup consul-template

This action provides the ability to setup your Github Actions workflow with a specific version of consul-template CLI.

🖐️ Only for linux and macOS runners

Inputs

Name Description Type Example Required
version consul-template version to install semver 0.27.0 false

Usage

steps:
  - uses: amendoa/action-setup-consul-template@v1
    with:
      version: 0.27.0

How to contribute?

Check out the contributor guide.