Skip to content

Kubectl wrapper with support for -x context arg.

Notifications You must be signed in to change notification settings

oliverisaac/koi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

koi

Koi is a wrapper around kubectl that provides additional features:

-x shorthand flag for --context

export commandlet into which you can pipe kubectl get secrets -o yaml

-o=yq for pretty-print yaml. Also, supports -o=jq.

--yq=FILTER to do output to yq and pass that filter to yq. Same applies to --jq=FILTER

Installation:

brew install jq yq oliverisaac/tap/koi

You will also need yq and JQ installed:

yq: https://github.com/mikefarah/yq jq: https://stedolan.github.io/jq/