Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.23 KB

README.md

File metadata and controls

48 lines (35 loc) · 1.23 KB

tfget

CI Go Report Card codecov Conventional Commits License

About

Golang script for fetching a specific Terraform version. Inspired by rbenv, pyenv, tfenv, etc.

Usage

Prerequisites

go >= 1.16

Install

git clone [email protected]:bogdanbarna/tfget.git
cd tfget
go build
./tfget help

Run

./tfget list-remote
./tfget list-local
./tfget use 1.0.4
./tfget list-local
export PATH="$HOME/.tfget/versions:$PATH"
which terraform
terraform --version

Development

  • Docs
  • Roadmap
  • Contributing

FAQs