helmfile/pkg
Yusuke Kuoka 97e0ca73ca feat: Auto-detect term for coloring helm-diff output
Since helm-diff has added an ability to auto-detect the term to decide if it should output with color or not, helmfile had been defaulted to no-color.
This resoloves that, by adding a term-detection logic that is same as helm-diff.

As a part of this work, I have also implemented a new global flag `--color`, which is used for forcing color without relying on the term-detection logic implemented in helmfile or explicitly setting the HELM_DIFF_COLOR envvar. I hope it is useful for folks.

Ref https://github.com/roboll/helmfile/issues/2043

Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>
2022-04-06 02:38:36 +00:00
..
app feat: Auto-detect term for coloring helm-diff output 2022-04-06 02:38:36 +00:00
argparser update args_test.go unittest 2022-04-05 06:26:42 +08:00
environment Fix: populate .Values regardless of prestate success (#1202) 2020-04-17 09:18:01 +09:00
event Fix various golangci-lint errors (#2059) 2022-02-12 20:28:08 +09:00
exectest Fix various golangci-lint errors (#2059) 2022-02-12 20:28:08 +09:00
helmexec [fix] unclosed file stream when creating temporary decrypted files 2022-04-05 22:52:17 +02:00
maputil Fix various golangci-lint errors (#2059) 2022-02-12 20:28:08 +09:00
plugins feat(template): added secret template function (#1221) 2020-04-25 21:10:02 +09:00
remote remove ioutil usage in all project 2022-04-03 15:53:19 +08:00
state feat: Auto-detect term for coloring helm-diff output 2022-04-06 02:38:36 +00:00
testhelper Fix various golangci-lint errors (#2059) 2022-02-12 20:28:08 +09:00
testutil mv captureStdout as public func 2022-04-03 22:24:38 +08:00
tmpl add unittest for RequiredEnv func 2022-04-05 22:53:07 +08:00