perriea / tfversion

Switcher Terraform (www.terraform.io)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tfversion

Go Report Card Build Status License: MIT

tfversion is a command created to switch between different versions of Terraform.

Build Project

  • Install Golang (add var ENV),
  • Build with commands go build, make or go get -u github.com/perriea/tfversion,
  • Add in your .bashrc (Linux), .bash_profile (Darwin, MacOS) or .zshrc : export PATH=$PATH:$HOME/.tfversion/bin.

Commands

~ ✗ tfversion
tfversion v0.1.6 - Switcher Terraform

Usage:
  tfversion [command]

Available Commands:
  help        Help about any command
  install     Install new versions or switch
  list        List of terraform versions
  remove      Remove local version of Terraform
  version     Version installed of switcher Terraform

Flags:
  -h, --help   help for tfversion

Use "tfversion [command] --help" for more information about a command.

License

The MIT License (MIT)
Copyright (c) 2017-2020 Aurelien PERRIER

About

Switcher Terraform (www.terraform.io)

License:MIT License


Languages

Language:Go 87.5%Language:Shell 6.3%Language:Makefile 6.2%