Update README.md

This commit is contained in:
Ahmet Alp Balkan
2017-11-09 14:15:52 -08:00
committed by GitHub
parent 8c17834c36
commit e82879a185

View File

@@ -14,9 +14,9 @@ kubectx is an utility to manage and switch between kubectl(1) contexts.
```
USAGE:
kubectx : list the contexts
kubectx <NAME> : switch to context
kubectx <NAME> : switch to context <NAME>
kubectx - : switch to the previous context
kubectx <NEW_NAME>=<NAME> : create alias for context
kubectx <NEW_NAME>=<NAME> : rename context <NAME> to <NEW_NAME>
kubectx -h,--help : show this message
```