We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firstly thanks for the awesome tool, it's really useful in day to day usage.
Is it possible to add the functionality to autocomplete the namespace when passing the -n flag?
eg kt -n {tab} should return a list of namespaces the way k log -n {tab} does.
kt -n {tab}
k log -n {tab}
Right now pressing tab after the -n results in:
kt -n No resources found in default namespace. No resources found in default namespace. No resources found in default namespace.
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Firstly thanks for the awesome tool, it's really useful in day to day usage.
Is it possible to add the functionality to autocomplete the namespace when passing the -n flag?
eg
kt -n {tab}
should return a list of namespaces the wayk log -n {tab}
does.Right now pressing tab after the -n results in:
Thanks!
The text was updated successfully, but these errors were encountered: