helmfile/pkg
KUOKA Yusuke 1d3f5f8a33
feat: override state(former "enviroment") values via command-line args (#644)
The addition of `--set k1=v1,k2=v2` and `--values file1 --values file2` was originally planned in #361.

But it turned out we already had `--values` for existing helmfile commands like `sync`. Duplicated flags doesn't work, obviously.

So this actually add `--state-values-set k1=v1,k2=v2` and `--set-values-file file1 --set-values-file file2`.

They are called "state" values according to the discussion we had at #640

Resolves #361
2019-06-04 11:03:01 +09:00
..
app feat: override state(former "enviroment") values via command-line args (#644) 2019-06-04 11:03:01 +09:00
argparser chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
environment chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
event chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
helmexec chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
maputil feat: override state(former "enviroment") values via command-line args (#644) 2019-06-04 11:03:01 +09:00
state feat: helmfile as a go library (#639) 2019-06-04 09:12:00 +09:00
tmpl chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00