helmfile/pkg/app
KUOKA Yusuke e2d6dc4afa
feat: helmfile as a go library (#639)
* feat: helmfile as a go library

This removes almost all the dependencies from the helmfile core logic to urfave/cli. `main.go` is now a thin wrapper around the core logic implemented in `pkg/app`.
2019-06-04 09:12:00 +09:00
..
app.go feat: helmfile as a go library (#639) 2019-06-04 09:12:00 +09:00
app_test.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
ask.go feat: helmfile as a go library (#639) 2019-06-04 09:12:00 +09:00
config.go feat: helmfile as a go library (#639) 2019-06-04 09:12:00 +09:00
constants.go feat: "bases" for easier layerina 2019-05-13 21:48:00 +09:00
constants_test.go Various U/X improvements for `helmfile apply` (#586) 2019-05-12 16:26:11 +09:00
context.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
desired_state_file_loader.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
errors.go feat: Opt-out dep-builds and repo-updates (#463) 2019-02-04 12:07:25 +09:00
run.go feat: helmfile as a go library (#639) 2019-06-04 09:12:00 +09:00
two_pass_renderer.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
two_pass_renderer_test.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00