Skip to content

Commit

Permalink
Add tgenv (#21832)
Browse files Browse the repository at this point in the history
* Add tgenv

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>

* Fix type for tgenv

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>

* Update pkgs/tgenv/tgenv/pkg.yaml

* fix(tgenv/tgenv): fix supported_envs

---------

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Co-authored-by: Shunsuke Suzuki <suzuki-shunsuke@users.noreply.github.com>
Co-authored-by: Shunsuke Suzuki <suzuki.shunsuke.1989@gmail.com>
  • Loading branch information
3 people committed Apr 12, 2024
1 parent d21ec35 commit 2d650f4
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/tgenv/tgenv/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- name: tgenv/tgenv@v1.1.0
16 changes: 16 additions & 0 deletions pkgs/tgenv/tgenv/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
packages:
- type: github_archive
repo_owner: tgenv
repo_name: tgenv
description: A tool to manage multiples Terragrunt versions
version_constraint: "false"
version_overrides:
- version_constraint: "true"
files:
- name: tgenv
src: tgenv-{{trimV .Version}}/bin/tgenv
- name: terragrunt
src: tgenv-{{trimV .Version}}/bin/terragrunt
supported_envs:
- linux
- darwin
15 changes: 15 additions & 0 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2d650f4

Please sign in to comment.