Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 884 Bytes

README.md

File metadata and controls

51 lines (41 loc) · 884 Bytes

Introduction

tgenv is a Python CLI tool for managing terragrunt versions.

If you have any questions, any remarks or even bugs, feel free to open an issue.

There is currently no or will ever be any support for windows.

Prerequisites

You need python3.8 installed.

Installation

pip install tgenv

Usage

  • Show available versions
    tgenv list-remote
  • Install a version
    tgenv install v0.24.4
  • Show current version
    tgenv current
  • Use an installed version
    tgenv use v0.24.4
  • Show installed version
    tgenv list
  • Remove installed versions
    tgenv remove v0.24.4
  • Remove all versions
    tgenv purge

Licensing

This program is published under the GPL-3.0-only. See the LICENSE file.