Skip to content

This is just a mirror from https://gitlab.com/claudiuskastner/tgenv, for any issues, releases or any other stuff - use gitlab.

License

Notifications You must be signed in to change notification settings

claudiuskastner/tgenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This is just a mirror from https://gitlab.com/claudiuskastner/tgenv, for any issues, releases or any other stuff - use gitlab.

Topics

Resources

License

Stars

Watchers

Forks