tgswitch icon indicating copy to clipboard operation
tgswitch copied to clipboard

Manage terragrunt versions - the tgswitch command line tool lets you switch between different versions of terragrunt

Results 24 tgswitch issues
Sort by recently updated
recently updated
newest added

This PR makes tgswitch working on windows by changing default path. It also allows to have different default path on each OS.

Implement the recursive path search algorithm that `tgenv` uses to find `.terragrunt-version` in any parent folder. This allows for defining the version file in a repository root, for example. This...

enhancement

Would be nice to be able to `tgswitch --latest-stable 0.24`

Hi. First of all, thanks for both tgswitch and tfswitch. Absolute life savers. Would be awesome if you could support using the terragrunt.hcl file like tfswitch does.

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.5 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies
ruby

I have this in my configuration file: ``` ❯ cat ~/.tgswitch.toml bin = "/home/sibi/bin/terragrunt" ``` And if I do this, I get an error: ``` ❯ tgswitch 0.35.14 2022/07/22 12:07:52...

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.5 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies
ruby

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.5 to 1.13.6. Release notes Sourced from nokogiri's releases. 1.13.6 / 2022-05-08 Security [CRuby] Address CVE-2022-29181, improper handling of unexpected data types, related to untrusted inputs to...

dependencies
ruby

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.4 to 1.13.6. Release notes Sourced from nokogiri's releases. 1.13.6 / 2022-05-08 Security [CRuby] Address CVE-2022-29181, improper handling of unexpected data types, related to untrusted inputs to...

dependencies
ruby

Right now tgswitch changes the symlink to a terragrunt binary on the PATH or via -b. If I invoke a script which internally uses terragrunt multiple times from different directories...