From 70d7a867e6ad398ac6f0dfe41bbf3bea67bb042d Mon Sep 17 00:00:00 2001 From: Mahesh Rayas Date: Sun, 1 May 2022 00:07:52 +1000 Subject: [PATCH] update readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9d0db4d..d59d040 100644 --- a/README.md +++ b/README.md @@ -71,9 +71,9 @@ OPTIONS: # check for list for depreacted Apis in the cluster in K8s 1.22 and output will be printed on terminal ./kube-depre -t 1.22 -# check for list for depreacted Apis in the cluster in K8s 1.22 & 1.24 and output will be printed on terminal +# check for list for depreacted Apis in the cluster in K8s 1.22 & 1.24 and output will be printed on terminal, it can be outputted to csv as well ./kube-depre -t 1.22,1.24 -or + # check for list for depreacted Apis in the cluster in K8s 1.22 and output will be in csv format ./kube-depre -t 1.22 -o csv @@ -88,7 +88,9 @@ or # check for list for depreacted Apis in the supplied file directory in K8s 1.22 and output will be printed on terminal ./kube-depre -t 1.22 -f $(pwd)/tests/data -or +# check for list for depreacted Apis in the supplied file directory in K8s 1.22 & 1.24 and output will be printed on terminal, it can be outputted to csv as well +./kube-depre -t 1.22,1.24 + # check for list for depreacted Apis in the supplied file directory in K8s 1.22 and output will be in csv format ./kube-depre -t 1.22 -o csv -f $(pwd)/tests/data