Closed concaf closed 8 years ago
LGTM!
@kadel once you LGTM, we can merge it!
Only one thing. If you do it like this than this part of code no longer executed: https://github.com/containscafeine/henge/blob/7d922b4047cf7a53ea5caa793c737ce2e997223c/henge.go#L20,L24
Or more exactly it is executed, but only after everything else, and only if there was no error before ;-)
nice catch, i missed it somehow!
@surajssd @kadel, gotcha, thanks. How about now? Will squash once you guys LGTM!
:+1: LGTM We can squash it using magic merge button ;-)
@kadel @surajssd, squashed. Thanks :)
cool, merging! Thanks @containscafeine !
@kadel @surajssd I have removed the requirement for
pkg/transformers/main.go
and created subcommands for openshift and kubernetes, so most of the things are being taken care of by cobra now.Let me know what do you think of this approach so I can polish this and send the final PR.
Thanks.