helmfile/pkg/helmexec
Yusuke Kuoka 1c7b872476
Stabilize helmfile-diff output (#1619)
`helmfile-diff` sorts multiple and concurrent helm-diff outputs and stabilizes writes to stdout.

It's required to use the stdout from helmfile-diff to detect if there was another change(s) between 2 points in time.

For example, terraform-provider-helmfile runs a helmfile-diff on `terraform plan` and another on `terraform apply`. `terraform`, by design, fails when helmfile-diff outputs were not equivalent. Stabilized helmfile-diff output rescues that.
2020-12-11 09:51:26 +09:00
..
context.go Stabilize helmfile-diff output (#1619) 2020-12-11 09:51:26 +09:00
exec.go Stabilize helmfile-diff output (#1619) 2020-12-11 09:51:26 +09:00
exec_test.go feat: `helmfile template --skip-cleanup` (#1570) 2020-11-06 09:23:49 +09:00
exit_error.go fix: Do not include stderr content in result of `{{ exec }}` (#1298) 2020-06-06 09:29:12 +09:00
helmexec.go Support for azure acr helm repositories (#1526) 2020-10-15 08:45:45 +09:00
id.go Print command output in line (#1354) 2020-08-29 14:47:22 +09:00
log.go Print command output in line (#1354) 2020-08-29 14:47:22 +09:00
runner.go Fix `index out of range [1] with length 1` error on env2map (#1463) 2020-09-08 11:23:36 +09:00