John Schnake

Results 148 comments of John Schnake

I just created a duplicate issue. I think the main thing is that we just register the types so that you can use `klient` on those types as well. Currently...

I've got it nearly ready; I've gotten the types registered, clusterctl installed, etc. However, as I kept testing I hit https://github.com/kubernetes-sigs/cluster-api/issues/2450. I just found the issue just 1s ago and...

FWIW I just did a basic structured output in the afterEachTest section. Just writes the test name and pass/fail. Gives at least some basic structure to that data and you...

I just ran into this as well. I'm new to the project but it seems like we should default to outputting useful info and enable ways to add more (e.g....

I think regardless, all the debug info should go into the results bundle so that we can interpret the results later. Outputting to the CLI by default seems harmless as...

I like how `go bug` simply opens the browser window with a few helpful bits of info prepared. As a general CLI function though, 99% of it would have to...

My approach was always to separate out the logic from the CLI handling and to try and not avoid on the init type logic because of the issues you've described...

Conceptually this only seems to work if you have arguments that must accept an exact number of args, but even then the logic seems confusing to determine errors. At each...

So you want to have different flags setting the same underlying values but with an implicit priority involved? Just a suggestion but I think it may be easier to simply...

I dont know of one off the top of my head but you may just have to look around more. I've always just let that be handled by another tool...