We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d30eb3 + 85b08db commit 092b1b5Copy full SHA for 092b1b5
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