cunymatthieu / tgenv

Terragrunt version manager
MIT License
223 stars 70 forks source link

Print tgenv `[INFO]` messages into stderr #13

Open eorea opened 4 years ago

eorea commented 4 years ago

Print tgenv [INFO] messages into stderr since it messes up the output from state pull command, this also affects the output command.

[terragrunt] 2020/06/11 10:28:53 Running command: terraform state pull
\e[0;32m[INFO] Getting version from tgenv-version-name\e[0;39m
\e[0;32m[INFO] TGENV_VERSION is 0.23.24\e[0;39m
{
... tfstate content
}
[terragrunt] 2020/06/11 10:32:37 Running command: terraform output -json
\e[0;32m[INFO] Getting version from tgenv-version-name\e[0;39m
\e[0;32m[INFO] TGENV_VERSION is 0.23.24\e[0;39m
{
... terraform outputs
}
spider-network commented 4 years ago

Please release this, because it generates so many issues when you deal with state moves and so one.

yusukegoto commented 3 years ago

@cunymatthieu Hello, thanks for sharing tgenv. Is there any blocker to merge this PR?