Namespace support
Opened this issue · 1 comments
r2d4 commented
Namespaces aren't currently supported. We'll have to extract the namespace flag and make sure that it is piped through to the command to get the latest resource, as well as the end command.
r2d4 commented
The cobra command library has a way of only parsing known flags and ignoring unknown ones. I think that should help with the implementation.