Skip to content

bogdanbarna/tfget

Repository files navigation

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

About

tfenv, but in golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages