Skip to content

Install

Using the pre-compiled binaries

Snapcraft

$ sudo snap install --classic github-terraform

deb/rpm

Download the .deb or .rpm from the releases page and install with dpkg -i and rpm -i respectively.

Manually

Download the pre-compiled binaries from the releases page and move to the desired location.

Compiling from source

Clone

$ git clone git@github.com:wesleimp/github-terraform

$ cd github-terraform

Download dependencies

$ go get ./...

Build

$ go build -o github-terraform .

Verify it works

$ ./github-terraform --help