woodpecker-helm3/internal/run
Erin Call 6d28b7b28a
Return an error on unknown commands [#15]
I'm probably overthinking this--explicitly calling help is a strange and
unusual case--but it doesn't really hurt, so I'm going for it.
2019-12-26 11:29:33 -08:00
..
cmd.go Brush all the lint off this code I wrote in a haze 2019-12-09 10:53:32 -08:00
cmd_test.go Very rough code that can helm install 2019-12-04 12:41:37 -08:00
config.go Return an error on unknown commands [#15] 2019-12-26 11:29:33 -08:00
help.go Return an error on unknown commands [#15] 2019-12-26 11:29:33 -08:00
help_test.go Return an error on unknown commands [#15] 2019-12-26 11:29:33 -08:00
initkube.go Initialize kubernetes config on upgrade 2019-12-16 15:41:04 -08:00
initkube_test.go Initialize kubernetes config on upgrade 2019-12-16 15:41:04 -08:00
lint.go Format the Lint struct non-weirdly [#3] 2019-12-19 11:09:39 -08:00
lint_test.go Assert that Lint.Prepare sets cmd.Stdout/Stderr [#3] 2019-12-19 10:26:33 -08:00
uninstall.go Rename Delete to Uninstall [#4] 2019-12-19 15:04:33 -08:00
uninstall_test.go Rename Delete to Uninstall [#4] 2019-12-19 15:04:33 -08:00
upgrade.go Fail early if chart or release is missing 2019-12-16 17:02:56 -08:00
upgrade_test.go Fail early if chart or release is missing 2019-12-16 17:02:56 -08:00