[GitHub] [camel-k] tadayosi commented on pull request #3902: feat(cli): Add autocomplete on integrations, kits, kamelets commands

2022-12-15 Thread GitBox
tadayosi commented on PR #3902: URL: https://github.com/apache/camel-k/pull/3902#issuecomment-1354286877 > If you get the listing of you files it is probably be because the command did not give you any results. Hmm, namespace doesn't seem to be a problem for me. I use `kubens` so

[GitHub] [camel-k] tadayosi commented on pull request #3902: feat(cli): Add autocomplete on integrations, kits, kamelets commands

2022-12-15 Thread GitBox
tadayosi commented on PR #3902: URL: https://github.com/apache/camel-k/pull/3902#issuecomment-1352720067 Ah yes, `kamel get [TAB]` is fixed with this pull req. But even `kamel delete [TAB]` and `kamel log [TAB]` don't work for me. Do they work for you? Can it be something related to

[GitHub] [camel-k] tadayosi commented on pull request #3902: feat(cli): Add autocomplete on integrations, kits, kamelets commands

2022-12-14 Thread GitBox
tadayosi commented on PR #3902: URL: https://github.com/apache/camel-k/pull/3902#issuecomment-1352577402 @gansheer OK, so I didn't notice that the autocompletion functions for `kamel get` / `kamel delete` are already included in the bash completion script. But it never works on my laptop.