For PowerShell (pwsh
) add the following lines to your profile ($PROFILE
):
Completions
Completion can be easily borrowed from the kubectl
command by adding this to your profile:
As a prerequisite, you need kubectl
completions installed.
This can be achieved by adding this to your profile: