Patrick D'appollonio
Patrick D'appollonio
Openly thinking about this, `--filter` would work differently than `--include-*` and `--exclude-*` since these can be passed multiple times, whereas filter, by having an expression, can fit any criteria. Also...
Hey @ianseyer! Thanks a lot for this, appreciate the PR as well! I think I'll merge the PR but keep this issue open. I think there could be a bit...
Hey @lbrpsoftware! Appreciate the report! I think this issue might be due to how the terminal you were using was parsing the contents. In a Mac/Linux terminal, the single quotes...
Hey @kennedy! Appreciate the issue! Would you mind providing more information around your setup? Are you using cygwin, bash on windows or some other sort of terminal emulation? I've never...
Nice to meet you too! Let me review all of this and I'll get back to you. I want to try a few things too. I wonder if https://github.com/patrickdappollonio/tgen has...
Apologies for the early close. I submitted a patch that should take care of it. I did a quick test on Windows using the tools you mentioned for installation (chocolatey...
My test on PowerShell: ``` PS X:\slice> type .\test1.yaml apiVersion: v1 kind: Pod metadata: name: nginx-ingress --- apiVersion: v1 kind: Namespace metadata: name: production ``` And slicing... ``` PS X:\slice>...
Hey @kennedy I'm so sorry for the delay, life happens and I was away from Github only merging automated PRs. I took some time today to look into this and...
Hey @kohtala appreciate the report! This is an interesting one. Mainly because the output is not a "multi YAML" but instead a Kubernetes resource of type `List`. We could split...
Yes, sorry, I used the "Kubernetes object" very loosely. It is a definition/spec in the `kubectl` app so it's easier to word it that way, although inaccurate. My main concern...