We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d30eb3 commit 85b08dbCopy full SHA for 85b08db
src/warnet/main.py
@@ -120,7 +120,7 @@ def auth(kube_config: str) -> None:
120
with open(current_kubeconfig) as file:
121
contents = yaml.safe_load(file)
122
print("\nUse the following command to switch to a new user:")
123
- print(" kubectl config use context [user]\n")
+ print(" kubectl config use-context [user]\n")
124
print("Available users:")
125
for context in contents["contexts"]:
126
print(f" {context['name']}")
0 commit comments