npm

kubectl-watch-diff

0.0.3 • Public • Published

kubectl-watch-diff

Watch & pretty print diff, for kubectl

installation

sudo npm i -g kubectl-watch-diff

usage

kubectl get configmaps --all-namespaces --watch -ojson --output-watch-events=true | kubectl-watch-diff            

or

function kubectl-wd() {
  kubectl get $@ --watch -ojson --output-watch-events=true | kubectl-watch-diff              
}

kubectl-wd configmaps --all-namespaces 

result

./DEMO.png

Readme

Keywords

none

Package Sidebar

Install

npm i kubectl-watch-diff

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

1.03 MB

Total Files

7

Last publish

Collaborators

  • kevinwang15