Denis Vaumoron
Denis Vaumoron
I have watched your PR, i think `-verbose-warnings` could be confusing side by side with `-compact-warnings`, i think `-all-warnings` is clearer About your code, it looks similar to what i...
The p flag for the s command of sed is meant to display the changed line, it doesn't seem possible to exclude the artifactory line and retrieve the version on...
the errors seems to be linked to https://github.com/golang/go/issues/49425
the first go version without this bug is the 1.11, the first terraform release with 1.11+ compatibility instead of 1.10+ is the 0.11.9, i will upgrade the tests accordingly
`tenv detect` may install something depending on `TENV_AUTO_INSTALL` var. It is possible to use `-n` flag to disable autoinstall. The [version resolution order ](https://github.com/tofuutils/tenv#project-binaries) is specified, indicating which file will...
@Hefeweizen, having `TF_` and `OPENTOFU_` environment variables seems great, but i disagree the `TF_` priority, in case of migration, the `TF_` will be set and not the `OPENTOFU_`, after that...
I have done a quick check at tofuenv readme : - `tofuenv version-name` translate to `tenv detect` - `tofuenv pin` translate to `tenv use -w` There are more env var...
Hi, I am working on a a golang rewrite : https://github.com/dvaumoron/gotofuenv The tofu proxy of gotofuenv default behaviour is latest-allowed, with a fallback to latest-stable if no required_version from .tf...
gotofuenv is functional (currently only tested on linux/amd64 with .deb installation or brew installation). That's not a wrapper but a pair of standalone executable (the tofu proxy and gotofuenv cli)...
I take a look on tenv, i am unsure about the best way to integrate my work in it