From d906013970845936994bfd7e92a40a7f4658a42f Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Tue, 10 Apr 2018 09:45:57 -0700 Subject: [PATCH] Fix readme.md Signed-off-by: Ahmet Alp Balkan --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a870639..6f9d0de 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ This repository provides both `kubectx` and `kubens` tools. -**`kubectx`** help you switch between clusters back and forth: +**`kubectx`** helps you switch between clusters back and forth: ![kubectx demo GIF](img/kubectx-demo.gif) -**`kubens`** help you switch between Kubernetes namespaces smoothly: +**`kubens`** helps you switch between Kubernetes namespaces smoothly: ![kubens demo GIF](img/kubens-demo.gif) # kubectx(1) @@ -18,7 +18,9 @@ USAGE: kubectx - : switch to the previous context kubectx = : rename context to kubectx =. : rename current-context to - kubectx -h,--help : show this message + kubectx -d : delete context ('.' for current-context) + (this command won't delete the user/cluster entry + that is used by the context) ``` ### Usage @@ -52,7 +54,6 @@ USAGE: kubens : list the namespaces kubens : change the active namespace kubens - : switch to the previous namespace - kubens -h,--help : show this message ```